Details
Applies to: Ensim Pro 4.1.0 and above.
When a site administrator creates a mailing list which includes an external email address (i.e. not belonging to the site administrator's domain).
In this case, when a mail arrives from outside, for the mailinglist@site.com, then the top level sendmail daemon running on the EPL server correctly routes the email to the site.com FST. The chroot()ed sendmail then hands off the email content to the majordomo handler.
The majordomo handler then re-invokes sendmail to deliver mail to its recipients based on MX whose domain is external to the box.
This creates an outgoing SMTP connection, whose conversation starts with EHLO <site.com>
We have a fix for chroot()ed sendmail.cf which will correct the EHLO strings.
Run the script on the server which will modify each site for smart relay.
Download :
ftp://ftp.ensim.com/download/pro/linux/kb/2331/fix_helospam_KB2331.pl
md5sum : 7a3c4081425fe850c11c9f23dc254ebf
Instructions :
Download the script and run on the server.
# wget ftp://ftp.ensim.com/download/pro/linux/kb/2331/fix_helospam_KB2331.pl
# perl fix_helospam_KB2331.pl
|