Hi, I've installed my Debian Wheezy x86 server with this tutorial. Everything works execpt some mail issues. When I receive a mail I see in my subject: ***UNCHECKED*** here is the subject Mails doesn't have to be checked. I just want to remove the ***UNCHECKED*** tag from the subject. I also want to forward the mails I receive in my mailbox [email protected] to my gmail address. I've set "Send copy to" to my gmail address but the mails I receive on my [email protected] mailbox are not send to my gmail address. Any idea how I fix these little problems? Thanks.
This tag is not inserted by ispconfig filter rules. ispconfig inserts a modified subject onyl for spam messages and not unchecked messages.
Hello, I was looking for a while and came about this solution on the web (sorry, I cannot post the link) vi /usr/sbin/amavisd-new change $undecipherable_subject_tag = '***UNCHECKED***'; to $undecipherable_subject_tag = ''; amavisd-new restart worked for me
I think it's a bad solution, because in this way you change the software. Someone else suggest to use an undocumented config option: https://git.ispconfig.org/ispconfig/ispconfig3/issues/1496
Hello, I do agree that it is a bad solution, but I didn't find any other one. Thank you for the link. I will try it.