1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-26 08:11:33 +00:00

[Rspamd] Use Postfix IP

This commit is contained in:
andryyy
2021-06-21 22:02:36 +02:00
parent 0ba0878e28
commit 7b0b59a082

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,