I'm using qmail 1.03 and vpopmail 3.4.11. Whenever someone tries to send an
email to a non-existant email address at any of my virtualdomains, they will
get a bounce message if bounce-no-user is set by having "|vdelivermail ''
bounce-no-user" in the .qmail-default for the domain. However, this process
does NOT allow for qmail-smtpd to give a "550 User does not exist" error
message to the sending MTA. Instead,
qmail-smtpd give a "250 ok" message.
Did I misconfigure something? Is there a way for qmail-smtpd to do the
lookup and return a 550 error to the sending MTA when the user does not
exist?
Eric