qmail-smtpd-auth

2000-03-21 Thread Kevin Bucknum
I'm having trouble getting this patch to work with $M outlook express or the 2000 client. When I turn on smtp auth on in these clients - it just prompts me for a user name and password over and over again - same thing with Netscape. smtp startup file [bucknum@mail1 qmail-smtpd]$ less run #!/bin

FW: qmailanalog and multilog

2000-06-08 Thread Kevin Bucknum
Not using the patches from www.qmail.org, but this works for me Script to convert to a format qmailanalog likes #!/usr/bin/perl while (<>) { if (my($s,$t,$rest)=/^\@.(\w{15})(\w{8})(.*)/) { $s = hex($s); $t = hex($t); $t =~ s/500$//; $_ = "$s.$t$rest\n"; } } continue { p

RE: tcprules script

2000-06-16 Thread Kevin Bucknum
test also works with the newer than parm if test file1 -nt file2; then do something fi man test for all the options -Original Message- From: mbabcock [mailto:mbabcock]On Behalf Of Michael T. Babcock Sent: Friday, June 16, 2000 11:04 AM To: qmail list Subject: Re: tcprules script I

RE: SMTP authentication

2000-10-10 Thread Kevin Bucknum
Their are several listed on http://www.qmail.org I use http://members.elysium.pl/brush/qmail-smtpd-auth/ with no problems. > -Original Message- > From: Brian Pinkney [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 10, 2000 2:18 PM > To: [EMAIL PROTECTED] > Subject: SMTP authenticat

RE: Mail server problems.

2000-11-02 Thread Kevin Bucknum
Earthlink recently stopped allowing SMTP traffic out of their network except from their mail servers. I've had to change several of my dial up users settings to used Earthlink's servers for out going mail. On a positive note, they did stop requiring that the reply to field point to one of their d

RE: who rotates the logs?

2001-01-18 Thread Kevin Bucknum
This is a start. http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/06/msg00325. html -Original Message- From: Clemens Hermann [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 18, 2001 7:17 AM To: tc lewis Cc: [EMAIL PROTECTED] Subject: Re: who rotates the logs? Am 18.01.2001

RE: SMTP authentication

2001-02-07 Thread Kevin Bucknum
Have you checked the www.qmail.org page? Several methods listed there - pop before smtp has already been mentioned, and I use smtp auth at my site without any problems. -Original Message- From: Enrique Vadillo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 1:40 PM To: Matt

RE: stats from qmailanalog

2000-07-28 Thread Kevin Bucknum
http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/06/msg00325.html That is the link to the script that I'm using to process my mail logs. It has been pointed out to me that the conversion routine (orginally posted by Jos ?? Someone - I can't find the orginal in the archive for some reaso

RE: smtp auth and vpopmail

2000-08-08 Thread Kevin Bucknum
Ken - is your problem just with Netscape? Did you uncomment out the #DEFINE SMTPAUTH_NETSCAPE_WORKAROUND line?? > -Original Message- > From: kbo [mailto:kbo]On Behalf Of Ken Jones > Sent: Tuesday, August 08, 2000 11:58 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: smtp auth an

RE: SMTP-after-IMAP? (was Re: Unable to connect to SMTP)

2000-08-24 Thread Kevin Bucknum
There are also some nice SMTP-Auth patches on the qmail page. Don't use IMAP, but do use the patch at http://members.elysium.pl/brush/qmail-smtpd-auth/ instead of POP before SMTP. Works great for us. > -Original Message- > From: Kris Kelley [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Au