[Rspamd] Use Postfix IP

master
andryyy 2021-06-21 22:02:36 +02:00
parent 0ba0878e28
commit 7b0b59a082
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ rspamd_config:register_symbol({
end
lua_smtp.sendmail({
task = task,
host = 'postfix',
host = os.getenv("IPV4_NETWORK") .. '.253',
port = 591,
from = task:get_from(stp)[1].addr,
recipients = bcc_dest,