Displaying 2 results from an estimated 2 matches for "mysql_transport_map".
Did you mean:
  mysql_transport_maps
  
2008 Sep 08
2
Sieve, and logging.
...t;;
   stop;
}
------------------------------------------------------------------------
Section of postfix main.cf
virtual_transport = dovecot
# limit dovecot service to one at a time...
dovecot_destination_recipient_limit = 1
local_transport = virtual
transport_maps = proxy:mysql:/etc/postfix/mysql_transport_map.cf
------------------------------------------------------------------------
Section of postfix master.cf
# Dovecot Local Delivery Agent
dovecot   unix  -       n       n       -       -       pipe
   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f 
${sender} -d ${recipient}
------...
2006 May 10
4
LDA not being called by postfix?
...rtual_uid_maps = static:1234
virtual_gid_maps = static:1234
virtual_minimum_uid = 1001
dovecot_destination_recipient_limit = 1
virtual_transport = dovecot
relay_domains =
proxy:mysql:/etc/postfix/maps/mysql_relay_domains_maps.cf
relay_transport = relay
transport_maps = proxy:mysql:/etc/postfix/maps/mysql_transport_maps.cf
relocated_maps =
proxy:mysql:/etc/postfix/maps/mysql_virtual_relocated_maps.cf
smtpd_helo_required = yes
disable_vrfy_command = yes
strict_rfc821_envelopes = yes
smtpd_recipient_restrictions =
  reject_unknown_sender_domain,
  permit_mynetworks,
  permit_sasl_authenticated,
  reject_unauth_dest...