Hi,

In /etc/postfix/master.cf, the confirguration for cyrus-imapd should be:

# Cyrus 2.1.5 (Amos Gouaux)
# Also specify in main.cf: cyrus_destination_recipient_limit=1
cyrus     unix  -       n       n       -       -       pipe
  user=_cyrus argv=/usr/local/libexec/cyrus-imapd/deliver -e -r ${sender} -m
${extension} ${user}

Patch:
-  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
+  user=_cyrus argv=/usr/local/libexec/cyrus-imapd/deliver -e -r ${sender} -m
${extension} ${user}

Sincerely,



Reply via email to