932
edits
Changes
m
Added hint to finding dovecot configuration file
*Edit The Postfix configuration file and find the below line and add "$mydomain" to ensure delivery of emails sent to the domain and not just the host name.
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
*Edit the dovecot configuration file (use dovecot -n to find out where it is) and uncomment the following line
protocols = imap pop3 lmtp
*And add to the bottom of the file