Hi,
Some of my clients complained me that some emails their emails were lost. I found those mails were stored in
"/home/e-smith/files/users/Maildir/.qmail-junkmail/new"
and it was configured thru
"/etc/e-smith/templates-user/.qmail-junkmail/10deliver_to_junkmail"
| [ -d ./Maildir/.junkmail/ ] || /var/qmail/bin/maildirmake ./Maildir/.junkmail/
./Maildir/.junkmail/
that instructs any junkmail to be forwarded to user's .qmail-junkmail folder, rather than going to
"/home/e-smith/files/user/user1/Maildir/cur"
All I want is to redirect all those mails in .junkmail folder into the user's default folder. I've already tried
"signal-event user-modify" by removing "10deliver_to_junkmail" file. Only the thing I get is error messages. Can anyone help me on it?
Regards,
Akhil