E-Mail Empfang funktioniert nach Update auf 1.1.20 nicht mehr -> User unknown

  • Re ;


    Should be solved.


    Shell-Script
    1. root@srv1 /var/log # telnet localhost 25Trying 127.0.0.1...Connected to srv1.cyrexgaming.de.local.Escape character is '^]'.220 srv1.cyrexgaming.de ESMTP i-MSCP 1.1.20 ManagedEHLO localhost250-srv1.cyrexgaming.de250-PIPELINING250-SIZE250-VRFY250-ETRN250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5250-ENHANCEDSTATUSCODES250-8BITMIME250 DSNMAIL FROM: [email protected] 250 2.1.0 OkRCPT TO: [email protected] 2.1.5 Okdata354 End data with <CR><LF>.<CR><LF>subject: testbody.250 2.0.0 Ok: queued as CDB5980CE3quit221 2.0.0 ByeConnection closed by foreign host.


    Shell-Script
    1. ...Dec 18 02:38:59 srv1 postfix/cleanup[24396]: CDB5980CE3: message-id=<[email protected]>Dec 18 02:38:59 srv1 postfix/qmgr[22436]: CDB5980CE3: from=<[email protected]>, size=355, nrcpt=1 (queue active)Dec 18 02:38:59 srv1 postfix/pipe[24411]: CDB5980CE3: to=<[email protected]>, relay=maildrop, delay=22, delays=22/0/0/0.02, dsn=2.0.0, status=sent (delivered via maildrop service)Dec 18 02:38:59 srv1 postfix/qmgr[22436]: CDB5980CE3: removedDec 18 02:39:01 srv1 postfix/smtpd[23141]: disconnect from srv1.cyrexgaming.de.local[127.0.0.1]...


    It seem that under Jessie, we must install the courier-maildrop package in place of the maildrop package. Will be fixed in next release after some more checking.


    maildrop from maildrop package ( standalone version )

    Shell-Script
    1. root@srv1 /var/log # maildrop -vmaildrop 2.7.1 Copyright 1998-2005 Double Precision, Inc.GDBM/DB extensions enabled.Maildir quota extension are now always enabled.This program is distributed under the terms of the GNU General PublicLicense. See COPYING for additional information.


    Here, support for the courier authentication library is missing, which explain why the user is not found.


    maildrop from courier package

    Shell-Script
    1. root@srv1 /var/log # maildrop -v
    2. maildrop 2.7.1 Copyright 1998-2005 Double Precision, Inc.
    3. GDBM/DB extensions enabled.
    4. Courier Authentication Library extension enabled.
    5. Maildir quota extension are now always enabled.
    6. This program is distributed under the terms of the GNU General Public
    7. License. See COPYING for additional information.


    Here, all is ok.


    I don't know why they dropped the courier authlib support for the standalone version...


    Can you try again to send a mail to [email protected] and confirm that it's ok?

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

  • Hello,


    now the Mail is send but no Mail arrived. This time comes no Error Mail back, but the Mailaccount is empty.


    Code
    1. Dec 18 02:57:50 srv1 postfix/smtpd[27654]: connect from mout.web.de[212.227.17.11]
    2. Dec 18 02:57:50 srv1 postfix/policyd-weight[26110]: decided action=PREPEND X-policyd-weight: using cached result; rate: -7; <client=mout.web.de[212.227.17.11]> <helo=mout.web.de> <[email protected]> <[email protected]>; delay: 0s
    3. Dec 18 02:57:50 srv1 postgrey[21533]: action=pass, reason=triplet found, client_name=mout.web.de, client_address=212.227.17.11, [email protected], [email protected]
    4. Dec 18 02:57:50 srv1 postfix/smtpd[27654]: BB63480CF9: client=mout.web.de[212.227.17.11]
    5. Dec 18 02:57:50 srv1 postfix/cleanup[27575]: BB63480CF9: message-id=<trinity-d9ed8f17-0884-43fc-ae40-685e08d4edf4-1418867909692@3capp-webde-bs20>
    6. Dec 18 02:57:50 srv1 postfix/qmgr[22436]: BB63480CF9: from=<[email protected]>, size=1177, nrcpt=1 (queue active)
    7. Dec 18 02:57:50 srv1 postfix/smtpd[27654]: disconnect from mout.web.de[212.227.17.11]
    8. Dec 18 02:57:50 srv1 postfix/pipe[27576]: BB63480CF9: to=<[email protected]>, relay=maildrop, delay=0.22, delays=0.18/0/0/0.03, dsn=2.0.0, status=sent (delivered via maildrop service)
    9. Dec 18 02:57:50 srv1 postfix/qmgr[22436]: BB63480CF9: removed
  • @freedom


    Well, since you are using Jessie (next stable release), I'll switch to Dovecot. I need to perform some checking on Jessie to figure out.


    EDIT:


    The mail is here but at the wrong place. Look the /var/mail/virtual/Maildir file (OUCH). Give me some minutes please.

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

  • Okay. No Problem. Will the Mails arrived then correctly? This would be perfect :)


    EDIT: Okay. I have enough time, no worries. :)

  • @freedom


    Ok, try now please. I've switched to dovecot.


    BTW: You're using a mix of Jessie and Sid packages. You must be warned that support for Sid is out of our hands.


    Edit:


    According my test, this should be solved with Dovecot:


    SMTP session

    Shell-Script
    1. root@srv1 /usr/local/src/imscp-1.1.20 # telnet localhost 25Trying 127.0.0.1...Connected to srv1.cyrexgaming.de.local.Escape character is '^]'.220 srv1.cyrexgaming.de ESMTP i-MSCP 1.1.20 ManagedEHLO localhost250-srv1.cyrexgaming.de250-PIPELINING250-SIZE250-VRFY250-ETRN250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5250-AUTH=PLAIN LOGIN CRAM-MD5 DIGEST-MD5250-ENHANCEDSTATUSCODES250-8BITMIME250 DSNMAIL FROM: [email protected] 2.1.0 OkRCPT TO: [email protected] 2.1.5 Okdata354 End data with <CR><LF>.<CR><LF>subject: testing out dovecotmail body.250 2.0.0 Ok: queued as B36478009Fquit221 2.0.0 ByeConnection closed by foreign host.


    Postfix logs

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

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