RE: Webmail Send / Receive works but Outlook doesn't | Digital Oean
05-24-2016, 03:51 AM
(This post was last modified: 05-24-2016, 03:52 AM by bluephantom.
Edit Reason: wrong
)
i think the problem with "permit_mynetwork" issue could you enable dovecot logging
pointer your dovecot logging file
uncomment this
thanks.
Code:
nano /etc/dovecot/conf.d/10-logging.conf
Code:
log_path = /var/log/dovecot.log
Code:
auth_verbose = yes
mail_debug = yes
Code:
service dovecot restart