-----Original Message----- From: CentOS [mailto:centos-bounces@centos.org] On Behalf Of John R. Dennison Sent: Monday, January 30, 2017 7:05 PM To: CentOS mailing list Subject: Re: [CentOS] Mail issues
On Mon, Jan 30, 2017 at 06:50:13PM -0500, TE Dukes wrote:
to=tdukes@ts130.palmettodomains.com, orig_to=<tdukes>, relay=local, delay=0.1, delays=0.07/0.01/0/0.03, dsn=2.0.0, status=sent (delivered to mailbox)
Do I need to install additional packages that move mail to the user's /Maildir?
This is indicative of misconfiguration with mail being delivered to /var/mail/whatever instead of /home/whatever/Maildir. Check your configuration again to ensure it's delivering as you wish. Alternatively, post _all_ content from /etc/postfix/{main,master}.cf for review.
John
This is a fresh install, I haven't changed anything except adding mail_location = maildir:~/Maildir in /etc/dovecot/conf.d/10-mail.conf
Output from postconf -n:
alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix 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 html_directory = no inet_interfaces = localhost inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES sample_directory = /usr/share/doc/postfix-2.10.1/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550
Thanks!!