[xmail] Re: sendmail & cron problems

2004-09-22 Thread Охитин Руслан
Thank you Davide! I add 'export' to MAIL_ROOT=... and set suid root to sendmail. Now all works fine. -- Ruslan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Davide Libenzi > Sent: Wednesday, September 22, 2004 7:01 PM > To: [EMAIL PROTECTED] > Su

[xmail] Re: XMail - SpamAssassin Received Header Parser Solution!

2004-09-22 Thread Jason J. Ellingson
Heh, heh... Okay... I see this doesn't work for local mail (LMAIL)... so, remove the "ESMTP " twice... I've attached this to a text file to help. = BEGIN = if (/\[XMail [^\]]+Server\]/) { if (/^from (\S+) (?:\((${IP_ADDRESS})[^\)]*\) )?by (\S+) (?:\([^\)]*\) )?with \[XMail [^\]]+Server\

[xmail] Recommendation for SpamAssassin users

2004-09-22 Thread Jason J. Ellingson
If you use SpamAssassin, I'd recommend that you use: ReceivedHdrType "3" -or- ReceivedHdrType "4" That way, your authenticated users won't get SPF_FAIL hits if you are using SPF tests and have set your DNS to have SPF records. Personally, I'm now using "4".

[xmail] XMail - SpamAssassin Received Header Parser Solution!

2004-09-22 Thread Jason J. Ellingson
This seems to be the magical solution to all of the XMail received headers parsing for SpamAssassin: = BEGIN = if (/\[XMail [^\]]+ ESMTP Server\]/) { if (/^from (\S+) (?:\((${IP_ADDRESS})[^\)]*\) )?by (\S+) (?:\([^\)]*\) )?with \[XMail [^\]]+ ESMTP Server\] id <([^>]+)> for(?: <[^>]*> |

[xmail] Re: R: Re: R: Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread Jason J. Ellingson
I typoed the string... sorry... was a capitalization issue... that last "\s+" was supposed to be a "\S+" Also, there is no ident in the header... only id. ident means that you have the user's authentication, which we don't... at least not in here. We have the message id though. Similar names...

[xmail] R: Re: R: Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread POPOLI Guido
I'm using SA 2.64, I guess that's why I had some problem with it at the = beginning. After tweaking it a little bit this is what I got working: if (/\[XMail 1\.20 ESMTP Server\]/) { if (/^from (\S+) \((${IP_ADDRESS}):\d+\) by (\S+) with \[XMail 1\.20 = ESMTP Server\] id <([^>]+)> for /) { $

[xmail] Re: R: Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread Jason J. Ellingson
Let me know if it works as good for you as for me. If it does, then it'll help me get my code pushed into the next release. Also, in an effort to get SpamAssassin 3.0.1 set up to understand XMail recevied headers, does anyone have copies of their received headers they can send me? I need it in a

[xmail] R: Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread POPOLI Guido
Hey thanks! That's exactly what I was looking for... :) Checking it right now... :) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] = Per conto di Jason J. Ellingson Inviato: mercoled=EC 22 settembre 2004 17.38 A: [EMAIL PROTECTED] Oggetto: [xmail] Re: R: Re: xmail s

[xmail] Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread Jason J. Ellingson
I've already submitted a fix request to the folks at SpamAssassin. It should be available in 3.0.1. In the meantime, I've added the following to the Received.pm file just before the check for /Exim/ mailers... (This assumes you are using XMail 1.20 and header option is "0" -- the default) =

[xmail] Re: 451 SMTP protocol violation ?

2004-09-22 Thread Davide Libenzi
On Wed, 22 Sep 2004, Chris L. Franklin wrote: > I'm not so sure about that. I have the same issue with Baldwin-Wallace > College a little while back. So i disabled all > filters and just tryed send a test email with 4 short lines in it. And > it still returned that error. >

[xmail] Re: 451 SMTP protocol violation ?

2004-09-22 Thread Chris L. Franklin
Davide Libenzi wrote: >On Wed, 22 Sep 2004, kalinga wrote: > > > >>when we send an email to Gmail.com, xmail replies postmaster with and error >>msg.. >> >> >>[<02>] The reason of the delivery failure was: >> >>451 SMTP protocol violation, see RFC 2821 >> >> >>[<03>] Note: >> >> >>does anybody

[xmail] Re: xmail server is slow

2004-09-22 Thread CLEMENT Francis
> -Message d'origine- > De : kalinga [mailto:[EMAIL PROTECTED] > Envoy=E9 : mercredi 22 septembre 2004 14:54 > =C0 : [EMAIL PROTECTED] > Objet : [xmail] Re: xmail server is slow >=20 >=20 > i'll check DNS.=20 >=20 > Where can I set the "Maximum SMTP connections", or > what is the Xmailser

[xmail] Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread CLEMENT Francis
> -Message d'origine- > De : POPOLI Guido [mailto:[EMAIL PROTECTED] > Envoy=E9 : mercredi 22 septembre 2004 13:58 > =C0 : [EMAIL PROTECTED] > Objet : [xmail] R: Re: xmail server is slow (and a question) >=20 >=20 > Maybe a virus spreading from some internal client? Actually, 99,9% virus

[xmail] Re: xmail server is slow

2004-09-22 Thread kalinga
i'll check DNS. Where can I set the "Maximum SMTP connections", or what is the Xmailservers default value? And how Xmail server handle it's FROZEN mail que? where can we set it's advance settings? vk. On Wed, 22 Sep 2004 04:52:05 -0700 (PDT), Davide Libenzi <[EMAIL PROTECTED]> wrote: > On Tue

[xmail] Re: R: Re: xmail server is slow (and a question)

2004-09-22 Thread Davide Libenzi
On Wed, 22 Sep 2004, POPOLI Guido wrote: > Maybe a virus spreading from some internal client? > > Davide, I know you're probably very busy with more important stuff, but = > I was wondering if you had time to fix the Received: IP:PORT message? Or = > can you give a look at the spamassassin receiv

[xmail] Re: sendmail & cron problems

2004-09-22 Thread Davide Libenzi
On Wed, 22 Sep 2004, [koi8-r] =EF=C8=C9=D4=C9=CE =F2=D5=D3=CC=C1=CE wrote: > Hello! >=20 > I nave a cron script that uses xmail's sendmail to > send me some info. >=20 > When I start this script from shell all works fine=20 > but when it started by cron - it sends nothing. >=20 > Setting MAIL_ROO

[xmail] R: Re: xmail server is slow (and a question)

2004-09-22 Thread POPOLI Guido
Maybe a virus spreading from some internal client? Davide, I know you're probably very busy with more important stuff, but = I was wondering if you had time to fix the Received: IP:PORT message? Or = can you give a look at the spamassassin received.pm module to give some = advice? TIA, Guido. -

[xmail] Re: 451 SMTP protocol violation ?

2004-09-22 Thread Davide Libenzi
On Wed, 22 Sep 2004, kalinga wrote: > when we send an email to Gmail.com, xmail replies postmaster with and error > msg.. > > > [<02>] The reason of the delivery failure was: > > 451 SMTP protocol violation, see RFC 2821 > > > [<03>] Note: > > > does anybody have idea on rectifing this iss

[xmail] Re: xmail server is slow

2004-09-22 Thread Davide Libenzi
On Tue, 21 Sep 2004, kalinga wrote: > xmail server is runing it's 6th day. it's the live server for > 150 email > users. > > now, it takes more than 20 min to deliver a email to a local mailbox, > plus it has a more than 70 frozen massages. > > and we experience a heavy outbound traffic from the

[xmail] sendmail & cron problems

2004-09-22 Thread Охитин Руслан
Hello! I nave a cron script that uses xmail's sendmail to send me some info. When I start this script from shell all works fine but when it started by cron - it sends nothing. Setting MAIL_ROOT=/path/to/xmail/root in script don't help. Please help me! -- Ruslan Ohitin - To unsubscribe from