what does the output of: netstat -n | grep :587 run as root, show you? the -p will give the program and pid.> Date: Wednesday, July 11, 2018 21:51:09 +0000 > From: Larry Rosenman <larryrtx at gmail.com> > > Yep, you (probably) need to configure openSMTPD to listen on 587 > > (I run exim, so I can't help with that).
He's getting connection refused, ergo, nothing is listening on 587. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 ?On 7/11/18, 4:57 PM, "dovecot on behalf of Richard" <dovecot-bounces at dovecot.org on behalf of inbound-dovecot at listmail.innovate.net> wrote: what does the output of: netstat -n | grep :587 run as root, show you? the -p will give the program and pid. > Date: Wednesday, July 11, 2018 21:51:09 +0000 > From: Larry Rosenman <larryrtx at gmail.com> > > Yep, you (probably) need to configure openSMTPD to listen on 587 > > (I run exim, so I can't help with that).
produces an empty result! On Wed, Jul 11, 2018 at 11:57 PM, Richard <inbound-dovecot at listmail.innovate.net> wrote:> what does the output of: > > netstat -n | grep :587 > > run as root, show you? the -p will give the program and pid. > > > >> Date: Wednesday, July 11, 2018 21:51:09 +0000 >> From: Larry Rosenman <larryrtx at gmail.com> >> >> Yep, you (probably) need to configure openSMTPD to listen on 587 >> >> (I run exim, so I can't help with that). > >
--- /etc/smtpd/smtpd.conf pki mx.domain.tld certificate "/etc/smtpd/tls/smtpd.crt" pki mx.domain.tld key "/etc/smtpd/tls/smtpd.key" table creds "/etc/smtpd/creds" table vdoms "/etc/smtpd/vdoms" table vusers "/etc/smtpd/vusers" listen on eth0 tls pki mx.domain.tld listen on eth0 port 587 tls-require pki mx.domain.tld auth <creds> accept from any for domain <vdoms> virtual <vusers> deliver to mbox accept for any relay ---- Add a: listen on lo port 587 tls-require pki mx.domain.tld auth <creds> -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 ?On 7/11/18, 5:00 PM, "dovecot on behalf of Teno Deuter" <dovecot-bounces at dovecot.org on behalf of gvgter at googlemail.com> wrote: produces an empty result! On Wed, Jul 11, 2018 at 11:57 PM, Richard <inbound-dovecot at listmail.innovate.net> wrote: > what does the output of: > > netstat -n | grep :587 > > run as root, show you? the -p will give the program and pid. > > > >> Date: Wednesday, July 11, 2018 21:51:09 +0000 >> From: Larry Rosenman <larryrtx at gmail.com> >> >> Yep, you (probably) need to configure openSMTPD to listen on 587 >> >> (I run exim, so I can't help with that). > >
which confirms that dovecot (nor anything else) is listening on that port. the results from the roundcube test were misleading. always test deeper -- don't assume that client-based test are doing what you expect.> Date: Thursday, July 12, 2018 00:00:31 +0200 > From: Teno Deuter <gvgter at googlemail.com> > > produces an empty result! > > On Wed, Jul 11, 2018 at 11:57 PM, Richard > <inbound-dovecot at listmail.innovate.net> wrote: >> what does the output of: >> >> netstat -n | grep :587 >> >> run as root, show you? the -p will give the program and pid. >> >> >> >>> Date: Wednesday, July 11, 2018 21:51:09 +0000 >>> From: Larry Rosenman <larryrtx at gmail.com> >>> >>> Yep, you (probably) need to configure openSMTPD to listen on 587 >>> >>> (I run exim, so I can't help with that). >> >>