On Mon, Jun 17, 2013 at 10:04:20PM +0100, Zé Loff wrote:
> Hi all
>
> I'm running version 5.3.3 on -current OpenBSD and smtpd shutdowns upon
> receiving a mail for a virtual domain recipient (which doesn't get
> delivered). Delivery for local users works as it should.
>
> $ egrep -v "^#|^$" /etc/smtpd.conf
> listen on lo0
> table aliases db:/etc/mail/aliases.db
> table users { foo }
> accept for local alias <aliases> deliver to mbox
> accept for domain foo.bar virtual <users> deliver to mda "/usr/bin/false"
> accept for any relay
>
> When sending a mail to [email protected] smtpd shutdowns right after RCPT TO:
> is issued, and logs a string of warnings about the pipes closing.
>
> This is on a completely clean install of OpenBSD on a virtual machine,
> with the only change being those referred to on smtpd's man page.
>
> Am I doing something wrong?
Your "users" table must be a mapping from virtual users (or catch-all)
to local user or forward addresses. Try to fix that and see if it
works better. We shoudl not be crashing on this though. I'll have a
look.
Eric.
--
You received this email because you are subscribed to mailing list:
[email protected]
To unsubscribe, send mail with subject:
[[email protected]] unregister