Re ;
Should be solved.
Shell-Script
- 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: service@cyrexgaming.de 250 2.1.0 OkRCPT TO: service@cyrexgaming.de250 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
- ...Dec 18 02:38:59 srv1 postfix/cleanup[24396]: CDB5980CE3: message-id=<20141218013843.CDB5980CE3@srv1.cyrexgaming.de>Dec 18 02:38:59 srv1 postfix/qmgr[22436]: CDB5980CE3: from=<service@cyrexgaming.de>, size=355, nrcpt=1 (queue active)Dec 18 02:38:59 srv1 postfix/pipe[24411]: CDB5980CE3: to=<service@cyrexgaming.de>, 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 )
Here, support for the courier authentication library is missing, which explain why the user is not found.
maildrop from courier package
Shell-Script
- root@srv1 /var/log # maildrop -v
- maildrop 2.7.1 Copyright 1998-2005 Double Precision, Inc.
- GDBM/DB extensions enabled.
- Courier Authentication Library extension enabled.
- Maildir quota extension are now always enabled.
- This program is distributed under the terms of the GNU General Public
- 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 service@cyrexgaming.de and confirm that it's ok?