
6 Mar
2003
6 Mar
'03
11:34 p.m.
JFYI. I added a sendmail backend to the CVS (1.1). Sendmail or SMTP is possible. New config options: [...] $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -t -i -f '; [...] or [...] $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP'; $Self->{'SendmailModule::Host'} = 'mail.example.com'; $Self->{'SendmailModule::AuthUser'} = ''; $Self->{'SendmailModule::AuthPassword'} = ''; [...] So it's easier to install OTRS on win32 platforms. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.
8200
Age (days ago)
8200
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Edenhofer