5 msgpostconf not displaying all options
3 msgempty_address_recipient not mapped by virtual o...
5 msgstop smtp from anyone unless sasl auth?
2 msg'piped' aliases & DSNs
12 msgStrange From: in headers
5 msgMail - Access Denied
4 msgqpsmtpd support service for postfix
39 msgpix workaround broken?
2 msgX-Original-To after bcc contains wrong address
8 msg/usr/lib/sendmail delivery status/message id's ...
23 msgRecommended Filesystems?
8 msgMail going to backup server instead main server
3 msgoutgoing rate control
5 msgmail forwarding loop: how do I prevent this?

Server relaying existing virtual mailbox
\ Jorge Lanza (21 Jul 2007)
. \ Jorge Lanza (21 Jul 2007)
. . \ Magnus Bäck (21 Jul 2007)
. . . \ Jorge Lanza (21 Jul 2007)
. . . . \ Jorge Lanza (21 Jul 2007)

1 msghow can I rewrite the Mail From
3 msgConstant connections from user unknown sending ...
2 msgsporadic deferrals
8 msgtransport_maps: different behavior if discard o...
4 msgAddress verification questions
Subject:Server relaying existing virtual mailbox
Group:Postfix-users
From:Jorge Lanza
Date:21 Jul 2007


 
Hi all,

I have set a postfix server with mysql using virtual addresses.

Everything was running fine, but I have touch something (don't know
what), that makes it to relay all mails destined to one of my virtual
mailboxes to the default smtp relay.

Any idea?

TA

-----
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
daemon_directory = /usr/libexec/postfix
debug_peer_level = 3
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
mailbox_size_limit = 104857600
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 104857600
mydestination = localhost.$mydomain, localhost
mydomain = mydomain.example.com
myhostname = server.mydomain.example.com
mynetworks = $config_directory/mynetworks
mynetworks_style = subnet
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_tls_CAfile = /etc/pki/dovecot/certs/server.mydomain.example.com.crt
smtp_tls_cert_file = /etc/pki/dovecot/certs/server.mydomain.example.com.crt
smtp_tls_key_file = /etc/pki/dovecot/private/server.mydomain.example.com.key
smtp_tls_security_level = may
smtpd_client_restrictions = check_client_access
hash:/etc/postfix/smtp_in permit_sasl_authenticated,
reject_unknown_client_hostname, reject
smtpd_data_restrictions = reject_unauth_pipelining, permit
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,
reject_non_fqdn_hostname, reject_unknown_helo_hostname,
reject_invalid_helo_hostname
smtpd_recipient_restrictions = permit_auth_destination,
permit_sasl_authenticated, reject_non_fqdn_recipient,
reject_unknown_recipient_domain, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth-dovecot
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/pki/dovecot/certs/server.mydomain.example.com.crt
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/pki/dovecot/certs/server.mydomain.example.com.crt
smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem
smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem
smtpd_tls_key_file =
/etc/pki/dovecot/private/server.mydomain.example.com.key
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_maps =
proxy:mysql:$config_directory/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:12
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains =
proxy:mysql:$config_directory/mysql_virtual_domains_maps.cf
virtual_mailbox_maps =
proxy:mysql:$config_directory/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 101
virtual_transport = dovecot
virtual_uid_maps = static:101



© 2004-2008 readlist.com