On Wed, 28 Nov 2001, SWS wrote:
> SMTP<< AUTH PLAIN AHRlc3R1c2VyAHF3ZXJ0eTEy
> lookup yielded: TRBwLA8WWjWUo:11654:::::: # ???
how does this entry look like in the shadow file ?
> SMTP>> 535 Incorrect authentication data
> > plain:
> > driver = plaintext
> > public_name = PLAIN
> > server_condition = "${if and {{!eq{$2}{}}{!eq{$3}{}}{crypteq{$3}\
> > {${extract{2}{:}{${lookup{$2}lsearch{/etc/shadow}\
^
^
dawn:~$ exim -be
> ${extract{2}{:}{TRBwLA8WWjWUo:11654::::::}}
11654
> ${extract{1}{:}{TRBwLA8WWjWUo:11654::::::}}
TRBwLA8WWjWUo
>
see ? understand ? :)
> SMTP<< MAIL FROM: <testuser@???>
> testuser@??? in sender_reject? no (option unset)
> testuser@??? in sender_reject_recipients? no (option
> unset)
> SMTP>> 250 <testuser@???> is syntactically correct
> SMTP<< RCPT TO: <swspam@???>
> dedal.man.szczecin.pl in local_domains? no (end of list)
> dedal.man.szczecin.pl in relay_domains? no (end of list)
> Actual local interface address is 127.0.0.1 (lo0)
> Actual local interface address is 212.14.5.152 (hme0)
> local host found for non-MX address
> localhost 127.0.0.1 mx=-1
> host in host_accept_relay? no (end of list)
> SMTP>> 550 relaying to <swspam@???> prohibited by
this makes me think you don't have host_auth_accept_relay properly set
up.
--
[-]