On 1/21/2011 9:46 PM, Walter Pinto wrote:
Thanks Noel, I will make the suggested changes along with cleaning out the defaults. As far as the check policy goes, I shouldnt have any issues moving it on this server because all I have enabled is HELO and SPF checking. Now on my SMTP server, I have to have it before or else the quota checking doesn't work.
You should be able to move your quota check to smtpd_sender_restrictions to insure against open relay accidents. With the default smtpd_delay_reject=yes, all the client/sender/recipient information is available during smtpd_sender_restrictions without exposing external relay rights.
-- Noel Jones