Jim Douglas wrote:
> 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?

Unix account:

#> groupadd dbmail
#> useradd -d /dev/null -s /bin/false -g dbmail dbmail
#> chgrp dbmail /usr/sbin/dbmail-smtp
#> chmod g+s /usr/sbin/dbmail-smtp


> 
> 
> 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
> 
> 
> _______________________________________________
> Dbmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to