HOME


Mini Shell 1.0
DIR:/proc/self/root/usr/share/doc/cluebringer-v2.1.x/contrib/postfix/
Upload File :
Current File : //proc/self/root/usr/share/doc/cluebringer-v2.1.x/contrib/postfix/mailboxes.cf
hosts=localhost
user=postfix
password=test
dbname=postfix

query=  SELECT CONCAT(transports.Transport,'/',mailboxes.Address,'/')
		FROM mailboxes, transports
	WHERE
		mailboxes.Mailbox = '%s'
		AND transports.ID = mailboxes.TransportID
		AND transports.Disabled = 0
		AND mailboxes.Disabled = 0