Op 23/01/2019 om 17:23 schreef Ted:
Hello,
Thanks for the advice, I have made that change now but the server is still doing the same fail with no logs thing it was before.
You can use sudo doveadm log find
to find out where the various
messages are being logged. Maybe you looked in the wrong log file.
Regards,
Stephan.
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.16 (fed8554) # OS: Linux 4.9.0-8-amd64 x86_64 Debian 9.6 auth_debug = yes auth_mechanisms = plain login auth_verbose = yes disable_plaintext_auth = no login_greeting = Welcome to easyMail. mail_debug = yes mail_location = mbox:~/mail:INBOX=/var/mail/%u mail_plugins = " mail_log notify" managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { args = nopassword=y proxy=y host=10.5.10.121 driver = static name = static } plugin { sieve = file:~/sieve;active=~/.dovecot.sieve } protocols = imap pop3 service auth { unix_listener auth-master { mode = 0600 user = vmail } } ssl = no verbose_proctitle = yes verbose_ssl = yes protocol imap { mail_plugins = " mail_log notify" }
Anything else you can see I could try?
Thank you Ted easyDNS Technologies On 2019-01-23 10:12 a.m., Sami Ketola wrote:
On 23 Jan 2019, at 16.33, Ted ted@easydns.com wrote:
Hello,
Absolutely, thanks, here it is:
passdb { args = nopassword=y default_fields = proxy=y host=10.5.10.121 driver = static name = static } at least change this to:
passdb { driver = static name = static args = nopassword=y proxy=y host=10.5.10.121 }
but not entirely sure if there is something else.
Sami