> From: marc
>
> postconf -n
>
> alias_database = hash:/etc/aliases
> alias_maps = hash:/etc/aliases
> broken_sasl_auth_clients = yes
> command_directory = /usr/sbin
> config_directory = /etc/postfix
> content_filter = amavis:[$myhostname]:10024
> daemon_directory = /usr/libexec/postfix
> debug_peer_level = 2
> home_mailbox = Maildir/
> html_directory = no
> inet_interfaces = $myhostname
> mail_owner = postfix
> mailq_path = /usr/bin/mailq.postfix
> manpage_directory = /usr/share/man
> max_use = 20
> message_size_limit = 15360000
> mydestination = $myhostname, localhost.$mydomain, $transport_maps
> mydomain = extremia.fi
> myhostname = smtp.extremia.fi
> myorigin = $mydomain
> newaliases_path = /usr/bin/newaliases.postfix
> queue_directory = /var/spool/postfix
> readme_directory = /usr/share/doc/postfix-2.2.10/README_FILES
> sample_directory = /usr/share/doc/postfix-2.2.10/samples
> sendmail_path = /usr/sbin/sendmail.postfix
> setgid_group = postdrop
> smtpd_recipient_restrictions = permit_sasl_authenticated,
> permit_mynetworks, reject_unauth_destination
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_security_options = noanonymous
> transport_maps = pgsql:/etc/postfix/transport_maps.cf
> unknown_local_recipient_reject_code = 450
> virtual_alias_maps = pgsql:/etc/postfix/virtual_alias_maps.cf
> virtual_gid_maps = pgsql:/etc/postfix/virtual_gid_maps.cf
> virtual_mailbox_base = /var/spool/postfix/virtual
> virtual_mailbox_maps = pgsql:/etc/postfix/virtual_mailbox_maps.cf
>
> virtual_uid_maps = pgsql:/etc/postfix/virtual_uid_maps.cf
>

Well, we would have to know where the mail is currently stored. 

There is a virtual_mailbox_maps map without  a virtual_mailbox_domains  map, so 
we don't know if virtual_mailbox_domains used to be there, but was removed. Or, 
the domains were removed from the transport map which means that they are no 
longer in $mydestination. It's not a good idea to use $transport_maps as a 
$mydestination setting anyway. If this is the case, they should be added to 
$mydestination. It's also possible there used to be a $relay_domains setting 
that was removed. Where is the mail store?

Gary V

_________________________________________________________________
Watch “Cause Effect,” a show about real people making a real difference.
http://im.live.com/Messenger/IM/MTV/?source=text_watchcause

Reply via email to