- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Labels:
-
FortiMail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Thanks.

Created on ‎05-26-2022 12:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, wow! works like a charm. Thank you so much.
