Hey fellas,
Currently I'm configuring a new jailed mail server (postfix v2.9.3, dovecot 2.1.6, mysql, postfixadmin etc.). Sending mails does work like a charm, the jailed postfix instance listens like it should at:
and also on port 465 for imaps but while actually receiving a mail, postfix just says:
That dovecot.conf line 97 just says:
So one or more settings within a whole bunch of config files causes this error. How am I supposed to find that? The only hint I've found was: http://bugs.alpinelinux.org/issues/667
Has anyone of you run into that or a similar problem? Any hint's on how to investigate further?
Thanks in advance!
Currently I'm configuring a new jailed mail server (postfix v2.9.3, dovecot 2.1.6, mysql, postfixadmin etc.). Sending mails does work like a charm, the jailed postfix instance listens like it should at:
Code:
master 10341 root 12u IPv4 0xfffffe0006e10b70 0t0 TCP jail.domain.tld:smtp (LISTEN)
sendmail 42316 root 4u IPv4 0xfffffe00940227a0 0t0 TCP host.otherdomain.tld:smtp (LISTEN)
and also on port 465 for imaps but while actually receiving a mail, postfix just says:
Code:
Jun 6 14:54:35 jailhostname postfix/smtpd[16976]: connect from smtprelay.blah.tld[xxx.xxx.xxx.xxx]
Jun 6 14:54:35 jailhostname postfix/smtpd[16976]: warning: 104.31.67.80.list.dsbl.org: RBL lookup error: Host or domain name
not found. Name service error for name=104.31.67.80.list.dsbl.org type=A: Host not found, try again
Jun 6 14:54:35 jailhostname postfix/smtpd[16976]: 33CE01ABDC0: client=smtprelay.blah.tld[xxx.xxx.xxx.xxx]
Jun 6 14:54:35 jailhostname postfix/cleanup[16981]: 33CE01ABDC0: message-id=<F5A123AC-3A09-407F-871B-757C481359B9@domain.tld>
Jun 6 14:54:35 jailhostname postfix/qmgr[10343]: 33CE01ABDC0: from=<sender@domain.tld>, size=891, nrcpt=1 (queue active)
Jun 6 14:54:35 jailhostname postfix/smtpd[16976]: disconnect from smtprelay.blah.tld[xxx.xxx.xxx.xxx]
Jun 6 14:54:35 jailhostname postfix/pipe[16982]: 33CE01ABDC0: to=<myaccount@mydomain.tld>, relay=dovecot, delay=0.11,
delays=0.09/0.01/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command output: doveconf: Fatal: Error in
configuration file /usr/local/etc/dovecot/dovecot.conf line 97: No matches )
That dovecot.conf line 97 just says:
Code:
!include conf.d/*.conf
So one or more settings within a whole bunch of config files causes this error. How am I supposed to find that? The only hint I've found was: http://bugs.alpinelinux.org/issues/667
Has anyone of you run into that or a similar problem? Any hint's on how to investigate further?
Thanks in advance!