thanks, I setup root's mail to be forwarded to a user, I did this in /etc/aliases, then executed 'newalieses' command and restarted postfix, then loggid in as a normal user, still the same issue, all mail is going to /root/Maildir/new. Here is my /etc/postfix/main.cf file (I have removed the lines that are commented)
queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix mail_owner = postfix myhostname = FQDN (here I put the FQDN for my machine) mydomain = mydomain.tld () mydestination = $myhostname, localhost.$mydomain, $mydomain unknown_local_recipient_reject_code = 550 mynetworks = 168.100.189.0/28, 127.0.0.0/8 home_mailbox = Maildir/ debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = postdrop html_directory = no manpage_directory = /usr/local/man sample_directory = /etc/postfix readme_directory = no inet_protocols = ipv4 -- View this message in context: http://postfix.1071664.n5.nabble.com/postfix-delivers-all-mail-to-root-s-mailbox-tp66059p66558.html Sent from the Postfix Users mailing list archive at Nabble.com.