There is: / D1 / spam / badsender / new / - directory that you want to connect to mailboxes
/usr/vmail/domain.su/lostmail/usr/vmail/domain.su/admin
the question is how to do it?
Unfortunately, I cannot answer this question myself - just with a comment ... In this case, the question was precisely to attach this folder to your mailbox. It turned out that you do not have to cling /D1/spam/badsender/new/
, but /D1/spam/badsender/
and do it
sudo -su mailuser ln -s /D1/spam/badsender /usr/vmail/domain.su/lostmail/.badsender
Thanks anyway for the answer!
usually in the antispam daemon, you can specify where to throw letters with the label spam
Source: https://ru.stackoverflow.com/questions/340460/
All Articles