[xmail] Re: 1.25-pre14

2007-06-13 Thread David Lord
On 12 Jun 2007, at 16:34, Davide Libenzi wrote:

 On Tue, 12 Jun 2007, Davide Libenzi wrote:
 
  On Tue, 12 Jun 2007, David Lord wrote:
  
   As soon as -P6 and -S6 are added Pegasus/ka9q(dos) doesn't connect to 
   xmail with ka9q log showing connect failed: reset/refused.
   
   xmail acts as local smarthost for lan
   pegasus = ka9q = lan (ip4) = xmail (ip6) = internet = 
   
   I'll have another play after a nights sleep.
  
  I bet NetBSD defaults with IPV6_V6ONLY == 1 ...
 
 Yes, it does. You need to set the sysctl net.inet6.ip6.v6only to 0, if 
 you want both IPV4 and IPV6 connectivity.

Ok that allowed me to send from dos box and now accepted by xmail but 
I still get reject from mail.lordynet.me.uk

Below are xmail commandline, failure message and capture of telnet 
session from local mail.lordynet.org to mail.lordynet.me.uk at isp.

Do I need to change any of .tab files in /var/MailRoot in order to 
support ip6?

# sysctl net.inet6.ip6.v6only
net.inet6.ip6.v6only = 0

# grep '^XMAIL_CMD' /etc/rc.d/xmail
XMAIL_CMD_LINE=-M7 -Md -Mr 168 -Pl -Pw 12 -Sl -Ql -Qg -Qt 907 -Qi 1 -Qr 9
XMAIL_CMD_LINE=$XMAIL_CMD_LINE -P6 -S6 -Yl -Fl -Cl -Ll  -Yi 1380 -Lt 19

Failure message:
[00] XMail bounce: [EMAIL PROTECTED];Error=[Network kernel error]
[01] Error sending message 
[1181723954664.3076521984.1.k6x400.home.lordynet.org] from [mail.lordynet.org].
ID:S785D
Mail From: [EMAIL PROTECTED]
Rcpt To:   [EMAIL PROTECTED]
Server:lordynet.me.uk [lordynet.me.uk]
[02] The reason of the delivery failure was:
Network kernel error
[03] Note:
** This is a temporary error and you do not have to resend the message
** The system tried to send the message at  : Wed, 13 Jun 2007 08:39:14 
-
** The current number of delivery attempts is   : 1
** The system will try to resend the message at : Wed, 13 Jun 2007 08:54:21 
-
[04] Here is listed the message log file:
[PeekTime] 1181723954 : Wed, 13 Jun 2007 08:39:14 -

ErrCode   = -3
ErrString = Network kernel error
SMAIL SMTP-Send EDNS = lordynet.me.uk SMTP = mail.lordynet.org
From = [EMAIL PROTECTED] To = [EMAIL PROTECTED] Failed !
SMTP-Error = Network kernel error
SMTP-Server = lordynet.me.uk



telnet session:
bash-3.00$ host k6x400
k6x400.home.lordynet.org has address 192.168.59.60

bash-3.00$ host mail.lordynet.org
mail.lordynet.org has address 81.187.61.67

bash-3.00$ telnet -6 mail.lordynet.me.uk 25
Trying 2001:8b0:0:81::51bb:510d...
Connected to C.mail.aaisp.net.uk.
Escape character is '^]'.
220-c.hopeless.aaisp.net.uk ESMTP Wed, 13 Jun 2007 09:07:08 +0100
220 Welcome
ehlo mail.lordynet.org
250-c.hopeless.aaisp.net.uk Hello mail.lordynet.org [2001:8b0:1c7:1::1]
250-SIZE 1048576000
250-PIPELINING
250 HELP
MAIL FROM: [EMAIL PROTECTED]
250 OK
RCPT TO: [EMAIL PROTECTED]
250 Accepted
QUIT
221 c.hopeless.aaisp.net.uk closing connection
Connection closed by foreign host.
bash-3.00$

cheers

David
-
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-pre14

2007-06-13 Thread David Lord
On 13 Jun 2007, at 9:09, David Lord wrote:

. 


Don't know if relevant but I just noticed in failure message I can't see any 
reference to the mx mail.lordynet.me.uk or mx alias C.mail.aaisp.net.uk.

 Failure message:
 [00] XMail bounce: [EMAIL PROTECTED];Error=[Network kernel error]
 [01] Error sending message 
 [1181723954664.3076521984.1.k6x400.home.lordynet.org] from 
 [mail.lordynet.org].
 ID:S785D
 Mail From: [EMAIL PROTECTED]
 Rcpt To:   [EMAIL PROTECTED]
 Server:lordynet.me.uk [lordynet.me.uk]
 [02] The reason of the delivery failure was:
 Network kernel error
 [03] Note:
 ** This is a temporary error and you do not have to resend the message
 ** The system tried to send the message at  : Wed, 13 Jun 2007 
 08:39:14 -
 ** The current number of delivery attempts is   : 1
 ** The system will try to resend the message at : Wed, 13 Jun 2007 
 08:54:21 -
 [04] Here is listed the message log file:
 [PeekTime] 1181723954 : Wed, 13 Jun 2007 08:39:14 -
 
 ErrCode   = -3
 ErrString = Network kernel error
 SMAIL SMTP-Send EDNS = lordynet.me.uk SMTP = mail.lordynet.org
 From = [EMAIL PROTECTED] To = [EMAIL PROTECTED] Failed !
 SMTP-Error = Network kernel error
 SMTP-Server = lordynet.me.uk
 
 

-
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] 1.25-pre16

2007-06-13 Thread Davide Libenzi

Here's -pre16 with the fixes for the problems (yep, more of them) found by 
David Lord:

http://www.xmailserver.org/xmail-1.25-pre16.tar.gz
http://www.xmailserver.org/xmail-1.25-pre16.win32bin.zip



- Davide


-
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-pre16

2007-06-13 Thread Davide Libenzi
On Wed, 13 Jun 2007, Davide Libenzi wrote:

 
 Here's -pre16 with the fixes for the problems (yep, more of them) found by 
 David Lord:
 
 http://www.xmailserver.org/xmail-1.25-pre16.tar.gz
 http://www.xmailserver.org/xmail-1.25-pre16.win32bin.zip

BTW, nobody tested the newest 1.25 on Windows yet?



- Davide


-
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-pre14

2007-06-13 Thread David Lord
On 13 Jun 2007, at 8:57, Davide Libenzi wrote:

 On Wed, 13 Jun 2007, David Lord wrote:
 
  Ok that allowed me to send from dos box and now accepted by xmail but 
  I still get reject from mail.lordynet.me.uk
  
  Below are xmail commandline, failure message and capture of telnet 
  session from local mail.lordynet.org to mail.lordynet.me.uk at isp.
  
  Do I need to change any of .tab files in /var/MailRoot in order to 
  support ip6?
  
  # sysctl net.inet6.ip6.v6only
  net.inet6.ip6.v6only = 0
  
  # grep '^XMAIL_CMD' /etc/rc.d/xmail
  XMAIL_CMD_LINE=-M7 -Md -Mr 168 -Pl -Pw 12 -Sl -Ql -Qg -Qt 907 -Qi 1 
  -Qr 9
  XMAIL_CMD_LINE=$XMAIL_CMD_LINE -P6 -S6 -Yl -Fl -Cl -Ll  -Yi 1380 -Lt 
  19
 
 There was a bug in -M7 mode. XMail was getting the IPV6 address (when 
 available), but then it was creating an IPV4 socket. Duh!
 Will be making pre16 later today.

Right, thanks will look out for it.

  bash-3.00$ telnet -6 mail.lordynet.me.uk 25
  Trying 2001:8b0:0:81::51bb:510d...
  Connected to C.mail.aaisp.net.uk.
  Escape character is '^]'.
  220-c.hopeless.aaisp.net.uk ESMTP Wed, 13 Jun 2007 09:07:08 +0100
  220 Welcome
  ehlo mail.lordynet.org
  250-c.hopeless.aaisp.net.uk Hello mail.lordynet.org [2001:8b0:1c7:1::1]

.
 
 Hmmm, this is not XMail, is it?

No they use Exim (on Linux I think).


David


-
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-pre16

2007-06-13 Thread Edmonds, J.B.
I am running 1.25pre12 on Windows with no known problems.  I will try
pre16 this evening.  I am not concerned with IP6 at the present so have
not tried anything except defaults.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Davide Libenzi
Sent: Wednesday, June 13, 2007 2:17 PM
To: XMail mailing list
Subject: [xmail] Re: 1.25-pre16

On Wed, 13 Jun 2007, Davide Libenzi wrote:

=20
 Here's -pre16 with the fixes for the problems (yep, more of them)=20
 found by David Lord:
=20
 http://www.xmailserver.org/xmail-1.25-pre16.tar.gz
 http://www.xmailserver.org/xmail-1.25-pre16.win32bin.zip

BTW, nobody tested the newest 1.25 on Windows yet?



- Davide


-
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]
-
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: Cipher/protcol in Received:-Tag

2007-06-13 Thread q0017
Hi there

For those who disagree with Davide, i wrote a patch for implementing 
SSL-information in the Received-tags.

Information can be found at http://www.ionum.ch/tools/xmail.php

greetz
Stefan

- Original Message - 
From: Davide Libenzi [EMAIL PROTECTED]
To: xmail@xmailserver.org
Sent: Thursday, May 24, 2007 8:38 PM
Subject: [xmail] Re: Cipher/protcol in Received:-Tag


 On Thu, 24 May 2007, CLEMENT Francis wrote:

 Davide ?

 If there is no standard, these info are useless.


 - Davide


 -
 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]

 

-
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-pre16

2007-06-13 Thread Ivo Smits
Hello Davide,

While looking at your code, I noticed a mistake, in QueueUtils.php... the 
function name QueUtBuildErrorRespose .. should be respoNse I think? ;)

I was actually looking for a way to edit error reports... I have suggested 
this before, but I would like to have your opinion..

I would like to create the error report from an external application 
(shellscript, php, binary, ...), like with the other filters. I think XMail 
could just set the environment variables (From, To, Time, original message 
filepath, error file path, ...) and then run the script.
If the script returns code 0, XMail processes it's standard output (or some 
other file) and sends it to the administrator and sender.
If the script returns any other code, it may send it's own reports using the 
local mailer (sendmail). In this case XMail shouldn't process the script's 
output.

Using shellscript, php, perl or whatever, the administrator can easily write 
his own error reports.

I've been looking at your error-handling code (in QueueUtils.cpp), and think 
that this should be possible to implement. I don't know c++ very well, but 
if you're not interested, I may try to implement it myself ;)

Ivo

- Original Message - 
From: Davide Libenzi [EMAIL PROTECTED]
To: XMail mailing list xmail@xmailserver.org
Sent: Wednesday, June 13, 2007 8:14 PM
Subject: [xmail] 1.25-pre16



 Here's -pre16 with the fixes for the problems (yep, more of them) found by
 David Lord:

 http://www.xmailserver.org/xmail-1.25-pre16.tar.gz
 http://www.xmailserver.org/xmail-1.25-pre16.win32bin.zip



 - Davide


 -
 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]
 

-
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-pre16

2007-06-13 Thread David Lord
On 13 Jun 2007, at 11:16, Davide Libenzi wrote:

 On Wed, 13 Jun 2007, Davide Libenzi wrote:
 
  
  Here's -pre16 with the fixes for the problems (yep, more of them) found by 
  David Lord:
  
  http://www.xmailserver.org/xmail-1.25-pre16.tar.gz
  http://www.xmailserver.org/xmail-1.25-pre16.win32bin.zip
 
 BTW, nobody tested the newest 1.25 on Windows yet?

With pre16 this one went out ok, commandline with -M7 -S6 -P6.

Delivery-date: Wed, 13 Jun 2007 20:05:39 +0100
Received: from [2001:8b0:1c7:1::1] (helo=mail.lordynet.org)
by c.hopeless.aaisp.net.uk with esmtp (Exim 4.63)


I'll now try to work out how to collect via psync from above server 
with minimal amount of reconfiguration.


cheers

David

-
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]