Fehler nach update auf 1.3.5

  • Hi


    habe ein Problem bei dem Update von 1.2.11 auf 1.3.5
    Debian jessie


    Code
    1. Oct 2 15:22:56 mail2 postfix/smtpd[19414]: warning: SASL: Connect to private/auth failed: No such file or directory
    2. Oct 2 15:22:56 mail2 postfix/smtpd[19414]: fatal: no SASL authentication mechanisms
    3. Oct 2 15:21:56 mail2 postfix/master[17703]: warning: process /usr/lib/postfix/smtpd pid 19412 exit status 1
    4. Oct 2 15:21:56 mail2 postfix/master[17703]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    5. Oct 2 15:21:57 mail2 postfix/master[17703]: warning: process /usr/lib/postfix/smtpd pid 19413 exit status 1
  • Hello,


    Please show us the result of the following commands:


    Shell-Script
    1. cat /etc/postfix/main.cf | grep sasl
    Shell-Script
    1. ls -la /etc/imscp/listeners.d
    Shell-Script
    1. ls -la /var/www/imscp/gui/plugins

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hi


    Thx for your help


    root@mail2:/usr/local/src/imscp-1.3.5# cat /etc/postfix/main.cf | grep sasl
    smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_helo_hostname,
    smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_sender,
    permit_sasl_authenticated, reject_unauth_destination, reject_unlisted_recipient, permit
    smtpd_sasl_type = dovecot
    smtpd_sasl_authenticated_header = yes
    broken_sasl_auth_clients = yes
    smtpd_sasl_path = private/auth
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_auth_enable = yes

  • Result of other commands too (see my previous post). And also this one:


    Shell-Script
    1. service dovecot status

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Code
    1. â dovecot.service - Dovecot IMAP/POP3 email serverLoaded: loaded (/lib/systemd/system/dovecot.service; enabled)Active: failed (Result: exit-code) since So 2016-10-02 15:03:33 CEST; 41min agoProcess: 18532 ExecStart=/usr/sbin/dovecot -F (code=exited, status=89)Main PID: 18532 (code=exited, status=89)Okt 02 15:03:33 mail2 systemd[1]: Starting Dovecot IMAP/POP3 email server...Okt 02 15:03:33 mail2 systemd[1]: Started Dovecot IMAP/POP3 email server.Okt 02 15:03:33 mail2 systemd[1]: dovecot.service: main process exited, code=exited, status=89/n/aOkt 02 15:03:33 mail2 systemd[1]: Unit dovecot.service entered failed state.Okt 02 15:03:33 mail2 dovecot[18532]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 14: Unknown setting: mailboxOkt 02 15:03:33 mail2 dovecot[18532]: doveconf: Error: managesieve-login: dump-capability process returned 89Okt 02 15:03:33 mail2 dovecot[18532]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 14: Unknown setting: mailboxroot@mail2:/usr/local/src/imscp-1.3.5#
    Code
    1. root@mail2:/usr/local/src/imscp-1.3.5# ls -la /etc/imscp/listeners.dinsgesamt 12drwxr-x--- 2 root imscp 4096 Jan 10 2016 .drwxr-x--- 23 root imscp 4096 Okt 2 14:41 ..-rw-r----- 1 root imscp 1470 Okt 2 15:00 README.md


    Code
    1. root@mail2:/usr/local/src/imscp-1.3.5# ls -la /var/www/imscp/gui/plugins
    2. insgesamt 16
    3. drwxr-x--- 4 vu2000 vu2000 4096 Okt 2 15:00 .
    4. dr-xr-x--- 8 vu2000 vu2000 4096 Okt 2 15:01 ..
    5. drwxr-x--- 7 vu2000 vu2000 4096 Okt 2 15:00 RoundcubePlugins
    6. drwxr-x--- 9 vu2000 vu2000 4096 Okt 2 15:00 SpamAssassin
  • There is an error in your /etc/dovecot/dovecot.conf configuration file. Please show us the content of this file. Also please give us the version of the RoundcubePlugins plugin you're using.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • RoundcubePlugins Version 1.2.3


    mail_location = maildir:~/



    namespace inbox {
    separator = .
    prefix = INBOX.
    inbox = yes
    type = private



    mailbox Drafts {
    special_use = \Drafts
    auto=subscribe



    # Begin Plugin::RoundcubePlugin::archive
    mailbox Archive {
    auto = subscribe
    special_use = \Archive
    }
    # Ending Plugin::RoundcubePlugin::archive
    }



    mailbox Junk {
    special_use = \Junk
    auto=subscribe
    }



    mailbox Sent {
    special_use = \Sent
    auto=subscribe
    }



    mailbox Trash {
    special_use = \Trash
    auto=subscribe
    }
    }



    mail_plugins = quota



    plugin {
    # Begin Plugin::RoundcubePlugin::managesieve::1st
    sieve = ~/dovecot.sieve
    # Ending Plugin::RoundcubePlugin::managesieve::1st
    quota = maildir:User quota
    quota_rule = *:storage=1GB
    quota_warning = storage=95%% quota-warning 95 %u
    quota_warning2 = storage=80%% quota-warning 80 %u
    }



    auth_mechanisms = plain login cram-md5 digest-md5
    disable_plaintext_auth = no



    passdb {
    args = /etc/dovecot/dovecot-sql.conf
    driver = sql
    }



    userdb {
    driver = prefetch
    }



    userdb {
    args = /etc/dovecot/dovecot-sql.conf
    driver = sql
    }



    service auth {
    # Master authentication socket for LDA
    unix_listener auth-master {
    mode = 0600
    user = vmail
    }



    # SASL authentication
    unix_listener /var/spool/postfix/private/auth {
    mode = 0660
    user = postfix
    group = postfix
    }
    }



    service quota-warning {
    executable = script /var/www/imscp/engine/quota/imscp-dovecot-quota.sh
    group = imscp



    unix_listener quota-warning {
    mode = 0600
    user = vmail
    }
    }



    listen = *, [::]



    !include_try /usr/share/dovecot/protocols.d/*.protocol



    protocol imap {
    mail_plugins = $mail_plugins imap_quota
    }



    protocol pop3 {
    pop3_uidl_format = %u-%v
    }



    protocol lda {
    auth_socket_path = /var/run/dovecot/auth-master
    # Begin Plugin::RoundcubePlugin::managesieve::2nd
    mail_plugins = $mail_plugins sieve
    # Ending Plugin::RoundcubePlugin::managesieve::2nd
    postmaster_address = [email protected]
    }



    ssl = no
    #ssl_protocols = !SSLv2 !SSLv3
    #ssl_cert = </etc/imscp/imscp_services.pem
    #ssl_key = </etc/imscp/imscp_services.pem

    • Disable the RoundcubePlugins plugin
    • Rerun the i-MSCP installer


    I'll check the latest RoundcubePlugins plugin.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • It seems it is working now


    only one warning:


    warning: milter unix:/spamass/spamass.sock: can't read SMFIC_BODYEOB reply packet header: Connection timed out

  • warning: milter unix:/spamass/spamass.sock: can't read SMFIC_BODYEOB reply packet header: Connection timed out

    Not i-MSCP core related. See http://postfix.1071664.n5.nabb…on-timed-out-td40955.html

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206