Re: [exim] authentication help needed 4.51

2006-04-29 Thread Rob Lingelbach
> > Of course. The password file format is incidental. You can > substitute any > kind of lookup you want. great. plaintext password lookup works. What is weird now is that exim only asks for authentication if and only if I have the relay line in exim.conf for my host (I am on a static IP

Re: [exim] authentication help needed 4.51

2006-04-29 Thread Tony Finch
On Sat, 29 Apr 2006, Rob Lingelbach wrote: > > Thanks Tony. I can't build cdb on Fedora Core 3 (errors) and can't > find an rpm for it. Do you think I could use a different db or even > plain text to store the users/passwords? Of course. The password file format is incidental. You can substitute

Re: [exim] authentication help needed 4.51

2006-04-29 Thread Rob Lingelbach
On Apr 28, 2006, at 9:22 , Tony Finch wrote: > On Thu, 27 Apr 2006, Rob Lingelbach wrote: >> >> Thanks Tony. I wonder if you could send me your configure file so >> I could examine >> it for discrepancies with my own. Feel free to change pwds to >> something generic. > > The relevant parts

[exim] ACL Tricks - text file to block subjects

2006-04-29 Thread Marc Perkel
Can this be done? I'f like to have a simple text file with multiple lins containing regular expressions or strings so that if the Subject header matches any of the strings it will deny the message. The text file migh look like this: fuc*ing rolex online pharmacy Experimenting with this but it

Re: [exim] Exim Filter Issues.

2006-04-29 Thread Peter Bowyer
On 29/04/06, Tom Ray <[EMAIL PROTECTED]> wrote: > Hey- > > I'm running into some issues with the Exim Filter. It seems to find the files > without issue but when it tries to load(run) than it outputs: "error=filtering > not enabled userforward router: defer" and also "message: error in filter > fi

Re: [exim] Exim Filter Issues.

2006-04-29 Thread Heiko Schlittermann
Tom Ray <[EMAIL PROTECTED]> (Sa 29 Apr 2006 21:46:47 CEST): > Hey- > > I'm running into some issues with the Exim Filter. It seems to find the files > without issue but when it tries to load(run) than it outputs: "error=filtering > not enabled userforward router: defer" and also "message: error in

[exim] Exim Filter Issues.

2006-04-29 Thread Tom Ray
Hey- I'm running into some issues with the Exim Filter. It seems to find the files without issue but when it tries to load(run) than it outputs: "error=filtering not enabled userforward router: defer" and also "message: error in filter file: filtering not enabled". Here is the portion from my Exi

Re: [exim] Abused as spam relay with A=login:0 ??

2006-04-29 Thread Heiko Schlittermann
Andreas Metzler <[EMAIL PROTECTED]> (Sa 29 Apr 2006 13:20:08 CEST): > Heiko Schlittermann <[EMAIL PROTECTED]> wrote: > [...] > ># login authentication using a clear text password file > >login: > > driver = plaintext > > public_name = LOGIN > > server_prompts = Username:: : P

Re: [exim] Abused as spam relay with A=login:0 ??

2006-04-29 Thread Heiko Schlittermann
Jakob Hirsch <[EMAIL PROTECTED]> (Sa 29 Apr 2006 13:02:55 CEST): > Quoting Heiko Schlittermann: > > > My question: Is there a more elegant solution? In this case here it > > ${lsearch {$1} lsearch {/etc/exim4/passwd} {${if eq{$2}{$value ${lookup {$1} lsearch {/etc/exim4/passwd} {${if eq{$2}

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread Andreas Metzler
Stanislaw Halik <[EMAIL PROTECTED]> wrote: > On Sat, Apr 29, 2006, Andreas Metzler wrote: >>> Slightly offtopic: it's bad that no alternative to SA (preferably >>> written in C) exists, it seems not to do much more than DNSBL checks, >>> MIME decoding, HTML parsing and regexp matching. Even with th

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread Marc Perkel
I am thinking about using 2 Spamassassins. My SA uses everything and is a heavy load. But I use ACL tricks to bounce 90% of spam so SA only see's 10% of it. What I'd like to do is have a very lite SA that I can use to prescreen out the nasty stuff and then send the rest to the SA with everythin

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread W B Hacker
Andreas Metzler wrote: > Stanislaw Halik <[EMAIL PROTECTED]> wrote: > [...] > >>Slightly offtopic: it's bad that no alternative to SA (preferably >>written in C) exists, it seems not to do much more than DNSBL checks, >>MIME decoding, HTML parsing and regexp matching. Even with that, on a >>prett

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread Stanislaw Halik
On Sat, Apr 29, 2006, Andreas Metzler wrote: >> Slightly offtopic: it's bad that no alternative to SA (preferably >> written in C) exists, it seems not to do much more than DNSBL checks, >> MIME decoding, HTML parsing and regexp matching. Even with that, on a >> pretty minimalistic setup, the daemo

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread W B Hacker
Stanislaw Halik wrote: > On Sun, Apr 30, 2006, W B Hacker wrote: > So - I was wondering if anythone as any code that will do the kind of URI lookups that SA has in an ACL? >>> >>>Embedded perl sounds just about right. > > >>Perhaps. But, as SA itself written in perl, and as it has had

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread Andreas Metzler
Stanislaw Halik <[EMAIL PROTECTED]> wrote: [...] > Slightly offtopic: it's bad that no alternative to SA (preferably > written in C) exists, it seems not to do much more than DNSBL checks, > MIME decoding, HTML parsing and regexp matching. Even with that, on a > pretty minimalistic setup, the daemo

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread Stanislaw Halik
On Sun, Apr 30, 2006, W B Hacker wrote: >>> So - I was wondering if anythone as any code that will do the kind of >>> URI lookups that SA has in an ACL? >> Embedded perl sounds just about right. > Perhaps. But, as SA itself written in perl, and as it has had a > lot of work done on it, it might

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread W B Hacker
Stanislaw Halik wrote: > On Sat, Apr 29, 2006, Marc Perkel wrote: > >>Spamassassin has the ability to look up links withing messages to see if >>domains are blacklisted. And it works very well. But - in order to >>reduce system load I'm trying to do as many tests as possible before I >>get to

Re: [exim] URI Blacklists in Exim

2006-04-29 Thread Stanislaw Halik
On Sat, Apr 29, 2006, Marc Perkel wrote: > Spamassassin has the ability to look up links withing messages to see if > domains are blacklisted. And it works very well. But - in order to > reduce system load I'm trying to do as many tests as possible before I > get to SA. > So - I was wondering i

Re: [exim] Maildir Quota excluding Trash folder.

2006-04-29 Thread Magnus Holmgren
Friday 28 April 2006 17:51 skrev John Jetmore: > On Fri, 28 Apr 2006, W B Hacker wrote: > > ...and had delivered the messages into: > > > > ~/{domain}/{user}/Maildir/Maildir_create = yes/new > > heh, never done it with exim, but I have to admit to creating a folder > along the line of ~/mail/* ^Fro

[exim] URI Blacklists in Exim

2006-04-29 Thread Marc Perkel
Spamassassin has the ability to look up links withing messages to see if domains are blacklisted. And it works very well. But - in order to reduce system load I'm trying to do as many tests as possible before I get to SA. So - I was wondering if anythone as any code that will do the kind of UR

Re: [exim] Bug#360696: Failed to get write lock for /var/spool/exim4/db/retry.lockfile:timedout

2006-04-29 Thread Andreas Metzler
On 2006-04-28 Michel Meyers <[EMAIL PROTECTED]> wrote: > Philip Hazel wrote: [...] >> (gdb) where >> #0 0xe410 in ?? () >> #1 0xbfd18ce8 in ?? () >> #2 0xb7ab6ff4 in ?? () >> #3 0xbfd18d0c in ?? () >> #4 0xb7a44313 in ?? () >> #5 0xb7e78cb0 in ?? () from /usr/lib/libdb-4.2.so >> #6 0xbfd

Re: [exim] Abused as spam relay with A=login:0 ??

2006-04-29 Thread Andreas Metzler
Heiko Schlittermann <[EMAIL PROTECTED]> wrote: [...] ># login authentication using a clear text password file >login: > driver = plaintext > public_name = LOGIN > server_prompts = Username:: : Password:: > server_condition = ${if > eq{$2}{${lookup{$1}lsearch{/etc/exim4/

Re: [exim] Abused as spam relay with A=login:0 ??

2006-04-29 Thread Jakob Hirsch
Quoting Heiko Schlittermann: > My question: Is there a more elegant solution? In this case here it ${lsearch {$1} lsearch {/etc/exim4/passwd} {${if eq{$2}{$value side note: starting with 4.61, you should use $authX instead of $X. > Which chapter in TFM I'm missing? end of 34.2 -- ## List

[exim] Abused as spam relay with A=login:0 ??

2006-04-29 Thread Heiko Schlittermann
Hello, I just found some strange lines in my logs: 2006-04-28 16:50:52 1FZUJ0-0001pq-6S <= [EMAIL PROTECTED] H=(ii) [222.183.147.213] P=esmtpa A=login:0 S=3376 ~ 2006-04-28 16:50:54 1F