snIP3r l33t
Joined: 21 May 2004 Posts: 853 Location: germany
|
Posted: Sun Dec 18, 2005 11:30 am Post subject: sendmail and smtp auth problem |
|
|
hi all!
im trying to get my dialup server sending mails via smtp auth from my mail provider - with no success
i followed the instructions posted here: http://www.sendmail.org/~ca/email/auth.html#authclientinfo
but i think the auth info is never used because i get an error returned:
... while talking to mailin.webmailer.de.:
>>> DATA
<<< 550 4.1.8 <recipient@domain.com>... Relaying denied.
550 5.1.1 <recipient@domain.com>... User unknown
<<< 503 5.0.0 Need RCPT (recipient)
heres my config:
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail-procmail.mc,v 1.2 2004/12/07 01:59:31 g2boojum Exp $')dnl
OSTYPE(linux)dnl
DOMAIN(generic)dnl
define(`SMART_HOST',`my isps mailserver')dnl
define(`confAUTH_MECHANISMS', `PLAIN')dnl
FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`local_procmail')dnl
FEATURE(`use_ct_file')dnl
MASQUERADE_AS(`my isps domain')dnl
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
what am i doing wrong???
greets
snIPer _________________ Intel i3-4130T on ASUS P9D-X
Kernel 5.15.88-gentoo SMP
-----------------------------------------------
if your problem is fixed please add something like [solved] to the topic! |
|