[AMaViS-user] Exclude authenticated Users Dual Sendmail

2006-12-11 Thread Peter Huetmannsberger

Hi, 

I have a bit of a problem here. Many of my mailusers are using a provider, 
whose dynamic addresses seem to be blocked by sorbs and other such places. 
I have them connect to my mailserver with sasl authentication, so I was 
wondering if there is a way to bypass spamfiltering for authenticated 
users. 

I have read through various FAQs, but as I am running sendmail milter 
setup, I could not find anything, that would help me. I am afraid, I don't 
know postfix well enough to happily change over, so I was wondering if 
there is a way to do this with my setup. 

Any help would be appreciated. 

Many thanks, 

.peter

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


Re: [AMaViS-user] Exclude authenticated Users Dual Sendmail

2006-12-11 Thread Mark Martinec
Peter,

 I have a bit of a problem here. Many of my mailusers are using a provider,
 whose dynamic addresses seem to be blocked by sorbs and other such places.
 I have them connect to my mailserver with sasl authentication, so I was
 wondering if there is a way to bypass spamfiltering for authenticated
 users.
 I have read through various FAQs, but as I am running sendmail milter
 setup, I could not find anything, that would help me.

Are you using a dual-MTA setup or a milter setup?
My sendmail knowledge is rather rudimentary, so here is just a general idea.

In a dual-MTA setup, you could have two MAILERs, each feeding mail
to amavisd on a different TCP port (or even directly to MTA-TX).
Then somehow configure sendmail to forward on one MAILER the
authenticated mail or mail from inside, and forward with the
other MAILER all the rest.

In a milter setup it would be possible to pass additional information
about authentication from milter helper program to amavisd, assuming
an AM.PDP protocol were used. Then amavisd could switch policy bank
based on such information. This is not available off-the-shelf, but
would be a rather small modification to amavisd.

 I am afraid, I don't 
 know postfix well enough to happily change over, so I was wondering if
 there is a way to do this with my setup.

The majority of people reading this mailing list is using Postfix,
so I'm afraid we are in lack of good support for other mailers.

  Mark


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/