Hi Team!
After upgrading from v3 to v4 the inline signature links stopped working.
When I click on them, they redirect me to http://efa.domain.com/mailscanner/login ... agetimeout and I got the login screen and the "Login page timed out, Please try again" error.
This is an example, does it seem to be fine? http://efa.domain.com/mailscanner/eFa-l ... jz55BPc&r=
Thx in advance!
inline signature problem
- shawniverson
- Posts: 3760
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: inline signature problem
The link looks incomplete, missing the security token.
Re: inline signature problem
Thank you for your reply!
This was my thought too after checking the v3 links. Any idea how to add the security token manually?
This was my thought too after checking the v3 links. Any idea how to add the security token manually?
- shawniverson
- Posts: 3760
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: inline signature problem
/usr/share/MailScanner/perl/custom/CustomAction.pm should control the addition of the token.
In order for this to work properly, check your /etc/MailScanner/MailScanner.conf:
This should be set to No since it is going to be done with a custom action.
This line should have custom(nonspam) at the end to generate the token.
This configuration is set based on options you choose in eFa-Configure.
In order for this to work properly, check your /etc/MailScanner/MailScanner.conf:
This should be set to No since it is going to be done with a custom action.
Code: Select all
Sign Clean Messages = No
Code: Select all
Non Spam Actions = store deliver header "X-Spam-Status:No" custom(nonspam)