King0770-Notes-Rejecting-Nested-From-Addresses

Revision as of 00:09, 28 November 2018 by King0770 (talk | contribs) (Created page with "This is a how-to reject nested from addresses.<br> Example<br> <code><pre> From:<rick@zimbra.comjohn@zimbra.com> OR From:<"rick@zimbra.com john"@zimbra.com>" From:"<"rick@...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is a how-to reject nested from addresses.

Example

From:<rick@zimbra.comjohn@zimbra.com>

OR

From:<"rick@zimbra.com john"@zimbra.com>"

From:"<"rick@zimbra.com.johm"@zimbra.com>"

Add the following to the bottom of the /opt/zimbra/conf/zmconfigd/smtpd_sender_restrictions.cf file

check_sender_access pcre:/opt/zimbra/conf/sender_pcre

Next, create the /opt/zimbra/conf/sender_pcre file with the following.

/@.*@/       reject

Restart MTA

zmmtactl restart
Jump to: navigation, search