2 messages in net.sourceforge.lists.courier-maildrop[maildropl] return value of maildrop
FromSent OnAttachments
Taku YASUIApr 27, 2003 1:51 am 
Devin RubiaApr 28, 2003 10:01 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] return value of maildropActions...
From:Taku YASUI (ta@debian.or.jp)
Date:Apr 27, 2003 1:51:42 am
List:net.sourceforge.lists.courier-maildrop

Hi All,

I use maildrop with postfix on Debian GNU/Linux. maildrop delivers mails to virtual users on userdb successfully.

However, I have a problem when the user is not exist in userdb. maildrop certainly cause error "Invalid user specified.". It is correct. But the return value is 75(EX_TEMPFAIL). When postfix receive this error, it retries more than once.

I think it is not temporary error. It should return 67(EX_NOUSER).

Any comments?