equal
deleted
inserted
replaced
1 Installation Prerequisites |
1 Installation Prerequisites |
2 You should already have installed and configured Postfix, Dovecot and |
2 You should already have installed and configured Postfix, Dovecot and |
3 PostgreSQL. |
3 PostgreSQL. |
4 You have to install Python and pyPgSQL to use the Virtual Mail Manager. |
4 You have to install Python and pyPgSQL* to use the Virtual Mail Manager. |
|
5 |
|
6 * = http://pypgsql.sourceforge.net/ (Debian: python-pgsql) |
5 |
7 |
6 |
8 |
7 Configuring PostgreSQL |
9 Configuring PostgreSQL |
8 |
10 |
9 * /etc/postgresql/8.2/main/pg_hba.conf |
11 * /etc/postgresql/8.2/main/pg_hba.conf |
133 smtpd_sasl_path = private/auth |
135 smtpd_sasl_path = private/auth |
134 smtpd_sasl_auth_enable = yes |
136 smtpd_sasl_auth_enable = yes |
135 smtpd_sasl_local_domain = $myhostname |
137 smtpd_sasl_local_domain = $myhostname |
136 smtpd_sasl_security_options = noplaintext, noanonymous |
138 smtpd_sasl_security_options = noplaintext, noanonymous |
137 |
139 |
|
140 smtpd_recipient_restrictions = |
|
141 permit_mynetworks |
|
142 permit_sasl_authenticated |
|
143 reject_unauth_destination |
138 |
144 |
139 |
145 |
140 Installing the Virtual Mail Manager and configure the rest |
146 Installing the Virtual Mail Manager and configure the rest |
141 |
147 |
142 Installing from SVN or vmm-x.y.z.tar.bz2 |
148 Installing from SVN or vmm-x.y.z.tar.bz2 |