Hi,
I seem to be having a couple of issues with email and plesk 11.
Firstly when trying to connect to SMTP on port 25 I get "5.7.1 relay access denied". I've checked all of the threads about this and nothing has fixed the issues. SMTP works fine on port 587.
Secondly when I actually...
Have also tried the following but I just get the default apache test page
DocumentRoot /var/www/vhosts/example.com/httpdocs
SetEnv PP_CUSTOM_PHP_INI /var/www/vhosts/example.com/etc/php.ini
<Directory /var/www/vhosts/example.com/httpdocs>
<IfModule mod_perl.c>
<Files ~...
Hi,
I've got several sites that all run from the same document root but require separate mail accounts.
I've read that the best way to do this is to set up another site (or webspace) for the domain and then change the DocumentRoot in the vhost.conf file.
I've been trying to do this but...