[imp] HORDE/IMP RELENG 2003-01-28: smtp unable to send data

Pelayo González pelayog at cmsi2002.com
Thu Feb 6 20:51:46 PST 2003


HORDE/IMP/TURBA/KRONOLITH RELENG 2003-01-28 donwloaded horde ftp site. Every
thing is working fine except that users are unable to send mails when horde/imp
are configured to send mail through smtp. No problem if configured to use sendmail.



Logged messages:

sendmail[1499]: h16J8hF01499: from=<user at domain.com>, size=0, class=0, nrcpts=1,
\ proto=ESMTP, daemon=MTA, relay=localhost.localdomain [127.0.0.1]

HORDE[1409]: [imp] unable to send data [on line 885 of \
"/var/www/horde-RELENG-2003-01-28/imp-RELENG/compose.php"]

If running sendmail -X:

01498 >>> 220 server2.domain.com ESMTP Sendmail ... etc
01498 <<< EHLO localhost
01498 >>> 250-server2.domain.com Hello localhost.localdomain [127.0.0.1]
01498 >>> 250-ENHANCEDSTATUSCODES
01498 >>> 250-8BITMIME
01498 >>> 250-SIZE
01498 >>> 250-DSN
01498 >>> 250-ONEX
01498 >>> 250-ETRN
01498 >>> 250-XUSR
01498 >>> 250 HELP
01498 <<< MAIL FROM:<pctecnico at server2.gijon.g4si.com>
01499 >>> 250 2.1.0 <pctecnico at server2.gijon.g4si.com>... Sender ok
01499 <<< RCPT TO:<pelayog at zeus.gijon.g4si.com>
01499 >>> 250 2.1.5 <pelayog at zeus.gijon.g4si.com>... Recipient ok
01499 <<< QUIT
01499 >>> 221 2.0.0 server2.gijon.g4si.com closing connection

So it seems that imp connects to smtp port but sends no DATA.

Relevant configuration items:

horde/config/horde.php

$conf['mailer']['type'] = 'smtp';
$conf['mailer']['params'] = array('host' => 'localhost');

imp/config/servers.php

$servers['courier'] = array(
    'name' => 'Courier IMAP Server',
    'server' => 'localhost',
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => 'INBOX.',
    'maildomain' => 'server2.gijon.g4si.com',
    'realm' => '',
    'preferred' => ''
);

Packages:

RedHat 7.3 latest updates
php-4.1.2
pear-1.0.1 from ftp.horde.org.
sendmail-8.11.6
apache-1.3.27

horde/test.php shows everything OK.

Any idea?

Thanks

Pelayo



More information about the imp mailing list