[xmail] Re: 1.25-pre16

2007-06-16 Thread Ivo Smits
Why??

I think that most end users don't understand what the failure report 
actually says. Even the header line contains a message ID, while the 
original Subject means much more to the end user. Ofcourse, the more 
detailed information is important for tracing problems, but it is also 
important that the user knows that his e-mail will not arrive (or that it 
has just been 'delayed', so they don't have to retry). The detailed 
information can then be attached after a clear explanation of the problem, 
e-mail addresses and subject of the message. This information can easily be 
taken from the message by using `grep` from a shellscript.

Besides that, I think that some administrators would like to have the 
reports in their own language.

Ivo

- Original Message - 
From: Davide Libenzi [EMAIL PROTECTED]
To: XMail mailing list xmail@xmailserver.org
Sent: Friday, June 15, 2007 9:34 PM
Subject: [xmail] Re: 1.25-pre16


 On Wed, 13 Jun 2007, Ivo Smits wrote:

 Hello Davide,

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

 Thank you, changed.



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

 Why?



 - 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-14 Thread Edinilson - ATINET
Davide, here we are running 1.25 on Windows 2000 SP4 since release without 
any problem.

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br


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


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]


-
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-14 Thread Davide Libenzi
On Thu, 14 Jun 2007, Edinilson - ATINET wrote:

 Davide, here we are running 1.25 on Windows 2000 SP4 since release without 
 any problem.

I was particularly interested in someone testing it on Windows  boxes that 
have ipv6, or ipv6 and ipv4 together...



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