dotwaffle
05-25-2007, 12:11 PM
Hey chaps,
Just moved my cpanel install from a server I managed to a reseller account with Site5.com - cpanel's costs were far too high.
Trouble is, I couldn't get email working for one of the domains. Turns out it was to do with the vfilter.
My /etc/vfilter/domain.com looks like:
# Exim filter
if $header_subject: contains "[Acx100-users]"
then
save /home/walster/mail/.Lists.ACX100/
elif $header_subject: contains "[Asm oldskool]"
then
save /home/walster/mail/.Lists.ASMOldskool/
...
...
...
elif $header_to: contains "info@walster.org"
then
seen finish
else save /home/walster/mail/
endif
### [End]
E-mail worked again when I removed the vfilter file and created an empty file - but my 20 odd email lists are rapidly clogging up my inbox.
Rather than setting up 5 machines with IMAP filters which probably won't work, any ideas how to ge this working again?
I seem to remember one of the admins I worked with a few years ago setting up something in Exim to do this, but I don't see him anymore, and I don't have root access.
Thoughts?
Just moved my cpanel install from a server I managed to a reseller account with Site5.com - cpanel's costs were far too high.
Trouble is, I couldn't get email working for one of the domains. Turns out it was to do with the vfilter.
My /etc/vfilter/domain.com looks like:
# Exim filter
if $header_subject: contains "[Acx100-users]"
then
save /home/walster/mail/.Lists.ACX100/
elif $header_subject: contains "[Asm oldskool]"
then
save /home/walster/mail/.Lists.ASMOldskool/
...
...
...
elif $header_to: contains "info@walster.org"
then
seen finish
else save /home/walster/mail/
endif
### [End]
E-mail worked again when I removed the vfilter file and created an empty file - but my 20 odd email lists are rapidly clogging up my inbox.
Rather than setting up 5 machines with IMAP filters which probably won't work, any ideas how to ge this working again?
I seem to remember one of the admins I worked with a few years ago setting up something in Exim to do this, but I don't see him anymore, and I don't have root access.
Thoughts?
