[xmail] Re: Help with Gentoo install

2008-04-05 Thread Mihai Dobre
On Friday 04 April 2008 23:47, J. wrote:
 I've been trying get version 1.22 running after installing a gentoo ebuild
 for it. I read in the gentoo forums that running it in the /var/MailRoot
 environment is less problematic with gentoo than trying to do it under
 /chroot.

 So, I've set it up following the ReadMe and handbook, but I'm getting some
 errors. I can run XMail when I use the following shell commands as root:

 export MAIL_ROOT=/var/MailRoot
 /var/MailRoot/bin/XMail -Md -Pl -Sl -Fl -Cl -Ll

 but when I try to run it using the startup script, I get some errors:

 MailRoot # /etc/init.d/xmail start
  * /var/MailRoot/bin/XMail not found!
  * Starting XMail ...
 ldd: /var/MailRoot/xmail/var/MailRoot/bin/XMail: No such file or directory
 cp: missing destination file operand after `/var/MailRoot/xmail/lib/'
 Try `cp --help' for more information.


 If anyone has set up XMail under Gentoo and has some help to offer, I'd
 appreciate it.


Check the environment variable MAIL_ROOT inside your startup script.

Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xspamc 0.4.4 on 1.25

2008-01-10 Thread Mihai Dobre
On Wednesday 09 January 2008 20:03, Davide Libenzi wrote:
 On Tue, 8 Jan 2008, Mihai Dobre wrote:
  On Monday 07 January 2008 20:05, Davide Libenzi wrote:
   On Mon, 7 Jan 2008, Mihai Dobre wrote:
Hello,
   
After upgrading from 1.24, xspamc 0.4.4 (unix) with spamd 3.1.0 on
Bluewhite 64 simply refuses to work. As command line is not supported
in xspamc, no debug is available. No message reaches spamd, no entry
in XMail or xspamc logs, the emails just pass through without being
examined. According to 1.25 ChangeLog  it seems to be no change in
message filters or macros. Am I missing something? Any clue?
  
   Did you have filter logs enabled? What do they show?
 
  The filter logs are enabled:
 
  XMAIL_CMD_LINE=XMail -Ql -Pl -Sl -Ll -Qg -B- -X- -F- -W- -CI 127.0.0.1
 
  but they show nothing regarding xspamc. Other filters (post-data, in)
  work just fine and they are logged:
  --
  [EMAIL PROTECTED]   [EMAIL PROTECTED] 
  212.146.110.5283.101.7.75   2008-01-06 22:37:41  
  post-data  0  7
  /var/MailRoot/filters/clamdscan/anti-virus.sh;/tmp/msrv96d801a.54c66.tmp
 ;
  [83.101.7.75]:2793;[EMAIL PROTECTED];[EMAIL PROTECTED]
 ro; [EMAIL PROTECTED]   [EMAIL PROTECTED]   
212.146.110.5283.101.7.75   2008-01-06 22:37:41   in   
0 7 
  /var/MailRoot/filters/attach_extension/attach.sh;/var/MailRoot/spool/1/3
 /mess/1199651861681.158171162.257.mx1;
  [EMAIL PROTECTED];[EMAIL PROTECTED];
  --
 
  I think is a xspamc issue but there is no way to debug, maybe Dario could
  help here. With 1.24 works just fine, shall I test any of 1.25 pre
  versions ?

 Hmm, if the spamc filter would fail the execution, it'd at least show up
 in the filter logs. And it doesn't. Can you show the filter file line
 triggering spamc?

[EMAIL PROTECTED]:~# cat /var/MailRoot/filters.in.tab | grep xspamc
* * 0.0.0.0/0 212.146.110.52xspamc.tab

[EMAIL PROTECTED]:~# cat /var/MailRoot/filters/xspamc.tab
!eax /var/MailRoot/filters/xspamc/xspamc   
/var/MailRoot/filters/xspamc/xspamc.ini   @@FILE@@FROM
@@RCPT@@MSGREF @@REMOTEADDR

Thanks,

Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Maximum DNS quesry depth exceeded

2008-01-10 Thread Mihai Dobre
On Thursday 10 January 2008 11:41, Filip Supera wrote:
 Hello,

 One one of two machines running XMAil, I have the following error. On
 the other machine everything is OK. Same version of XMail (1.25). Any
 clue ? Thanks !

 [00] XMail bounce: [EMAIL PROTECTED];Error=[Recipient
 domain paruvendu.com does not exist (or it has a misconfigured DNS)]

Does XMail machines use the same DNS server? Can you do a dig mx 
paruvendu.com on both of them?

Mihai


-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: Maximum DNS quesry depth exceeded

2008-01-10 Thread Mihai Dobre
On Thursday 10 January 2008 12:58, Filip Supera wrote:
 Mihai Dobre :
  Does XMail machines use the same DNS server? Can you do a dig mx
  paruvendu.com on both of them?

 Thanks Mihai.

 On the machine from which I have the problem :

 # dig mx paruvendu.com
 ;; ANSWER SECTION:
 paruvendu.com.  86400   IN  MX  10 mx1.comareg.fr.
 paruvendu.com.  86400   IN  MX  20 mx2.comareg.fr.

 On the machine from which I can send message without problem :

 # dig mx paruvendu.com

 ;; QUESTION SECTION:
 ;paruvendu.com. IN  MX

 ;; Query time: 7 msec
 ;; SERVER: 127.0.0.1#53(127.0.0.1)
 ;; WHEN: Thu Jan 10 13:32:12 2008
 ;; MSG SIZE  rcvd: 31


Are you sure? Should be contrariwise in my opinion, the machine with problem 
gets no MX record. Can you set the same DNS server on both XMail machines? 
Preferably the working one as most likely is a DNS issue.

Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xspamc 0.4.4 on 1.25

2008-01-10 Thread Mihai Dobre
On Thursday 10 January 2008 15:57, CLEMENT Francis wrote:
 Its looks like after the !eax there is only on blank char but can be =
 space
 converter in my mail reader :\

 Can you confirm that in the two tab files there is a TAB char between =
 every
 argument ?
 And that each file ends with an empty line (return key pushed after =
 entering
 each complete filter line) ?

Yes, Francis. I can confirm that the syntax is ok. Actually, the same files 
work with 1.24 binaries.

Thanks,

Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xmailserver.org down

2008-01-10 Thread Mihai Dobre
On Thursday 10 January 2008 16:50, Radu Spineanu wrote:
 Hi

 It seems just as I was going to brink back online the Romanian mirror or
 xmailserver.org the website went down.

 Any ideas when it will be fixed?

 --
 Radu S.

 P.S. I uploaded xmail 1.25 to Debian Unstable Monday. Try it, test it.


It was for a few minutes, now it's back on-line. Thanks Radu.

Mihai.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xspamc 0.4.4 on 1.25

2008-01-10 Thread Mihai Dobre
  [EMAIL PROTECTED]:~# cat /var/MailRoot/filters.in.tab | grep xspamc
  * * 0.0.0.0/0 212.146.110.52xspamc.tab
 
  [EMAIL PROTECTED]:~# cat /var/MailRoot/filters/xspamc.tab
  !eax /var/MailRoot/filters/xspamc/xspamc  
  /var/MailRoot/filters/xspamc/xspamc.ini   @@FILE@@FROM 
@@RCPT@@MSGREF @@REMOTEADDR

 Try: 212.146.110.52/32 ...
 - Davide

Great! Works like a charm now. Thanks a lot, Davide!

Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] xspamc 0.4.4 on 1.25

2008-01-07 Thread Mihai Dobre
Hello,

After upgrading from 1.24, xspamc 0.4.4 (unix) with spamd 3.1.0 on Bluewhite 
64 simply refuses to work. As command line is not supported in xspamc, no 
debug is available. No message reaches spamd, no entry in XMail or xspamc 
logs, the emails just pass through without being examined. According to 1.25 
ChangeLog  it seems to be no change in message filters or macros. Am I 
missing something? Any clue?

Thanks,

Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: xspamc 0.4.4 on 1.25

2008-01-07 Thread Mihai Dobre
On Monday 07 January 2008 20:05, Davide Libenzi wrote:
 On Mon, 7 Jan 2008, Mihai Dobre wrote:
  Hello,
 
  After upgrading from 1.24, xspamc 0.4.4 (unix) with spamd 3.1.0 on
  Bluewhite 64 simply refuses to work. As command line is not supported in
  xspamc, no debug is available. No message reaches spamd, no entry in
  XMail or xspamc logs, the emails just pass through without being
  examined. According to 1.25 ChangeLog  it seems to be no change in
  message filters or macros. Am I missing something? Any clue?

 Did you have filter logs enabled? What do they show?


The filter logs are enabled:

XMAIL_CMD_LINE=XMail -Ql -Pl -Sl -Ll -Qg -B- -X- -F- -W- -CI 127.0.0.1

but they show nothing regarding xspamc. Other filters (post-data, in) work 
just fine and they are logged:
--
[EMAIL PROTECTED]   [EMAIL PROTECTED]  212.146.110.52
83.101.7.75   2008-01-06 
22:37:41   post-data  0  7 
/var/MailRoot/filters/clamdscan/anti-virus.sh;/tmp/msrv96d801a.54c66.tmp;
[83.101.7.75]:2793;[EMAIL PROTECTED];[EMAIL PROTECTED];
[EMAIL PROTECTED]   [EMAIL PROTECTED]  212.146.110.52
83.101.7.75   2008-01-06 
22:37:41   in  0 7  
/var/MailRoot/filters/attach_extension/attach.sh;/var/MailRoot/spool/1/3/mess/1199651861681.158171162.257.mx1;
[EMAIL PROTECTED];[EMAIL PROTECTED];
--

I think is a xspamc issue but there is no way to debug, maybe Dario could help 
here. With 1.24 works just fine, shall I test any of 1.25 pre versions ?

Thanks,
Mihai
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: 1.25 is out

2008-01-05 Thread Mihai Dobre
On Friday 04 January 2008 23:55, Davide Libenzi wrote:
 On Fri, 4 Jan 2008, Mihai Dobre wrote:
  On Friday 04 January 2008 20:28, Davide Libenzi wrote:
Slovenia is the best, Italy the worst and Romania seems to have
server problems !
  
   I need to remove Romania. The mirror is no more available AFAICT.
 
  It seems that abulafia.timisoara.roedu.net (CNAME for
  www.ro.xmailserver.org) has no more an A record. Just wait a few more
  days Davide, I'll try to ask some folks here.

 Sure, no problem.


 - Davide

Davide, we've got positives from Radu, the romanian mirror will be restored 
within few days.

Mihai.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: 1.25 is out

2008-01-04 Thread Mihai Dobre
On Friday 04 January 2008 01:45, Davide Libenzi wrote:
 No changes since 1.25-pre25:
On Friday 04 January 2008 08:00, Filip Supera wrote:
 Bonjour Davide,
 Thanks Davide and Happy new year !
 XMail page mirrors competition :-)

And many congrats, Davide! 1.25 update competition has begun :)

Mihai.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: 1.25 is out

2008-01-04 Thread Mihai Dobre
On Friday 04 January 2008 20:28, Davide Libenzi wrote:
  Slovenia is the best, Italy the worst and Romania seems to have
  server problems !

 I need to remove Romania. The mirror is no more available AFAICT.

It seems that abulafia.timisoara.roedu.net (CNAME for www.ro.xmailserver.org) 
has no more an A record. Just wait a few more days Davide, I'll try to ask 
some folks here.

Mihai.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] Re: partition question

2007-12-13 Thread Mihai Dobre
On Thursday 13 December 2007 17:13, Charlie Qualls wrote:
 Hello xmail,

  Is there anything besides the xmail startup script, filter scripts
  and individual filter tab files in moving xmail to a different partition.

If is a question, is not. You can move XMail anywhere you like, just adjust 
the startup scripts (and maybe your filters) to point to the correct 
location.

Mihai.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]



[xmail] SMTP command ingress qdisc

2007-04-16 Thread Mihai Dobre
Hi list !

I have some users complaining for their lost e-mails. While searching for 
problem in XMail log files I've found nothing strange except some RCPT=OK 
with no RECV at all for several messages. Because not to get killed I went 
further and I've found interesting things while sniffing the external 
interface:

T 81.181.166.135:41015 - 212.146.110.52:25 [A]  
GFQAARxUAAEgV..AABJFQAAXRUAAF4VAABuFQAA/OnTvq2frZ+tn62fjp+OfY5vXk9Anw
AA..HRZoHXHbADUIgUNKEgBPSgMAUUoDAF5KAwBhShIAHRZo
Ej8Y..ADUIgUNKEgBPSgMAUUoDAF5KAwBhShIAIBVoaG
NEABZoaGNEAENKEgBPSgMA..UUoDAF5KAwBhShIAABoW
#
T 212.146.110.52:25 - 81.181.166.135:41015 [A]
500 Syntax error, command unrecognized..500 Syntax error, command 
unrecognized..500 Syntax error, command unrecognized..500 Syntax error, 
command unrecognized..

T 194.176.176.10:2568 - 212.146.110.52:25 [AP]
lxosj5O7nWbJEfjjU3M1MrOOYr0qiQr1aiFVqyFRyrS..
hAQtSlj7AWAiIx7Ij75r+EekBeRcjFXDa/qqGZ+1eeE4rUsLHtl2KYY1rcxBmdFkCAR8IyAaoxYt..
gCxbAKCAwOOYDAh3ghIZiRKJ2mJ3jzdp7Yn0xwzRbu5pXVLbWV0Wyfkcbk9+vmNMc3oBZkU5DFB3..
R5TagZa8p28xqHrByHrNLlMGDW1TBkGLYBbwQGMyJDPZMTMTxe8E+UaZUhCxnPB7ceUlNnAmwmX8..
##
T 212.146.110.52:25 - 194.176.176.10:2568 [A]
500 Syntax error, command unrecognized..500 Syntax error, command 
unrecognized..500 Syntax error, command unrecognized..500 Syntax error, 
command unrecognized..500 Syntax error,command unrecognized..500 Syntax 
error, command unrecognized..

The only change that I've made to the system (Xmail 1.24, Slackware 11.0, 
kernel 2.6.20) is tc with ingress qdisc so I decided to pfifo_fast back and 
the problem just disappeared, I've got happy users now and I'm still alive :)
1. Should XMail logs this kind of error at SMTP level with ESYNTAX ?
2. Does anyone experiencing XMail and qdisc ?   

Thanks in advance,

Mihai.
-
To unsubscribe from this list: send the line unsubscribe xmail in
the body of a message to [EMAIL PROTECTED]
For general help: send the line help in the body of a message to
[EMAIL PROTECTED]