Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
|
lpi2:exim4-cyrus-imapd [2008/10/21 21:54] |
lpi2:exim4-cyrus-imapd [2008/10/21 21:54] (aktuell) |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Installation cyrus-imapd in Kombination mit exim4 ====== | ||
| + | Vorraussetzung: [[exim4]] [[cyrus-imapd]] | ||
| + | |||
| + | ===== exim4 LMTP Konfiguration ===== | ||
| + | |||
| + | ''/etc/exim4/conf.d/transport/30_exim4-config_cyrus_deliver'' : | ||
| + | |||
| + | <file> | ||
| + | cyrus_delivery: | ||
| + | driver = lmtp | ||
| + | socket = /var/run/cyrus/socket/lmtp | ||
| + | batch_max = 20 | ||
| + | group = mail | ||
| + | </file> | ||
| + | |||
| + | ''/etc/exim4/update-exim4.conf.conf'' : | ||
| + | |||
| + | <file> | ||
| + | dc_localdelivery='cyrus_delivery' | ||
| + | </file> | ||
| + | |||
| + | update-exim4.conf | ||
| + | /etc/init.d/exim4 restart | ||
| + | |||
| + | |||