Search found 24 matches
- Sun Mar 03, 2013 3:28 pm
- Forum: Mail Server
- Topic: roundcube: sends mail from user@domain instead apache@domain
- Replies: 3
- Views: 7974
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 = *
- Sat Mar 02, 2013 4:39 am
- Forum: Mail Server
- Topic: roundcube: sends mail from user@domain instead apache@domain
- Replies: 3
- Views: 7974
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!
- Sat Mar 02, 2013 4:14 am
- Forum: Mail Server
- Topic: Blacklist
- Replies: 2
- Views: 9288
Re: Blacklist
thanks skid !
- Mon Feb 25, 2013 8:48 pm
- Forum: Mail Server
- Topic: Blacklist
- Replies: 2
- Views: 9288
Blacklist
Hi, in / etc / exim / exim.conf, I have a question about this: acl_smtp_connect = acl_check_spammers .............. .............. acl_check_spammers: drop message = Your host in blacklist on this server. log_message = Host in blacklist hosts = +spammers deny message = rejected because $sender_host_...
- Sat Jan 26, 2013 12:39 am
- Forum: Modification & Patches
- Topic: if add a database server or postgresql database
- Replies: 2
- Views: 10633
if add a database server or postgresql database
Vesta support add remote database server, but in the panel if I use the "open phpMyAdmin" or "open phpPgAdmin" button, always redirect to localhost server. To fix this, add $data[$key]['HOST'] value to $httpd var in php code (embedded in the html list_db.html), which gets the correct host database: ...
- Fri Jan 18, 2013 1:59 pm
- Forum: DNS Server
- Topic: [request] slave server
- Replies: 4
- Views: 10409
Re: [request] slave zone
You mean slave zone on the separate dns server for redundancy? If so then yes such functionality will be released. yes, something like this (in /etc/named.conf): zone "myweb.com" { type master; file "/home/name_user/conf/dns/myweb.com.db"; allow-transfer { ip-server; }; notify yes; } then i can wor...
- Thu Jan 17, 2013 5:05 pm
- Forum: DNS Server
- Topic: [request] slave server
- Replies: 4
- Views: 10409
[request] slave server
it possible adding the option in the dns script for add slave server?
regards
regards
- Tue Jan 15, 2013 1:51 am
- Forum: Web Server
- Topic: Apache processes not running as user?
- Replies: 14
- Views: 34004
Re: Apache processes not running as user?
I found it! You was right about SetHandler, for some reason it overrides AddHandler directives for virtualhost. This bug appeared when remi repo switched to php-5.4. Here is the fix: # Update control panel to version 0.9.7-15 yum update vesta # Download new templates cd /usr/local/vesta/data/templa...
- Fri Jan 11, 2013 4:34 am
- Forum: Web Server
- Topic: Apache processes not running as user?
- Replies: 14
- Views: 34004
Re: Apache processes not running as user?
yes.skid wrote:That's weird... so you can reproduce this bug on fresh system?
- Thu Jan 10, 2013 1:45 pm
- Forum: Web Server
- Topic: Apache processes not running as user?
- Replies: 14
- Views: 34004
Re: Apache processes not running as user?
I try to created a domain with admin user, but is return for all domain Error: domain test2.2o.cl exist (for example), is rare because a use a clean machine and new vesta install for this. So a created a test user and packages, and now is work: [root@vesta ~]# v-list-user-package testpackage PACKAGE...