I'm confused buy the documentation for dbmail.
I have multiple domains set up with Postfix.
Where should I set up <dbmailuser> and <dbmailgroup>? In the database? As a
Unix account?
3. Using the Pipe interface (dbmail-smtp)
in /etc/postfix/master.cf add:
dbmail-smtp unix - n n - - pipe
flags= user=<dbmailuser>:<dbmailgroup>
argv=/usr/local/sbin/dbmail-smtp -d ${recipient} -r ${sender}
where <dbmailuser> and <dbmailgroup> should be the user and group the
dbmail-smtp program should run as. The ${recipient} and ${sender}
fields are filled in by Postfix.
Thanks,
Jim