From brian at brie.com Tue Oct 25 08:51:56 2005 From: brian at brie.com (Brian Lavender) Date: Tue, 25 Oct 2005 08:51:56 -0700 Subject: [SA-exim] How do I do a greylist from another mail server Message-ID: <20051025155156.GA20697@brie.com> I think what I need to do is add a grey list rule, but I am not sure. This is my situation. I operate a mailing list on another mail server. It has a couple mailman aliases so such as lug-nuts-admin at saclug.org. It turns out a lot of spammers send mail to this alias and it ends up getting forwarded to my account. SA-Exim sees the mail, marks it spam, and then it puts in a temporary reject. Then, all the mail going to lug-nuts at saclug.org gets bounced, because SA-Exim put in a temporary reject. So, how do I configure SA-Exim not to reject mail coming from the saclug mail server? brian -- Brian Lavender http://www.brie.com/brian/ From brian at brie.com Tue Oct 25 13:14:15 2005 From: brian at brie.com (Brian Lavender) Date: Tue, 25 Oct 2005 13:14:15 -0700 Subject: [SA-exim] How do I do a greylist from another mail server In-Reply-To: <20051025155156.GA20697@brie.com> References: <20051025155156.GA20697@brie.com> Message-ID: <20051025201415.GA17759@brie.com> On Tue, Oct 25, 2005 at 08:51:56AM -0700, Brian Lavender wrote: > I think what I need to do is add a grey list rule, but I am not sure. > This is my situation. > > I operate a mailing list on another mail server. It has a couple mailman > aliases so such as lug-nuts-admin at saclug.org. It turns out a lot of > spammers send mail to this alias and it ends up getting forwarded to my > account. SA-Exim sees the mail, marks it spam, and then it puts in a > temporary reject. Then, all the mail going to lug-nuts at saclug.org gets > bounced, because SA-Exim put in a temporary reject. So, how do I > configure SA-Exim not to reject mail coming from the saclug mail server? > I should be more succinct. There is another mail server that relays to mine that I don't want sa-exim to reject or delay. How do I do that? -- Brian Lavender http://www.brie.com/brian/ From brian at brie.com Wed Oct 26 12:53:29 2005 From: brian at brie.com (Brian Lavender) Date: Wed, 26 Oct 2005 12:53:29 -0700 Subject: [SA-exim] anybody out there? Message-ID: <20051026195329.GA26415@brie.com> Did I get the right list? Any input on how to not do rejects for another specific mail server that is trying to relay into my mail server that has sa-exim on it? brian -- Brian Lavender http://www.brie.com/brian/ From amen at oreilly.com Wed Oct 26 16:57:04 2005 From: amen at oreilly.com (Bob Amen) Date: Wed, 26 Oct 2005 16:57:04 -0700 Subject: [SA-exim] anybody out there? In-Reply-To: <20051026195329.GA26415@brie.com> References: <20051026195329.GA26415@brie.com> Message-ID: <436017D0.5040506@oreilly.com> Brian Lavender wrote: >Did I get the right list? > >Any input on how to not do rejects for another specific mail server that >is trying to relay into my mail server that has sa-exim on it? > You will have to write an Exim ACL. Two ways: 1. In an early ACL (eg. acl_smtp_helo) set the X-SA-Do-Not-Rej or X-SA-Do-Not-Run headers. These are checked in SA-Exim. For an example of this (albeit for local parts, not sending hosts) see Marc's Exim config file. 2. Similarly, set an Exim variable that you check just prior to calling SA. Cheers, Bob -- Bob Amen O'Reilly Media, Inc. http://www.ora.com/ http://www.oreilly.com/ From rjsalts at thats.prettyfar.com Thu Oct 27 23:35:39 2005 From: rjsalts at thats.prettyfar.com (Richard Salts) Date: Fri, 28 Oct 2005 16:35:39 +1000 Subject: [SA-exim] Error with SAEximRejCond and SAtempreject Message-ID: <20051028063539.GA18283@thats.prettyfar.com> I'm having a problem in which SAEximRejCond is 0 and the score is such that SAtempreject is triggered it is still rejecting the email. When permreject is triggered the mail is accepted though. I'm wondering whether anyone else has seen this and whether there is a solution.