Zitat von Michael Gawrychowski <[email protected]>:

Hi, I tried to set up horde to use an external smtp server instead of the
local one. I changed the following line in the conf.php file:

$conf['mailer']['params']['host'] = 'ironport06.strongport.com';

and also servers.php:


$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'localhost',
    'hordeauth' => 'full',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'ironport06.strongport.com',
    'smtphost' => 'ironport06.strongport.com',
    'smtpport' => 25,
    'realm' => 'ironport06.strongport.com',
    'preferred' => '',
    'dotfiles' => false,
    'hierarchies' => array()
);




Now, when I click on "Send Message" its loading and loading and nothing
happens. How can I troubleshoot this?

A similar issue popped up for someone on IRC recently. Can you please try to remove the 'smpt...' configuration items, and instead configure the SMTP server in Horde's configuration?

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to