From: Wietse Venema (no email)
Date: Mon Aug 01 2005 - 17:29:54 EDT
jmena:
> I did it, bt i get the same result:
>
> web:/etc/postfix # postconf -e "proxy_interfaces = 165.98.153.157"
> web:/etc/postfix # postfix reload
> postfix/postfix-script: refreshing the Postfix mail system
> web:/etc/postfix # postconf -n
> alias_maps = hash:/etc/aliases, hash:/etc/aliases.d/mailman
Wietse:
> Then your Postfix is so old that it does not have this parameter.
jmena:
> How can i known what version of postfix is running ? but the version came
> with suse enterprise server 8.0
postconf mail_version
The proxy_interfaces was added with Postfix version 2.0.
Wietse
proxy_interfaces (default: empty)
The network interface addresses that this mail system receives mail on
by way of a proxy or network address translation unit.
This feature is available in Postfix 2.0 and later.
You must specify your "outside" proxy/NAT addresses when your system is
a backup MX host for other domains, otherwise mail delivery loops will
happen when the primary MX host is down.
Example:
proxy_interfaces = 1.2.3.4
|
|
|