tmda-ofmipd is running as a daemon on port 8025 listening on 0.0.0.0 (all
IPs) and works in Outlook
Here is what I have tested in horde.php
TEST 1
$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => '-p ged.rackshack.net:8025');
There was an error sending your message: unable to connect to smtp server -p
ged.rackshack.net:8025:25
TEST 2
$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => 'ged.rackshack.net', 'port' =>
'8025');
There was an error sending your message: unable to set sender to
[EMAIL PROTECTED]
TEST 3
$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => 'ged.rackshack.net', 'port' =>
'8025', 'auth' => true);
The Compose window hangs and must restart httpd before webmail works again
None of these methods work - can anyone venture a guess why?
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users