Explorar el Código

[Rspamd] Use Postfix IP

andryyy hace 4 años
padre
commit
7b0b59a082
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/conf/rspamd/lua/rspamd.local.lua

+ 1 - 1
data/conf/rspamd/lua/rspamd.local.lua

@@ -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,