[horde] horde 2.2.4 and postfix problem

Michael M Slusarz slusarz at bigworm.colorado.edu
Thu Oct 16 08:28:05 PDT 2003


Quoting Andreas Kotowicz <kotoml at mynetix.de>:

| Hi,
|
| I try to convince horde to use postfix as my MTA. so I've made the
| following settings in horde.php
|
| $conf['mailer']['type'] = 'sendmail';
|
| $conf['mailer']['params'] = array('sendmail_path' =>
| '/opt/postfix/libexec/postfix/smtp');
|
| but whenever I try to send out an email I get in my maillogs this line:
|
| postfix/smtp[30867]: fatal: invalid option: ?
|
| I just don't know what postfix wants to tell. maybe someone on the list
| knows what I can do about this.

You must use the sendmail binary installed by postfix (generally
/usr/sbin/sendmail.postfix or /usr/sbin/sendmail, at least on my system)
for 'sendmail_path'.  Calling the 'smtp' binary directly won't work.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder



More information about the horde mailing list