how to allow mobile user to send email with getting blocked
Harondel J. Sibble
mailscanner at pdscc.com
Fri Jun 17 17:22:10 IST 2011
Didn't find that one in my search, thanks.
Not sure I understand fully, I use postfix and haven't touched sendmail in
years. Are you suggesting adding an additional header at the mail client
level that is then processed by the mta/ms?
I'n not convinced that's something I can fully control on the various mail
clients on the phones, it's just the same as using ssl client certs. Not all
devices support it.
On 16 Jun 2011 at 22:52, Alex Neuman wrote:
> This has been asked in the past, and I repeat my solution for the benefit of
> those who haven't had the opportunity to search the archives for a solution.
>
> If you're not using sendmail as your MTA you can try doing something like this
> on your own MTA similarly.
>
> My sendmail.mc has a line like this:
>
> define(`confRECEIVED_HEADER', `_REC_HDR_
> _REC_FULL_AUTH_$?{auth_ssf} MYOWNTOKEN bits=${auth_ssf}$.)
> _REC_BY_
> _REC_TLS_
> _REC_END_')dnl
>
> Where "MYOWNTOKEN" is something not trivially guessable.
>
>
> Then in /etc/mail/spamassasin/local.cf I add:
>
> header MYOWNTOKEN ALL =~ /MYOWNTOKEN/
> score MYOWNTOKEN -100
>
> This way, everyone who *REALLY* authenticates in my server gets scored -100
> and therefore it doesn't get flagged as spam.
--
Harondel J. Sibble
Sibble Computer Consulting
Creating Solutions for the small and medium business computer user.
help at pdscc.com (use pgp keyid 0x3AD5C11D) http://www.pdscc.com
Blog: http://www.pdscc.com/blog
(604) 739-3709 (voice)
More information about the MailScanner
mailing list