Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I had been configuring SqWebMail with filtering. The problem is Filtering is working when I explicitely call maildrop

maildrop -V 9 < msg

But When I am using SqWebMail, its not filtering my mails. It seems maildrop is not being called from SqWebMail even though all settings are correct.

Can someone tell me what could be the problem?

Thanks

share|improve this question

2 Answers

You need to have maildrop be the LDA (Local Delivery Agent).

That's configured in the postfix/sendmail/exim/etc. config.

All SqWebMail is doing is acting as an interface to configure the filtering.

share|improve this answer

Well, I have maildrop as my LDA. I did all the setting in postfix to make it my LDA. Still it seems to have some problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.