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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo