solved. simple oversight. mydestination parameter was not set correctly. From: [email protected] To: [email protected] Subject: postfix delivers all mail to root's mailbox Date: Sun, 16 Mar 2014 22:26:57 -0400
subject pretty much says it all. if i send email to [email protected] or to [email protected], the mail gets delivered to folder: /root/Maildir/new i believe i set my main.cf up correctly. here is the mailbox section: # The home_mailbox parameter specifies the optional pathname of a # mailbox file relative to a user's home directory. The default # mailbox file is /var/spool/mail/user or /var/mail/user. Specify # "Maildir/" for qmail-style delivery (the / is required). # home_mailbox = Maildir/ can someone point me in the right direction?
