
mysql.jorge at decimal
Sep 15, 2009, 12:22 PM
Post #7 of 9
(1461 views)
Permalink
|
|
Re: use dbmail-deliver instead of dbmail-lmtpd
[In reply to]
|
|
Ops, dumb me! I didn't even thinked on going check that, sorry for that. Checking this, I have one question on this: > If you want to decide whether or not to send to DBMail per > domain, > add this in /etc/postfix/transport: > > <domain> dbmail-deliver: If this needed? I mean, I REALLY have to add a line per domain? Can I skip that part and stay only with the parts on main.cf & master.cf ? > docs/README.postfix has it all: > > 3. Using the Pipe interface (dbmail-deliver) > > in /etc/postfix/master.cf add: > > dbmail-deliver unix - n n - - > pipe > flags= user=<dbmailuser>:<dbmailgroup> > argv=/usr/local/sbin/dbmail-deliver -d ${recipient} -r > ${sender} > > where <dbmailuser> and <dbmailgroup> should be the user and > group the > dbmail-deliver program should run as. The ${recipient} and > ${sender} > fields are filled in by Postfix. > > To send all email to DBMail, add this in /etc/postfix/main.cf > > mailbox_transport = dbmail-deliver: > > If you want to decide whether or not to send to DBMail per > domain, > add this in /etc/postfix/transport: > > <domain> dbmail-deliver: > > See the section on running Postfix with LMTP if you don't > understand > the transport file. > > now run: > # postmap /etc/postfix/transport > # postfix reload > > And your mail will be delivered! > > > > Jorge Bastos wrote: > > Howdy people, > > > > > > > > Does anyone has a document on how put postfix delivering messages to > > dbmail with dbmail-deliver instead of using LMTPD on both sides? > > > > Thanks in advanced, > > > > > > > > Jorge, _______________________________________________ DBmail mailing list DBmail [at] dbmail http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
|