To filter mail to Maildir accounts IMAP subfolders (!) you need to
add this to exim conf under central_filter:
It say already:
file_transport = address_file
Put this below:
directory_transport = address_file
This is because you are not writing to a file here, you're writing to a folder
and need the "name" of the new file to be something.
You can use the cpanel filter interface as usally.
Under "destination" write your path to the e-mail accounts "new" folder och
the e-mailaccounts subfolders "new" folder.
For example:
Destination: /home/domain44/mail/domain44.com/support_email/.urgent/new/
support_email = [email protected]
.urgent = IMAP folder
The "/" in the end is important.
I just tested this after a client wanted to have the server/exim to do the filtering
and it works perfectly on this cpanel/exim server with maildir.
add this to exim conf under central_filter:
It say already:
file_transport = address_file
Put this below:
directory_transport = address_file
This is because you are not writing to a file here, you're writing to a folder
and need the "name" of the new file to be something.
You can use the cpanel filter interface as usally.
Under "destination" write your path to the e-mail accounts "new" folder och
the e-mailaccounts subfolders "new" folder.
For example:
Destination: /home/domain44/mail/domain44.com/support_email/.urgent/new/
support_email = [email protected]
.urgent = IMAP folder
The "/" in the end is important.
I just tested this after a client wanted to have the server/exim to do the filtering
and it works perfectly on this cpanel/exim server with maildir.