On 01/28/2011 03:28 PM, Ralf Hildebrandt wrote:
> * Michael Orlitzky <mich...@orlitzky.com>:
> 
>> I tried with transport_maps:
>>
>>   example.com  local:
>>
>> and local_transport = error:... and got this (http3.viabit.com is myorigin):
>>
>>   Jan 28 15:05:25 http3 postfix/error[20737]: 24944A302DF:
>>   to=<memb...@http3.viabit.com>, orig_to=<memb...@example.com>,
>>   relay=none, delay=2.7, delays=2.7/0/0/0, dsn=5.0.0,
>>   status=bounced(Local delivery is disabled.)
>>
>> The more I think about it, the more I think it should have worked. I'll
>> try again once things slow down a bit (5pm).
> 
> postconf transport_maps 
> is showing what?

# postconf transport_maps
transport_maps = hash:/etc/postfix/maps/transport_maps

# cat /etc/postfix/maps/transport_maps
example.com                     local:

# ls /etc/postfix/maps/transport_maps.db
-rw-r--r-- 1 root root 12K 2011-01-28 15:02
/etc/postfix/maps/transport_maps.db

Same error:

  Jan 28 17:31:43 http3 postfix/error[4847]: C998730C669:
  to=<memb...@http3.viabit.com>, orig_to=
  <memb...@example.com>, relay=none,
  delay=0.02, delays=0/0.01/0/0.01, dsn=5.0.0, status=bounced (Local
  delivery is disabled.)


Full postconf -n:

alias_database = hash:/etc/mail/aliases
alias_maps = hash:/var/lib/mailman/data/aliases
append_dot_mydomain = no
bounce_queue_lifetime = 1d
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_recipient_limit = 20000
disable_vrfy_command = yes
home_mailbox = .maildir/
html_directory = /usr/share/doc/postfix-2.7.1/html
inet_interfaces = all
local_recipient_maps =
local_transport = error:Local delivery is disabled.
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maximal_queue_lifetime = 1d
mydomain = viabit.com
myhostname = http3.viabit.com
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.7.1/readme
relay_domains =
relayhost =
sample_directory = /etc/postfix
sender_dependent_default_transport_maps =
hash:/etc/postfix/maps/sender_dependent_default_transport_maps
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
show_user_unknown_table_name = no
smtpd_banner = $myhostname
smtpd_client_restrictions = reject_rbl_client jerks.viabit.com,
reject_rbl_client psbl.surriel.com,     reject_rbl_client bl.spamcop.net,
reject_rbl_client zen.spamhaus.org,        permit
smtpd_data_restrictions = reject_unauth_pipelining,     permit
smtpd_delay_reject = yes
smtpd_error_sleep_time = 10
smtpd_etrn_restrictions = reject
smtpd_hard_error_limit = 5
smtpd_helo_required = yes
smtpd_helo_restrictions = reject_non_fqdn_helo_hostname,
reject_invalid_helo_hostname,        permit
smtpd_junk_command_limit = 3
smtpd_recipient_limit = 20000
smtpd_recipient_restrictions = permit_mynetworks,
reject_non_fqdn_recipient,      reject_unknown_recipient_domain,
reject_unauth_destination,      permit
smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain,   permit
smtpd_soft_error_limit = 2
strict_rfc821_envelopes = yes
transport_maps = hash:/etc/postfix/maps/transport_maps
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/maps/virtual_alias_domains
virtual_alias_expansion_limit = 10000
virtual_alias_maps = hash:/etc/postfix/maps/virtual_alias_maps,
hash:/var/lib/mailman/data/virtual-mailman
virtual_gid_maps = static:207
virtual_minimum_uid = 207
virtual_transport = virtual
virtual_uid_maps = static:207

Reply via email to