Page 1 of 1

mailbox format (how do I do this)

Posted: Thu Mar 16, 2006 3:35 pm
by cfunk30
Hi,

How would I go about accomplishing this with scalix. I have a mailbox setup, call it neworders@domain.com. Customers send emails to this with an attachment,. With my old setup, postfix/dovecot I had a script that would check the ~home/Maildir/new dir, then extract the attachment from the message using juju and copy the attachment to another directory (actually a samba share) where the file was processed by another program.

I've looked through all the rules wizard stuff, but doesn't look like it's possible with that.

Thanks for any pointers.

Chris Funk

Posted: Fri Mar 17, 2006 5:41 am
by ScalixSupport
Hi,

one possible solution would be to use fetchmail with postfix running on port 2525 or something like that. You could then still use your script.

http://www.catb.org/~esr/fetchmail/fetchmail-man.html#7

Cheers,

Sascha.