my problem is kind of different. You're describing a normal situation, where spamassassin is coupled with an "normal" MTA. The one I'm using is proprietary... so I can't just add SA. I need to use a proxy smtp.
So my network looks like this: World--->smtp proxy with SA---->smtp server Let's call smtp proxy--->smtp P (roxy) and the real server---> smtp S (erver) My smtp S uses smtp authentication to stop unathorized relay and I'd like to keep things this way obviously. But people -since I deployed smtp P with SA- are now connecting to smtp P and not to the real server S, so they don't get auth request when sending their email (first problem). After that, when email is passed to the server S for delivering... it's not sent because S asks for auth!!! Ste
