> 
> Can you please post your smtpd.conf?
> 
> Maybe this has something to do with the name chosen for the
> listening interface.

# This is the smtpd server system-wide configuration file.
# See smtpd.conf(5) for more information.

# To accept external mail, replace with: listen on all
listen on enp0s4 hostname ######### tls

pki ######  key "/etc/nginx/conf/ssl.key"
pki ##### certificate "/etc/nginx/conf/ssl-unified.cert"

# If you edit the file, you have to run "smtpctl update table aliases"
table aliases file:/etc/smtpd/aliases
table vdoms        "/etc/smtpd/vdoms"
table vusers       "/etc/smtpd/vusers"

# Uncomment the following to accept external mail for domain
# "example.org"
#accept from any for domain "example.org" alias <aliases> deliver to mbox

accept from any for domain <vdoms> virtual <vusers> deliver to maildir 
"/home/vmail/%{rcpt:lowercase}/MailDir"

# accept from any for domain <vdoms> virtual <vusers> deliver to lmtp
# "/run/dovecot/lmtp"

accept from local for any relay


-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to