[xmail] SMTP auth

2005-01-26 Thread Chris L. Franklin
Is there any plain to have xmail be able support smtp auth method : DIGEST-MD5 ? -- Chris L. Franklin -- - 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

[xmail] SMTP external Auth help

2005-01-26 Thread Chris L. Franklin
Okay So I got pop3 to auth against system account password with a lightly modded perl to pam script (some one else wrote and posted to this list). [Code] #!/usr/bin/perl use Authen::PAM; # arguments: (1)user (2)password my $username = shift; my $password = shift; if($username =~/(.+)[EMAIL

[xmail] Re: SMTP external Auth help

2005-01-26 Thread CLEMENT Francis
According to xmail doc, you should use SMTPEXTAUTH.TAB file ... It seems placement of files for custom authentifications is not as = 'mind' will think at first read ... except if I missunderstood the doc ... (and it can be, as English is = not my favorite langage ...) To enable xmail SERVER part

[xmail] Re: Backup Mail Server

2005-01-26 Thread Alex Young
I know this is an old topic but I have been holding onto the emails about it until I came to set it up myself. I would like to set up a secondary Xmail server that forwards all email to the primary Xmail server. I don't want to keep setting up domains in the 'custdomains' folder each time we add

[xmail] Re: Backup Mail Server

2005-01-26 Thread Sönke Ruempler
On Wednesday, January 26, 2005 7:14 PM [GMT+1=CET], Alex Young [EMAIL PROTECTED] wrote: I know this is an old topic but I have been holding onto the emails about it until I came to set it up myself. I would like to set up a secondary Xmail server that forwards all email to the primary Xmail

[xmail] Re: Backup Mail Server

2005-01-26 Thread Alex Young
If the mails are getting forwarded to the main server, it rejects = them because the users are unknown / relaying denied etc. Now your backup MX produces 1 bounce mails and sends them to the faked originally senders. Would I not get the exact same results if a spammer attacked my primary

[xmail] Re: Backup Mail Server

2005-01-26 Thread Sönke Ruempler
On Wednesday, January 26, 2005 9:04 PM [GMT+1=CET], Alex Young [EMAIL PROTECTED] wrote: Would I not get the exact same results if a spammer attacked my primary mail server with 1 emails too? Nope, because the primary mail server sends the message directly to the spammer in smtp stage and

[xmail] Re: SMTP external Auth help

2005-01-26 Thread Dustin C. Hatch
I too am wondering this. I have posted a few messages to this list and have not yet received a reply. I would really like to be able to use this feature, but do not know how yet. If someone has some info worth sharing, please let us know. Dustin C. Hatch http://www.dchweb.com/ Chris L.

[xmail] Re: SMTP external Auth help

2005-01-26 Thread Chris L. Franklin
OKay so I thought i had this ting figured out, But seem not to have. But heres what I got. smtpextauth.tab LOGIN System-Auth /var/MailRoot/bin/Smtpauth.pl @@CHALL @@FSECRT @@DGEST Now Smtpauth.pl is a simple script that really just takes the 3 line args and outputs them to a log file (just

[xmail] Re: SMTP external Auth help

2005-01-26 Thread Kevin Williams
I might have been the original author, I'm not sure. At the time XMail didn't support external SMTP authentication. Davide tried to help me patch the source but it didn't work. AFAIK it still doesn't work, but I haven't looked at it since about version 1.15. Chris L. Franklin wrote: Okay So I