|
From: Damon R. <da...@cy...> - 2006-02-01 05:17:42
|
OK, I have it working now.. The trick was that I needed to feed mail back through ASSP a second time to get the headers rewritten. The settings for this are relayhost and relayport in the relaying section. Here is how I have it set now. 1. SMTP client connects to ASSP on mail.mydomain.com:25 2. ASSP proxies connection to hmail on port 127.0.0.1:125. 3. Hmail connects back to ASSP on 127.0.0.1:225 (relayport) which SRS rewrites the return-path. 4. ASSP connects to smtp.myisp.net:25 (relayhost) to actually relay the mail. 5. The mail is received by the recipients host from smtp.myisp.net with the SRS return-path. A little bit convoluted and I will need to install a third smtp relay on port 325 to actually do the whole thing on one machine (:-) but ASSP is now accurately filtering out bounces from forged domains! Regards, Damon. ----- Original Message ----- From: "Damon Rand" <da...@cy...> To: <ass...@li...> Sent: Wednesday, February 01, 2006 1:57 PM Subject: [Assp-user] SRS not working on outgoing mail? > Hi there, > > I have just upgraded to ASSP 1.1.2b1 from 1.1.0. Its a great improvement! > > However, I am having trouble with SRS. I want to block bounces from forged > domains. I enable SRS and assp starts adding: > > X-Assp-Spam: YES > X-Assp-Spam-Reason: Bounce address not SRS signed > > This is great. Unfortunately, my own mail sent through ASSP is not having > its "sender" header rewritten so my own bounces are being marked as spam. > > Can anyone confirm ASSP 1.1.2b1 can SRS sign messages correctly? > > Regards, > Damon. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Assp-user mailing list > Ass...@li... > https://lists.sourceforge.net/lists/listinfo/assp-user > |