[xmail] XMail::Ctrl2.0 error or what?

2003-06-30 Thread Dmitry
Hi, My system is RH Linux9.0, Apache 2.0, Perl 5.8.0, XMail::Ctrl 2.0, Digest-MD5 2.4 my program is (listuser.cgi): * #!/usr/bin/perl print Content-type:text/html \n\n; use XMail::Ctrl; my $xmadm=postmaster; my $xmpass=***; my $xmport=6017; my $xmhost=localhost; my $xmail =

[xmail] no FROM

2003-06-30 Thread Adrian Hicks
I have several servers here that have cron jobs, including the mail server (still at 1.9). And I have some scripts that use the 'mail' command in Linux to send messages attach files etc.. For all machines except the mail server, when I receive an administrative message, or when I e-mail the

[xmail] Re: XMail::Ctrl2.0 error or what?

2003-06-30 Thread Newsmirror
- Original Message - From: Dmitry [EMAIL PROTECTED] Newsgroups: saltstorm.xmail Sent: Monday, June 30, 2003 9:24 AM Subject: [xmail] XMail::Ctrl2.0 error or what? 00171 description:Resource lock entry not oddly enough, I recall this message means you are giving the wrong password.

[xmail] reply to list

2003-06-30 Thread benny
Lets say my mailing list is [EMAIL PROTECTED] Is there a way, so that when I reply, it sends out as [EMAIL PROTECTED], instead of the user account? Thanks Ben Ptacek - To unsubscribe from this list: send the line unsubscribe xmail in the body of a message to [EMAIL PROTECTED] For general help:

[xmail] Re: reply to list

2003-06-30 Thread Davide Libenzi
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: Lets say my mailing list is [EMAIL PROTECTED] Is there a way, so that when I reply, it sends out as [EMAIL PROTECTED], instead of the user account? Search for ListSender inside the doc. - Davide - To unsubscribe from this list: send the line

[xmail] Re: reply to list

2003-06-30 Thread benny
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: Lets say my mailing list is [EMAIL PROTECTED] Is there a way, so that when I reply, it sends out as [EMAIL PROTECTED], instead of the user account? Search for ListSender inside the doc. - Davide - To unsubscribe from this list: send

[xmail] Re: reply to list

2003-06-30 Thread Davide Libenzi
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: Lets say my mailing list is [EMAIL PROTECTED] Is there a way, so that when I reply, it sends out as [EMAIL PROTECTED], instead of the user account? Search for ListSender inside the doc.

[xmail] Re: XMail::Ctrl2.0 error or what?

2003-06-30 Thread Aaron Johnson
On Mon, 2003-06-30 at 10:16, Newsmirror wrote: - Original Message - From: Dmitry [EMAIL PROTECTED] Newsgroups: saltstorm.xmail Sent: Monday, June 30, 2003 9:24 AM Subject: [xmail] XMail::Ctrl2.0 error or what? 00171 description:Resource lock entry not oddly enough, I recall

[xmail] Re: reply to list

2003-06-30 Thread benny
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: Lets say my mailing list is [EMAIL PROTECTED] Is there a way, so that when I reply, it sends out as [EMAIL PROTECTED], instead of the

[xmail] Re: reply to list

2003-06-30 Thread Davide Libenzi
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: I am testing it under Outlook Express 6.0, and I do notice that the Return-Path: [EMAIL PROTECTED] And the From: Ben Ptacek [EMAIL PROTECTED] So I assume Outlook Express uses the From and not the Return Path? No Reply-To: ?? Do you have

[xmail] Re: reply to list

2003-06-30 Thread benny
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: Lets say my mailing list is [EMAIL PROTECTED] Is there a way, so that when I reply, it sends out as [EMAIL PROTECTED], instead of the

[xmail] Re: reply to list

2003-06-30 Thread benny
On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: I am testing it under Outlook Express 6.0, and I do notice that the Return-Path: [EMAIL PROTECTED] And the From: Ben Ptacek [EMAIL PROTECTED] So I assume Outlook Express uses the From and not the Return Path? No Reply-To: ?? Do you have

[xmail] 1.16-pre01 reports ...

2003-06-30 Thread Davide Libenzi
Nothing to report about 1.16-pre01 ?! http://www.xmailserver.org/xmail-1.16-pre01.tar.gz http://www.xmailserver.org/xmail-1.16-pre01.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

[xmail] Re: 1.16-pre01 reports ...

2003-06-30 Thread Alex Young
No problems for me. I didn't notice that when running a second instance on a Win2003 machine the first version uses around 4 MB of memory and the second instance uses around 12 MB of memory. Not that it matters as it has 1GB. The company is so inspired by your server I now have to build another

[xmail] java package

2003-06-30 Thread Benny
Hi everyone, Question: Does anyone know if there is a Java API that talks with XMail? If no, how many people on this list would be interested in a package in java that does this, besides myself? I am thinking of starting this project... If yes, can someone please direct me to where I

[xmail] Re: java package

2003-06-30 Thread William Denniss
Talks as in JNI, using Stream to the XMail Port, or by shell commands to the XMail command line tool? I do not know of any fitting either of those but I would be interested depending on what exactally this program did. I'm guessing since you refer to API you would mean a java JNI wrapper or

[xmail] Re: java package

2003-06-30 Thread Benny
Basically my goal is to create a Java package that anyone could use in there java programs to talk to the XMail Server. I would be looking to incorporate features of all the other great admin tools, but some seem to be missing some features that i of course want, hence the reason for the idea.