roundcube: sends mail from user@domain instead apache@domain
roundcube: sends mail from user@domain instead apache@domain
This a problem with roundcube and exim.
exim not permitting to apache spoofing the from address has user.
Fix adding in /etc/exim/exim.conf:
And reload exim.
Now roundcube send mail has from user@domain. (this prevents the mail arrives as spam).
regards!
exim not permitting to apache spoofing the from address has user.
Fix adding in /etc/exim/exim.conf:
Code: Select all
trusted_users = apache
Now roundcube send mail has from user@domain. (this prevents the mail arrives as spam).
regards!
Re: roundcube: sends mail from user@domain instead apache@do
If you want to make all system users trusted then add following:
This option is set in the current exim configuration for vesta control panel.
Code: Select all
untrusted_set_sender = *
Re: roundcube: sends mail from user@domain instead apache@do
Ok, I updated vesta, but exim.conf is the same (without untrusted_set_sender = *).skid wrote:If you want to make all system users trusted then add following:This option is set in the current exim configuration for vesta control panel.Code: Select all
untrusted_set_sender = *
Re: roundcube: sends mail from user@domain instead apache@do
Unfortunately you have to download it manually.
For now update manager can update only content of the /usr/loca/vesta directory. Very soon we will come with solution that can update exim/httpd/named/mysql configuration files as well.
Code: Select all
wget http://c.vestacp.com/0.9.7/exim.conf -O /etc/exim/exim.conf
service exim restart