Thank You for Your time and precious to me answer, Sahil:

> Next time, paste the output of 'postconf -n' instead.  But the above

Here it is:

# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
message_size_limit = 30720000
mydestination = localhost, localhost.localdomain
mydomain = myhost.org
myhostname = myhost.org
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
proxy_read_maps = $local_recipient_maps $mydestination
$virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps
$virtual_mailbox_domains $relay_recipient_maps $relay_domains
$canonical_maps $sender_canonical_maps $recipient_canonical_maps
$relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
readme_directory = /usr/share/doc/postfix receive_override_options =
no_address_mappings recipient_delimiter = + relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = The eMail Service smtpd_client_restrictions =
check_client_access hash:/etc/postfix/whitelist, check_client_access
hash:/etc/postfix/blacklist smtpd_recipient_restrictions =
permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = myhost.org smtpd_sasl_security_options =
noanonymous smtpd_tls_CAfile = /etc/ssl/ca.crt smtpd_tls_cert_file
= /etc/postfix/smtpd.cert smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 600s
tls_random_source = dev:/dev/urandom
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_alias_domains =
virtual_alias_maps =
proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf virtual_gid_maps =
static:5000 virtual_mailbox_base = /home/vmail virtual_mailbox_domains
= proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps =
proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf virtual_uid_maps =
static:5000

> configuration allows 1.2.3.4 to bypass further
> smtpd_client_restrictions, but other smtpd(8) restriction lists are
> still processed (and may result in a REJECT); i.e.
> smtpd_(helo|sender|recipient|etc)_restrictions.  And even if those

So, I have none other restrictions than those in
smtpd_client_restrictions and there it is whitelisted at the first...

> are successfully traversed, the "OK" does not prevent messages from
> 1.2.3.4 going to amavisd-new, which is where it seems your problem

Well. Is there a mechanism that allows me to whitelist a domain so that
all farther actions are not taken?

> lies.  But these are all just guesses until you provide more
> information to help debug the problem.

Please, specify any other info I have to provide.
Again, thank You for Your time and answer.

Reply via email to