Handling mobile users
Nigel Kendrick
support-lists at petdoctors.co.uk
Thu Dec 11 15:49:52 GMT 2008
-----Original Message-----
From: mailscanner-bounces at lists.mailscanner.info
[mailto:mailscanner-bounces at lists.mailscanner.info] On Behalf Of Gareth
Sent: Thursday, December 11, 2008 2:49 PM
To: MailScanner discussion
Subject: RE: Handling mobile users
In main.cf you will have a line like the following to define the header
checks which inturn has a rule which puts all mail into the hold queue.
header_checks = regexp:/etc/postfix/header_checks
Now in master.cf you can have a line such as the following which listens
on port 587 and overides the receipient restrictions to force only
authenticated users and also specifies a different header check file
which doesnt put all mail into the hold queue.
587 inet n - n - - smtpd -o
header_checks=regexp:/etc/postfix/header_checks_nomailscanner -o
smtpd_recipient_restrictions=permit_sasl_authenticated,reject
Yep, that makes sense - much obliged.
Nigel
More information about the MailScanner
mailing list