Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
Ragnarok1992
New Contributor

Fortimail cloud email global filter

Hi, I’ve been trying to configure a policy in Fortimail cloud that deliver mails from specific sender’s domain or specific mail sender to a specific internal mail account but I can’t figure how :(

I want, for example, that all mails from example@gmail.com be delivered to example@internal.com

Thanks in advance

1 Solution
vchauhan
Staff
Staff

Hi,

I believe you have access to make these changes. If you are looking to configure the Access control policy then you can configure it as below.

config policy access-control receive
edit 0
set sender-pattern example@gmail.com
set recipient-pattern example@internal.com
set action relay
next
end

 

or if recipient policy, please try below.

config policy recipient
edit 0
set status enable
set sender-name example
set sender-domain gmail.com
set recipient-name example
set recipient-domain internal.com
set profile-resource Res_Default
next
end

https://docs.fortinet.com/document/fortimail/7.0.3/administration-guide/381666/controlling-smtp-acce...

https://docs.fortinet.com/document/fortimail/7.0.3/administration-guide/329890/controlling-email-bas...

Thanks.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hello Ragnarok1992, 

 

Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible. 

 

Thanks, 

   Fortinet Community Team 

vchauhan
Staff
Staff

Hi,

I believe you have access to make these changes. If you are looking to configure the Access control policy then you can configure it as below.

config policy access-control receive
edit 0
set sender-pattern example@gmail.com
set recipient-pattern example@internal.com
set action relay
next
end

 

or if recipient policy, please try below.

config policy recipient
edit 0
set status enable
set sender-name example
set sender-domain gmail.com
set recipient-name example
set recipient-domain internal.com
set profile-resource Res_Default
next
end

https://docs.fortinet.com/document/fortimail/7.0.3/administration-guide/381666/controlling-smtp-acce...

https://docs.fortinet.com/document/fortimail/7.0.3/administration-guide/329890/controlling-email-bas...

Thanks.

Ragnarok1992
New Contributor

Hi, wow! works like a charm. Thank you so much. 

Labels
Top Kudoed Authors