Mirko Zeibig wrote:

> On Thu, 28 Jan 1999 13:29:45 -0800, Bob McLaren <[EMAIL PROTECTED]> wrote:
> >The MAIL=$HOME/Maildir environment variable in my /etc/profile is set
> >and verified.
> I think this should be MAIL=$HOME/Maildir/ with an ending slash.
>
> Regards
> Mirko
> --
> mailto:[EMAIL PROTECTED] myhome_aka_~:http://sites.inka.de/picard
> RedHat=~/rh52_isdn.html    teles16.3c=~/teles163c/teles163c_contents.html
> life's a http://www.uni-karlsruhe.de/~etcetera

It's strange, I've noticed that when the system does automatic emails to the
"[EMAIL PROTECTED]" account the maillog reflects the message successfully
being sent to local [EMAIL PROTECTED]  Whereas when I try to send a message
to any account using telnet on SMTP port 25 the maillog reports a succesful
delivery to local @mydomain.com. It now appears to me that somehow
qmail-smtpd is not recieving user information from the SMTP session.  Here is
a sample SMTP session.
220 mydomain.com ESMTP
helo dude
250 mydomain.com
mail bob
250 ok
rcpt bob
250 ok
data
354 go ahead
This is a test
.
250 ok 917628297 qp 1514
quit
221 mydomain.com

After this I check the /var/log/maillog and get the following;
Jan 29 08:44:57 www qmail: 917628297.127658 new msg 1015872
Jan 29 08:44:57 www qmail: 917628297.127934 info msg 1015872: bytes 198 from
<>
qp 1514 uid 0
Jan 29 08:44:57 www qmail: 917628297.216379 starting delivery 29: msg 1015872
to
 local @mydomain.com
Jan 29 08:44:57 www qmail: 917628297.216568 status: local 1/10 remote 0/20
Jan 29 08:44:57 www qmail: 917628297.218447 delivery 29: success:
Jan 29 08:44:57 www qmail: 917628297.218631 status: local 0/10 remote 0/20
Jan 29 08:44:57 www qmail: 917628297.218761 end msg 1015872

See how it says "local @mydomain.com" shouldn't it say "local
[EMAIL PROTECTED]"?
--
Bob McLaren

Reply via email to