Here you go:
[r...@request2 postfix]# postconf -d | grep local address_verify_local_transport = $local_transport local_command_shell = local_destination_concurrency_limit = 2 local_destination_recipient_limit = 1 local_header_rewrite_clients = permit_inet_interfaces local_recipient_maps = proxy:unix:passwd.byname $alias_maps local_transport = local:$myhostname manpage_directory = /usr/local/man mydestination = $myhostname, localhost.$mydomain, localhost 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 smtpd_sasl_local_domain = unknown_local_recipient_reject_code = 550 [r...@request2 postfix]# [r...@request2 postfix]# [r...@request2 postfix]# [r...@request2 postfix]# postconf -d | grep mail_transport [r...@request2 postfix]# Any help is most definitely appreciated, Troy From: donovan jeffrey j [mailto:dono...@beth.k12.pa.us] Sent: Monday, September 27, 2010 6:38 PM To: Troy Campbell Cc: postfix-us...@cloud9.net Subject: Re: emails stuck in queue On Sep 27, 2010, at 6:57 PM, Troy Campbell wrote: Sorry, this is probably a newbie question but I'm having an issue where I see a bunch of emails with an "*" next to them when I run postqueue -p but not being delivered to the local machine. What does the "*" mean. I also noticed "!" next to held jobs. Is there somewhere these special characters and/or what queue these messages are on? Regards, Troy Hi troy, postqueue -p will show you what is in your queue see " man mailq " postqueue -f will flush the queue the asterisk to summarize means postfix knows about it and it waiting to send it. delivery to the local machine ? check local recipient maps or mail transport. Alias maps should also be checked. postconf -d | grep local postconf -d | grep mail_transport post the results back to list. -j