Howdy,
Dont hold me to this, but arent the options meant to be comma separated?
In the other lines that youve put each directive on a new line theres
still a comma at the end.. Its just a guess though.
Cheers
NF
Peter Tuhársky wrote:
Package: Postfix
Version: 2.3.8-2
Debian Etch 4.0r3, amd64
I'm trying to configure the Postfix, however he totally ignores
smtpd_recipient_restrictions settings in my main.cd file. It dosen't
matter, whether I reload, restart Postfix, or reboot the computer.
Only the default settings apply: permit_mynetworks,
reject_unauth_destination
The main.cf:
# See /usr/share/postfix/main.cf.dist for a commented, more complete
version
# Strana 37
# 080314: Musime dat falosne meno, aby sme sa navonok prezentovali
# v sulade s DNS zaznamom
myhostname = mail.misbb.sk
# 080314
mydestination =
$mydomain,
$myhostname,
www.$mydomain,
ftp.$mydomain
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
# Strana 38
# 080314:
#myorigin = spamfilter.misbb.sk
myorigin = $myhostname
# Strana 44.
# 080314:
mynetworks = 127.0.0.0/8, 10.0.0.0/8
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# Strana 75 a dalej - spracovanie obsahu spravy
# Strana 86 - zapis obmedzeni
# Strana 90 - vlastna trieda obmedzeni
# ********************** Filtre *****************************
# 080314: Vsetci sa musia predstavit, v zmysle RFC 821 a 2821
smtpd_helo_required = yes
# 080314: Neumoznime zistovat, aki pouzivatelia tu su
disable_vrfy_command = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated
# 080314: Odmietneme neuplnu adresu prijemcu
reject_non_fqdn_recipient
# 080314: Skontrolujeme, ci domena odosielatela naozaj existuje
reject_unknown_sender_domain
# 080314: Skontrolujeme, ci domena prijemcu naozaj existuje
reject_unknown_recipient_domain
permit_mynetworks
# 080314: Odmietneme spravy, ktore nepatria nasej domene
reject_unauth_destination
# 080314: Klient sa musi predstavit plnym domenovym menom
reject_non_fqdn_hostname
# 080314: Odosielatel sa musi predstavit plnym domenovym menom
reject_non_fqdn_sender
# 080314: Nazov pocitaca odosielatela musi byt platny
reject_invalid_hostname
permit