Connection refused (61)

Larry Rosenman larryrtx at gmail.com
Thu Jul 12 01:04:04 EEST 2018


---
/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).
    >
    >
    


More information about the dovecot mailing list