Instead of giving an anecdotal description of your configuration,
post the actual settings.

        1. postconf -n output
        2. Output of "postmap -q key table" commands that show
           the relevant table contents.
        3. Logs for the problem transaction (all log entries for
           its queue-id).


Sorry! I've attached postconf result, and log of transaction.


postmap output:

# postmap -q fe...@domain.net mysql:/usr/local/etc/postfix/mysql-alias.cf
[nothing]

# postmap -q @domain.net mysql:/usr/local/etc/postfix/mysql-alias.cf
@domain.com

# postmap -q fe...@domain.com mysql:/usr/local/etc/postfix/mysql-alias.cf
m...@gmail.com


Please, if you need more information, feel free to ask.

Thanks!
alias_database = hash:/usr/local/etc/postfix/aliases
alias_maps = hash:/usr/local/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
data_directory = /var/db/postfix
debug_peer_level = 1
default_destination_concurrency_limit = 10
disable_vrfy_command = yes
header_checks = pcre:/usr/local/etc/postfix/header_checks.pcre
home_mailbox = Maildir/
html_directory = /usr/local/share/doc/postfix
local_destination_concurrency_limit = 2
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_size_limit = 0
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
message_size_limit = 0
mydestination = localhost, $myhostname
mydomain = intera5.net
myhostname = cincara.intera5.net
mynetworks = 85.52.201.127, 212.81.143.128/28, 192.168.0.0/16, 127.0.0.1
mynetworks_style = host
myorigin = $myhostname
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/local/share/doc/postfix
recipient_bcc_maps = mysql:/usr/local/etc/postfix/mysql-bcc.cf
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_data_restrictions = reject_multi_recipient_bounce  
reject_unauth_pipelining permit
smtpd_delay_reject = yes
smtpd_etrn_restrictions = reject
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks reject_non_fqdn_recipient 
reject_unknown_recipient_domain permit_sasl_authenticated 
reject_unauth_destination
smtpd_reject_unlisted_sender = yes
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = 
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks reject_non_fqdn_sender 
reject_unknown_sender_domain reject_unlisted_sender permit_sasl_authenticated 
reject_unauth_destination check_client_access 
pcre:/usr/local/etc/postfix/client_checks.pcre check_helo_access   
pcre:/usr/local/etc/postfix/helo_checks.pcre check_sender_access 
pcre:/usr/local/etc/postfix/sender_checks.pcre check_client_access 
hash:/usr/local/etc/postfix/whitelist check_client_access 
hash:/usr/local/etc/postfix/eswl reject_rbl_client zen.spamhaus.org 
reject_rbl_client bl.spamcop.net reject_rbl_client b.barracudacentral.org 
reject_rbl_client psbl.surriel.com check_policy_service unix:private/tumgreyspf
unknown_local_recipient_reject_code = 550
virtual_alias_maps = mysql:/usr/local/etc/postfix/mysql-alias.cf
virtual_gid_maps = static:5001
virtual_mailbox_base = /intera5/mail
virtual_mailbox_domains = mysql:/usr/local/etc/postfix/mysql-dominios.cf
virtual_mailbox_limit = 0
virtual_mailbox_maps = mysql:/usr/local/etc/postfix/mysql-buzones.cf
virtual_transport = maildrop
virtual_uid_maps = static:5001
Jun 21 17:34:52 cincara postfix/smtpd[89590]: connect from 
zaragoza.intera5.net[212.81.143.133]
Jun 21 17:34:52 cincara postfix/smtpd[89590]: AFF4222857: 
client=zaragoza.intera5.net[212.81.143.133]
Jun 21 17:34:52 cincara postfix/cleanup[89596]: AFF4222857: 
message-id=<4fe33fed.30...@intera5.es>
Jun 21 17:34:52 cincara postfix/smtpd[89590]: disconnect from 
zaragoza.intera5.net[212.81.143.133]
Jun 21 17:34:52 cincara postfix/qmgr[12752]: AFF4222857: 
from=<juanjose.sanc...@intera5.es>, size=1618, nrcpt=1 (queue active)
Jun 21 17:34:52 cincara postfix/pipe[89491]: AFF4222857: to=<fe...@domain.com>, 
orig_to=<fe...@domain.net>, relay=maildrop, delay=0.04, delays=0.02/0/0/0.02, 
dsn=2.0.0, status=sent (delivered via maildrop service)
Jun 21 17:34:52 cincara postfix/qmgr[12752]: AFF4222857: removed

Reply via email to