Page 1 of 1

roundcube: sends mail from user@domain instead apache@domain

Posted: Sat Mar 02, 2013 4:39 am
by Omar
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:

Code: Select all

trusted_users = apache
And reload exim.
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

Posted: Sat Mar 02, 2013 4:51 pm
by skid
If you want to make all system users trusted then add following:

Code: Select all

untrusted_set_sender = *
This option is set in the current exim configuration for vesta control panel.

Re: roundcube: sends mail from user@domain instead apache@do

Posted: Sun Mar 03, 2013 3:28 pm
by Omar
skid wrote:If you want to make all system users trusted then add following:

Code: Select all

untrusted_set_sender = *
This option is set in the current exim configuration for vesta control panel.
Ok, I updated vesta, but exim.conf is the same (without untrusted_set_sender = *).

Re: roundcube: sends mail from user@domain instead apache@do

Posted: Mon Mar 04, 2013 9:42 am
by skid
Unfortunately you have to download it manually.

Code: Select all

wget http://c.vestacp.com/0.9.7/exim.conf -O /etc/exim/exim.conf
service exim restart
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.