Re: postfix trusted network

2004-07-12 Thread Rob Sims
On Tuesday 06 July 2004 08:29 am, Frank Kaldewey wrote: > Hi > > postfix has to relay mails from a webserver(win2k) in LAN to WAN. > > webserver 192.168.1.150 > > mailserver/postfix 192.168.1.100 > > I edit in etc/postfix/main.cf > > mynetworks = 192.168.1.0/28, 127.0.0.0/8 Neither 1

Re: postfix trusted network

2004-07-06 Thread Lukas Ruf
Frank, please do not top-post. See for a short explanation. > Frank Kaldewey <[EMAIL PROTECTED]> [2004-07-06 17:35]: > > Lukas Ruf wrote: > > >>Frank Kaldewey <[EMAIL PROTECTED]> [2004-07-06 16:43]: > >> > >>Hi > >> > >>postfix has to relay mails from a webserve

Re: postfix trusted network

2004-07-06 Thread Frank Kaldewey
hi, this is my main.cf that comes with the debian-postfix package: # see /usr/share/postfix/main.cf.dist for a commented, fuller # version of this file. # Do not change these directory settings - they are critical to Postfix # operation. command_directory = /usr/sbin daemon_directory = /usr/lib/po

Re: postfix trusted network

2004-07-06 Thread Lukas Ruf
> Frank Kaldewey <[EMAIL PROTECTED]> [2004-07-06 16:43]: > > Hi > > postfix has to relay mails from a webserver(win2k) in LAN to WAN. > > webserver 192.168.1.150 > > mailserver/postfix 192.168.1.100 > > I edit in etc/postfix/main.cf > > mynetworks = 192.168.1.0/28, 127.0.0.0/8 > do you ha

postfix trusted network

2004-07-06 Thread Frank Kaldewey
Hi postfix has to relay mails from a webserver(win2k) in LAN to WAN. webserver 192.168.1.150 mailserver/postfix 192.168.1.100 I edit in etc/postfix/main.cf mynetworks = 192.168.1.0/28, 127.0.0.0/8 so postfix will accept mails from all host of this network and relay them. but mails not rela