On Tue, Mar 26, 2013 at 3:14 PM, Benny Pedersen <m...@junc.eu> wrote:
> Lima Union skrev den 2013-03-26 13:04:
>>
>>    853  #        reject_unverified_recipient,
>
>
> postconf -n
>
> not just content listning from main.cf
>
> your error might just be that you have # at random lines

ok, here it's (hostname/ip anonymized )

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
biff = no
body_checks = regexp:$config_directory/maps/body_checks.regexp
bounce_queue_lifetime = 1d
bounce_size_limit = 5000
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 10
delay_warning_time = 6h
disable_vrfy_command = yes
header_checks = regexp:$config_directory/maps/header_checks.regexp
header_size_limit = 50000
hopcount_limit = 20
html_directory = /usr/share/doc/postfix-2.7.3-documentation/html
inet_interfaces = all
initial_destination_concurrency = 5
local_recipient_maps =
local_transport = error:local mail delivery is disabled on this machine
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
maximal_queue_lifetime = 1d
message_size_limit = 13631488
milter_default_action = accept
milter_protocol = 2
mime_header_checks = regexp:$config_directory/maps/mime_header_checks.regexp
mydestination =
mydomain = mycompany.com
myhostname = relay1.mycompany.com
mynetworks = 10.1.1.24, 10.1.1.25, 127.0.0.0/8
myorigin = $mydomain
nested_header_checks =
newaliases_path = /usr/bin/newaliases.postfix
notify_classes = resource,software,delay
queue_directory = /var/spool/postfix
queue_minfree = 150000000
readme_directory = /usr/share/doc/postfix-2.7.3-documentation/readme
relay_domains = $mydomain
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name. NO UCE
smtpd_client_connection_count_limit = 20
smtpd_client_connection_rate_limit = 50
smtpd_data_restrictions = warn_if_reject reject_unauth_pipelining,        permit
smtpd_error_sleep_time = 10s
smtpd_hard_error_limit = 10
smtpd_helo_required = yes
smtpd_junk_command_limit = 5
smtpd_milters = inet:localhost:10025 inet:localhost:10034
smtpd_recipient_limit = 500
smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination,        reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname,        reject_non_fqdn_sender,
reject_non_fqdn_recipient,        reject_unverified_recipient,
check_client_access hash:$config_directory/maps/smtpd_client_checks,
    check_reverse_client_hostname_access
regexp:$config_directory/maps/fqrdns.pcre,        check_helo_access
hash:$config_directory/maps/smtpd_helo_checks,
check_sender_access hash:$config_directory/maps/smtpd_sender_checks,
     check_sender_access
regexp:$config_directory/maps/smtpd_sender_checks.regexp,
check_recipient_access
hash:$config_directory/maps/smtpd_recipient_checks,
reject_non_fqdn_hostname,        reject_rbl_client zen.spamhaus.org,
     reject_rbl_client b.barracudacentral.org,
reject_rbl_client psbl.surriel.com,        reject_rbl_client
bl.spamcop.net,        reject_rhsbl_client rhsbl.sorbs.net,
check_sender_access hash:$config_directory/maps/forged_domain_senders,
       check_policy_service inet:127.0.0.1:10023,        permit
smtpd_soft_error_limit = 5
strict_rfc821_envelopes = yes
transport_maps = hash:/etc/postfix/transport
unknown_address_reject_code = 554
unknown_client_reject_code = 554
unknown_hostname_reject_code = 554
unknown_local_recipient_reject_code = 550
unverified_recipient_reject_code = 550
unverified_sender_reject_code = 550
virtual_alias_domains = somecompany.com
virtual_alias_maps = hash:/etc/postfix/virtual
hash:/etc/postfix/maps/virtual.somecompany.com

Reply via email to