postfix:postvirt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| postfix:postvirt [2013/03/07 23:09] – add setting owner and permissions to spooldir pyro | postfix:postvirt [2013/03/08 03:07] (current) – typo pyro | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| create user cherryhost with password ' | create user cherryhost with password ' | ||
| + | |||
| + | Chadmin is the mail domain admin | ||
| + | |||
| + | create user chadmin with password ' | ||
| Pam is used by saslauthd to authenticate users for TLS. | Pam is used by saslauthd to authenticate users for TLS. | ||
| Line 111: | Line 115: | ||
| - | Finally, a table for virtual forwarding. That is, aliases with no login or mailbox on the system. | + | A table for virtual forwarding. That is, aliases with no login or mailbox on the system. |
| CREATE TABLE virtuals ( | CREATE TABLE virtuals ( | ||
| Line 125: | Line 129: | ||
| GRANT INSERT, | GRANT INSERT, | ||
| + | Finally, the tables for cherryhost itself: | ||
| + | |||
| + | CREATE TABLE domain_admins ( | ||
| + | uname text, | ||
| + | domain text ); | ||
| + | |||
| + | CREATE TABLE mail_admins ( | ||
| + | uname text, | ||
| + | pass text ); | ||
| + | GRANT INSERT, | ||
| + | GRANT SELECT on domain_admins, | ||
| + | |||
| **Note that since several componants of the system run in a chroot environment, | **Note that since several componants of the system run in a chroot environment, | ||
postfix/postvirt.1362697755.txt.gz · Last modified: by pyro
