[Postfixbuch-users] Cyrus Habe noch einen Versuch
Info
info at computerservice-csk.de
So Okt 29 22:55:38 CET 2006
Udo Neist schrieb:
> Am Sonntag, 29. Oktober 2006 22:12 schrieb Info:
> [...]
>
> Ich poste mal meine Konfiguration von Cyrus hier, vielleicht hilft
> es ja :)
>
> server:~ # ls -al /etc/sasldb2
> -rw-r----- 1 cyrus mail 12288 2004-12-02 21:36 /etc/sasldb2
>
> server:~ # cat /etc/cyrus.conf
> # standard standalone server implementation
> START {
> # do not delete this entry!
> recover cmd="ctl_cyrusdb -r"
> # this is only necessary if using idled for IMAP IDLE
> idled cmd="idled"
> }
> # UNIX sockets start with a slash and are put into /var/imap/sockets
> SERVICES {
> # add or remove based on preferences
> imap cmd="imapd" listen="imap" prefork=1
> pop3 cmd="pop3d" listen="pop3" prefork=1
> # imaps cmd="imapd -s" listen="imaps" prefork=0
> # pop3s cmd="pop3d -s" listen="pop3s" prefork=0
> sieve cmd="timsieved" listen="sieve" prefork=0
> # LMTP is required for delivery
> #lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
> lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp"
> prefork=1
> # this is only necessary if using notifications
> # notify cmd="notifyd" listen="/var/imap/socket/notify"
> proto="udp" prefork=1
> }
> EVENTS {
> # this is required
> checkpoint cmd="ctl_cyrusdb -c" period=30
> # this is only necessary if using duplicate delivery suppression
> delprune cmd="ctl_deliver -E 3" period=1440
> # this is only necessary if caching TLS sessions
> tlsprune cmd="tls_prune" period=1440
> }
>
> server:~ # cat /etc/imapd.conf
> configdirectory: /var/lib/imap
> partition-default: /var/spool/imap
> sievedir: /var/lib/sieve
> admins: cyrus
> allowanonymouslogin: no
> autocreatequota: 10000
> reject8bit: no
> quotawarn: 90
> timeout: 30
> poptimeout: 10
> dracinterval: 0
> drachost: localhost
> sasl_pwcheck_method: saslauthd
> lmtp_overquota_perm_failure: no
> #
> # if you want TLS, you have to generate certificates and keys
> #
> tls_cert_file: /var/lib/imap/server.pem
> tls_key_file: /var/lib/imap/server.pem
> #tls_ca_file: /var/lib/imap/server.pem
> #tls_ca_path: /var/lib/imap/server.pem
>
> postmaster: postmaster
> sieve_maxscriptsize: 32
> sieve_maxscripts: 5
>
> server:~ # cat /usr/lib/sasl2/smtpd.conf
> pwcheck_method: saslauthd
> mech_list: plain login
>
> server:~ # postconf -n | grep "cyrus"
> mailbox_transport = cyrus
>
> Gruß
> Udo
>
Hallo Udo,
Ja so etwas hilft wirklich weiter, denn man sieht ob bei mir noch etwas
fehlt.
dein Benutzer ist also cyrus und die gruppe ist mail und ich nehme an
das postfix in der gruppe mail enthalten ist oder?
Ich habe aber gleich noch eine Frage und zwar habe ich in meiner main.cf
folgenden Eintrag gemacht
: Content_filter = vscan
nun wird aber dies in den logs bemängelt, das es vscan nicht gäbe, was
kann ich da tun?
Gruß Steffen
Mehr Informationen über die Mailingliste Postfixbuch-users