From: Wietse Venema (no email)
Date: Mon Aug 01 2005 - 16:43:04 EDT
jmena:
> Hi,
>
> I don't known why but the line of proxy_interfaces is not showing in the
> postconf -n, but it is on my
> main.cf
>
> web:/etc/postfix # grep proxy main.cf
> proxy_interfaces = 165.98.153.157
>
> please helpme, i have more than 24 hours without receiving emails.
Execute as root:
postconf -e "proxy_interfaces = 165.98.153.157"
postfix reload
|
|
|