[Rspamd] Use Postfix IP
parent
0ba0878e28
commit
7b0b59a082
|
@ -345,7 +345,7 @@ rspamd_config:register_symbol({
|
||||||
end
|
end
|
||||||
lua_smtp.sendmail({
|
lua_smtp.sendmail({
|
||||||
task = task,
|
task = task,
|
||||||
host = 'postfix',
|
host = os.getenv("IPV4_NETWORK") .. '.253',
|
||||||
port = 591,
|
port = 591,
|
||||||
from = task:get_from(stp)[1].addr,
|
from = task:get_from(stp)[1].addr,
|
||||||
recipients = bcc_dest,
|
recipients = bcc_dest,
|
||||||
|
|
Loading…
Reference in New Issue