The configuration changes for postfix don't seem compatible anymore:

Setup Postfix to send messages via DSPAM ΒΆ

Add to end of /etc/postfix/master.cf.defaultserver (localize this for your DSPAM bin folder):

dspam     unix  -       n       n       -       -       pipe
flags=hqu user=cyrus argv=/usr/local/dspam/bin/dspam --mode=teft --deliver=innocent --feature=chained,noise --user ${user} -\
m user/${user} -a ${user} -r ${sender}
(Don't use "R" in the flags, or you'll get an extraneous `Return- path: <[EMAIL PROTECTED]>` header. We supply our own to cyrus' deliver with the -r flag above.)

Note that this .defaultserver file is what the OS X Server Admin machinery works with each time you restart the server. Add to /etc/ postfix/main.cf:

mailbox_transport = dspam
default_privs = cyrus
and be careful to comment our the other definitions of mailbox_transport--there's one for Cyrus at the original end of the file.

Before reading below, it should be noted that my master.cf has the following in it .... commenting it out has no effect on lmtp crashing.

virtual_transport = lmtp:unix:/var/imap/socket/lmtp

This setup dies horribly (in system.log)

Jan 25 09:59:48 gamura master[2797]: process 2819 exited, signaled to death by 10 Jan 25 09:59:48 gamura dspam[2817]: Delivery agent returned exit code 75: /usr/bin/cyrus/bin/deliver -m user/jubjub -a jubjub -r [EMAIL PROTECTED]
Jan 25 09:59:48 gamura crashdump[2820]: lmtpd crashed
Jan 25 09:59:49 gamura crashdump[2820]: crash report written to: / Library/Logs/CrashReporter/lmtpd.crash.log Jan 25 09:59:49 gamura master[2797]: process 2824 exited, signaled to death by 10 Jan 25 09:59:49 gamura dspam[2822]: Delivery agent returned exit code 75: /usr/bin/cyrus/bin/deliver -m user/combs -a combs -r MAILER- [EMAIL PROTECTED]

Here's what the log file says:
Host Name:      Gamura
Date/Time:      2007-01-25 09:52:13.209 -0800
OS Version:     10.4.8 (Build 8L2127)
Report Version: 4

Command: lmtpd
Path:    /usr/bin/cyrus/bin/lmtpd
Parent:  master [2658]

Version: ??? (???)

PID:    2683
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000




Reply via email to