atom feed9 messages in net.sourceforge.lists.courier-users[courier-users] Re: Mail relaying pro...
FromSent OnAttachments
Alex BederovJan 4, 2002 6:33 pm 
Sam VarshavchikJan 4, 2002 7:00 pm 
Alex BederovJan 4, 2002 10:08 pm 
Sam VarshavchikJan 5, 2002 7:28 am 
Alex BederovJan 5, 2002 12:18 pm 
Sam VarshavchikJan 5, 2002 12:42 pm 
Alex BederovJan 5, 2002 1:37 pm 
Sam VarshavchikJan 5, 2002 5:00 pm 
Alex BederovJan 5, 2002 9:55 pm 
Subject:[courier-users] Re: Mail relaying problems
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jan 5, 2002 7:28:42 am
List:net.sourceforge.lists.courier-users

Alex Bederov writes:

Sorry, I forgot this part:

Relaying is denied:

/var/log/maillog: Jan 4 22:48:48 host1 courieresmtpd: started,ip=[::ffff:12.236.70.128] Jan 4 22:48:49 host1 courieresmtpd: error,relay=::ffff:12.236.70.128,from=<sm@localhost.com>,to=<courier@bederov.c om>: 513 Relaying denied.

So? The mail client did not authenticate, and that's what you go.

If the mail client did try to authenticate, but failed, that error would've been reported by your mail client.

Check your mail client's configuration.

Hi,

I am out of my wits here. I am trying to setup up SMTP authentication so that authenticated users could send e-mail using my server.

I have following set in ~courier/etc/esmtpd:

AUTHMODULES="authdaemon" ESMTPAUTH="LOGIN CRAM-MD5"

I do not use PAM -- ~courier/etc/authdaemonrc has authmodulelist="authcram authuserdb"

~courier/etc/userdb: foo

home=/courier/mail/foo|mail=/courier/mail/foo/Maildir/|uid=55555|systempw=hCobVq 3VC/6WY|gid=55555

imapd is working fine, so I assume that there are no problems with authdaemon and userdb.

What gives?

TIA Alex