Handling mobile users
Gareth
list-mailscanner at linguaphone.com
Thu Dec 11 14:48:35 GMT 2008
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
On Thu, 2008-12-11 at 14:27, Nigel Kendrick wrote:
>
> -----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 11:23 AM
> To: MailScanner discussion
> Subject: Re: Handling mobile users
>
> I have postfix configured to listen on port 587 aswell. All email to
> this port has to be authenticated and for these mails mailscanner is
> bypassed altogether. Any viruses will still be caught by the actual mail
> server as virus scanning is running on it aswell.
>
> On Thu, 2008-12-11 at 09:39, Nigel Kendrick wrote:
> > Hi,
> >
> > Any hints on handling mobile users where the sending domains keep
> > hopping on and off RBLs? I have asked this before but not really found
> > a satisfactory solution - for example, whitelisting our domain opens
> > up the spam floodgate. The ideal situation would be to skip RBL checks
> > on emails from authenticated users, but either I am not doing it right
> > or I am missing the trick. It was suggested that whitelisting
> > 127.0.0.1 would help but this does not seem to be the case. Our
> > mobiles are on UK Vodafone but, for example, one of the Directors is
> > currently roaming in Italy.
> >
> > I was looking at creating up a ruleset for the "Spam List = " to set
> > it to "" for emails from our domain (not ideal, but better than
> > nothing), but I cannot work out how to do this for selected domains.
> >
> > All hints and pointers appreciated.
> >
> > Thanks
> >
> > Nigel Kendrick
> >
> > ______________________________________________________________________
> > --
>
>
> Hi Gareth,
>
> I am already listening on 587. I set this up years ago to help out a home
> worker using AOL at the time. Can you give me any pointers on how to allow
> this route to bypass MailScanner?
>
> Thanks
>
> Nigel
More information about the MailScanner
mailing list