OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Problems receiving email - external and internal

From: jmena (jmenaenitel.net.ni)
Date: Mon Aug 01 2005 - 16:47:48 CDT


Here is the postfix version:

web:/etc # postconf mail_version
mail_version = 1.1.11

but i don't known why i have this problem because i have more than 3 months
working with this config.

----- Original Message -----
From: "Wietse Venema" <wietseporcupine.org>
To: "Postfix users" <postfix-userspostfix.org>
Sent: Monday, August 01, 2005 3:29 PM
Subject: Re: Problems receiving email - external and internal

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