Re: postfix trusted network
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/postfix
program_directory = /usr/lib/postfix
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = xxxx.xxxx.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = mailtroy.xxx.de, troy.xxx.de, localhost.xxx.de, localhost,
mynetworks = 192.168.1.0/28, 127.0.0.0/8
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter = +
Lukas Ruf wrote:
Frank Kaldewey <kaldewey@anymotion.de> [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 have 'permit_mynetworks'? Can you send us the restrictions?
wbr,
Lukas
Reply to: