I could really use some help with this one, not just a flick off. I love the software, and am trying my best to come to grips with it. The following just simply elude me.
Is this something in postfix, or dovecot perhaps causing this message in syslog I’ve searched everywhere I can think of for someone who can tell me what is causing these messages in the syslog - It’s not caused by the usual culprits. Because as you can see from the postconf outputs, I have them set up correctly - I think. There are half a dozen virtual domains on the Mac, and the “smart host” is smtp.gmail.com <http://smtp.gmail.com/>. Thanks for any help anyone can offer. Mail[8988]: No worthy mechs found │ Mail[8988]: No worthy mechs found │ Mail[8988]: -[MFIMAPAccount IMAPMailboxForMailbox:name:createIfNeeded:]: Couldn't find mailbox for name '&g0l6P3ux-‘ The first one “No worthy mechs found” and seems to relate to incorrect sasl or tls config, but even though I have the configs set as per postfix done, I still get the message. The second persistent message …”couldn’t find mailbox” is a complete mystery. I can see what it’s saying obviously, but what needs fixing? I now have postfix-3.1 + dovecot + cyrus + mysql + pche compiled in and running. All the latest builds. It’s all starting with LaunchDaemon Postconf - output alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases biff = no broken_sasl_auth_clients = yes command_directory = /usr/sbin 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 xxgdb $daemon_directory/$process_name $process_id & sleep 5 default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason} - see http://$rbl_domain. dovecot_destination_recipient_limit = 1 home_mailbox = Mail/Dovecot/ html_directory = /usr/share/doc/postfix/html inet_interfaces = all inet_protocols = all mail_owner = _postfix mailbox_command = /usr/bin/procmail -a "$EXTENSION" mailbox_size_limit = 0 mailq_path = /usr/bin/mailq manpage_directory = /usr/share/man message_size_limit = 0 meta_directory = /etc/postfix mydestination = localhost,localhost.$myhostname,$myhostname,kookaburra-studio.co.uk,your-english-success.org.uk,good-dog-grooming.co.uk,shanghaitimes.uk mydomain = quantum-radio.net myhostname = zeus.quantum-radio.net mynetworks_style = host newaliases_path = /usr/bin/newaliases queue_directory = /private/var/spool/postfix readme_directory = /usr/share/doc/postfix recipient_delimiter = + relayhost = smtp.gmail.com sample_directory = /usr/share/doc/postfix/examples sendmail_path = /usr/sbin/sendmail setgid_group = _postdrop shlib_directory = /usr/lib/postfix smtp_sasl_auth_enable = no smtp_sasl_mechanism_filter = plain smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noplaintext, noanonymous smtp_use_tls = no smtpd_client_restrictions = check_client_access hash:/etc/postfix/access,reject_rbl_client bl.spamcop.net,reject_rbl_client sbl-xbl.spamhaus.org,reject_rbl_client cbl.abuseat.org,reject_rbl_client dnsbl.njabl.org,reject_rbl_client zen.spamhaus.org smtpd_helo_required = yes smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/access, check_client_access hash:/etc/postfix/access, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_recipient_access hash:/etc/postfix/access smtpd_sasl_auth_enable = no smtpd_sasl_path = private/auth smtpd_sasl_type = dovecot smtpd_tls_cert_file = /System/Library/OpenSSL/certs/testServer.crt smtpd_tls_ciphers = medium smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL smtpd_tls_key_file = /System/Library/OpenSSL/private/testServer.key smtpd_use_tls = yes tls_random_source = dev:/dev/urandom unknown_local_recipient_reject_code = 550 virtual_alias_maps = hash:/etc/postfix/virtual Doveconf -n output # 2.2.16: /usr/local/etc/dovecot/dovecot.conf # OS: Darwin 14.3.0 x86_64 auth_mechanisms = plain login default_internal_user = _dovecot default_login_user = _dovenull disable_plaintext_auth = no mail_location = maildir:~/Mail/Dovecot mail_max_userip_connections = 30 passdb { driver = pam } protocols = imap pop3 service auth { executable = /usr/local/libexec/dovecot/auth unix_listener /var/spool/postfix/private/auth { group = _postfix mode = 0600 user = _postfix } } service imap-login { executable = /usr/local/libexec/dovecot/imap-login inet_listener imap { address = * port = 143 } inet_listener imaps { address = * port = 0 } process_limit = 128 } service imap { executable = /usr/local/libexec/dovecot/imap process_limit = 128 } service pop3-login { executable = /usr/local/libexec/dovecot/pop3-login inet_listener pop3 { address = * port = 110 } inet_listener pop3s { address = * port = 0 } process_limit = 128 } service pop3 { executable = /usr/local/libexec/dovecot/pop3 process_limit = 128 } ssl = no userdb { driver = passwd } protocol lda { postmaster_address = [email protected] } Robert
