On Mon, Oct 26, 2009 at 5:51 PM, Gilles Chehade <gil...@openbsd.org> wrote: > > It looks like you are initiating the session from localhost, but your > ruleset only allows deliveries to example.com and your virtual domains > if they are initiated from 192.168.1.0/24 , you may want to add the > following: > > accept for domain "example.com" deliver to mbox > accept for virtual "virtual" deliver to mbox > > also, you should really have: > > accept for all relay > > otherwise local users will not be able to send outgoing mails (and > this includes smtpd trying to send an outgoing bounce) > > Let me know if it fixes your issue > > Gilles > > > -- > Gilles Chehade > freelance developer/sysadmin/consultant > > http://www.poolp.org > >
Thanks for the response. I'll modify the ruleset to take into account the localhost, and put the relay rule back in. dan