Exim + qmail + clamav

Exim + qmail work perfectly on FreeBSD + Plesk 8.3 but exim send extra data to qmail (example machine name) I dont need machine name its maybe make problem with spf talk to other servers.
 
Fixed!

accept authenticated = *
control = submission

to change

accept authenticated = *
control = submission/domain=

Thanks for original document maker "yurtesen"
 
Back
Top