Mailinglist Archive: opensuse (3459 mails)
| < Previous | Next > |
RE: [opensuse] Postfix and accepting multiple networks
- From: "James D. Parra" <Jamesp@xxxxxxxxxxxxxxxx>
- Date: Thu, 7 Feb 2008 13:01:19 -0800
- Message-id: <531F1E080638384C9623B00D71AA546D05020C7C@xxxxxxxxxxxxxxxxxxxxxxxxx>
Anders Johansson wrote:
On Thursday 07 February 2008 21:29:01 James D. Parra wrote:
server is on is relayed. There is no parameter in the current main.cf for
mynetworks.
There has to be. Look again
mynetworks is not a mandantory parameter.
Or do you have mynetworks_style set?
Even if he didn't set the parameter, by default it is set to subnet:
postconf -d mynetworks_style
mynetworks_style = subnet
shouldIf I add, for example, only the following, will that be enough?
/etc/postfix/main.cf:
mynetworks = 192.168.1.0/24, 10.10.0.0/16, 192.168.2.1
You need a network mask there. if 192.168.2.1 is a single machine that
be trusted, use /32
Better (cidr) style, but Postfix will accept ip addresses here as well.
Though it should work as desired if he set it up this way.
Please also execute "postfix reload" to make Postfix aware of the change.
--
Sandy
~~~~~
Great! Thanks guys for all of your help.
Much obliged,
~James
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |