Displaying 2 results from an estimated 2 matches for "submission_465".
Did you mean:
submission_25
2019 Dec 11
2
Submission config being ignored
...-submission.conf
submission_logout_format = in=%i out=%o
submission_relay_host = smtp.prorelay.nl
submission_relay_port = 587
submission_relay_ssl = starttls
submission_relay_ssl_verify = no
service submission {
}
service submission-login {
inet_listener submission_25 {
port = 25
}
inet_listener submission_465 {
port = 465
ssl = yes
}
}
--
What happens instead: Dovecot is attempting to send mail to the host specified in the passdb file:
root at imapproxy1:~# cat /etc/virtual/xalys.nl/passwd
test:$password.:8:8::/home/test.nl/test:/bin/false:userdb_quota_rule=*:bytes=0 proxy_maybe=y host=$ipaddr
How d...
2019 Dec 12
0
Submission config being ignored
...t;br>submission_relay_ssl_verify = no
<br>
<br>service submission {
<br>}
<br>
<br>service submission-login {
<br>inet_listener submission_25 {
<br>port = 25
<br>
<br>}
<br>inet_listener submission_465 {
<br>port = 465
<br>ssl = yes
<br>
<br>}
<br>}
</div>
<div>
--
</div>
<div>
<br>
</div>
<div>
What happens instead: Dovecot is attempting to send mail to the host...