[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: netqmail-1.05 question



Very sorry no i didnt answer your question ...

were you talking before or after patching 1.05 with your patch ?

as far as i can tell err_unimpl() is used when smtpd gets a command thats is not implemented by that server

eg ...

nc localhost 25
220 windy.zapto.org ESMTP
adfadtadt
502 unimplemented (#5.5.1)


err_vrfy() is part of the original SMTP Protocol to very a user on the mail server,


eg...

nc localhost 25
220 windy.zapto.org ESMTP
vrfy
252 send some mail, i'll try my best


err_noop() maybee 'noop' is a depretiated and not used by SMTP either ?


nc localhost 25
220 windy.zapto.org ESMTP
noop
250 ok

lol ok then ...

Cyas ...