Issue with sender's 'From' address where display name isnotquoted

donald.dawson at bakerbotts.com donald.dawson at bakerbotts.com
Mon Apr 18 17:49:47 IST 2011


 
on 4/16/2011 5:03 PM donald.dawson at bakerbotts.com spake the following:
> We use sendmail, and yes, the issue is with the unquoted display name,
our MTA
> adds our domain to the from address.  I will search to see if I can
find the
> appropriate settings.

It should be somewhere in the "masquerade" settings...

Here are my sendmail settings:

FEATURE(`virtusertable')dnl
FEATURE(`mailertable')dnl
FEATURE(`domaintable')dnl
FEATURE(`always_add_domain')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(`masquerade_entire_domain')dnl
FEATURE(`delay_checks')dnl
MASQUERADE_AS(`bakerbotts.com')dnl
MASQUERADE_DOMAIN(`bakerbotts.com')dnl
FEATURE(`no_default_msa')dnl
FEATURE(`greet_pause',`7000')dnl
dnl After every X User unknowns, add a second delay
define(`confBAD_RCPT_THROTTLE',`3')dnl
FEATURE(`conncontrol',`nodelay',`terminate')dnl
FEATURE(`ratecontrol',`nodelay',`terminate')dnl
define(`confPRIVACY_FLAGS', `noexpn,novrfy,noverb,noetrn')dnl
define(`confMAX_RCPTS_PER_MESSAGE',`300')dnl
dnl Limit up to X connections per second
# 08/27/09 DLD/JBC Change RATE_THROTTLE from 5 to 1
define(`confCONNECTION_RATE_THROTTLE',`1')dnl
define(`confTO_IDENT', `0')
define(`confTO_ICONNECT', `15s')dnl
define(`confREFUSE_LA',`7')dnl
define(`confDELAY_LA',`3')dnl
define(`confMAX_MESSAGE_SIZE',`20971520')dnl
define(`confXF_BUFFER_SIZE',`16384')dnl
define(`confDF_BUFFER_SIZE',`102400')dnl
define(`confCACERT_PATH',`/etc/mail/certs')
define(`confCACERT',`/etc/mail/certs/cacert.pem')
define(`confSERVER_CERT',`/etc/mail/certs/cert.pem')
define(`confSERVER_KEY',`/etc/mail/certs/cert.pem')
define(`confCLIENT_CERT',`/etc/mail/certs/cert.pem')
define(`confCLIENT_KEY',`/etc/mail/certs/cert.pem')
DOMAIN(generic)dnl
LOCAL_CONFIG
H?l?X-Envelope-From: $f
MAILER(local)dnl
MAILER(smtp)dnl
INPUT_MAIL_FILTER(`scam-back', `S=unix:/var/spool/scam/scam-back.sock,
F=T, T=S:240s;R:240s;E:5m')dnl
INPUT_MAIL_FILTER(`scam-back2', `S=unix:/var/spool/scam/scam-back2.sock,
F=T, T=S:240s;R:240s;E:5m')dnl

Confidentiality Notice: The information contained in this email and any attachments is intended only for the recipient[s] listed above and may be privileged and confidential. Any dissemination, copying, or use of or reliance upon such information by or to anyone other than the recipient[s] listed above is prohibited. If you have received this message in error, please notify the sender immediately at the email address above and destroy any and all copies of this message.



More information about the MailScanner mailing list