Modify
proxy_smtp_server_ip
and proxy_pop3_server_ip
to configure the IP address that the IMSS daemon binds
to.-
If
proxy_smtp_server_ip
is not specified, the SMTP proxy service sets the IP address to127.0.0.1
. -
If
proxy_pop3_server_ip
is not specified, the proxy service sets the IP address to0.0.0.0
. -
If
proxy_smtp_server_ip
andproxy_pop3_server_ip
specified asall
, the proxy service receives packets from all interfaces, including IPv4 or IPv6 clients. -
If
proxy_smtp_server_ip
andproxy_pop3_server_ip
specified as0.0.0.0
, the proxy service receives packets from all interfaces, but is limited to IPv4 clients only.
The following changes configure the daemon to listen to both IPv4 and IPv6 networks:
proxy_smtp_server_ip=all proxy_pop3_server_ip=all