• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

how to set up horde imp to use external MTA for sending mails

S

shemso

Guest
Hi,
How can I set up Horde IMP to use external MTA server instead of localhost?


/etc/psa-horde/horde/conf.php:
Code:
$conf['mailer']['params']['host'] = 'MTAserver.com'; //localhost was here
$conf['mailer']['params']['auth'] = '0';
$conf['mailer']['type'] = 'smtp';

I'm using Centos 3.6 and Plesk 7.5.4
 
Back
Top