This is my DELIVER on OS X Server 10.3.

DELIVERY = "| sed '1{/^From /d;}' | /usr/bin/cyrus/bin/deliver -e jared"

You need to use Cyrus' deliver command. The sed is also necessary, I've found. Change "jared" to the username of the mailbox you are delivering to.

-Jared

On Mar 22, 2004, at 4:07 PM, Wes James wrote:

I found some suggestions from googleing about the using postfix-cyrus imap and tmda. I have tried the suggestions but I am getting and error in the mail log from postfix that says: Command died with status 99: "/path to tmda/tmda-filter".


---------------------
Why is this happening? I'm on OSX panther with the default setup of postfix and cyrus. The tip I tried was this:


In master.cf if you are already using sasl you need to unchroot smtp and
lmtp:
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ======================================================================= ===
smtp inet n - n - - smtpd
lmtp unix - - n - - lmtp



After that in main.cf you need to add : local_destination_concurrency_limit = 5 local_destination_recipient_limit = 300 mailbox_transport = lmtp:unix:/path/to/cyrus/socket

Then you need to grant access to group mail to cyrus socket.Group mail
contains 2 users : cyrus and postfix.

I haven't global configuration file.The delivery=/path/to/user/mailbox .

Any questions?

With best regards,
     Potapov Vladimir.

---------------

I put DELIVERY=/cyrus imap folder and I still get error 99......

wj

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to