Chapter 8. eMails versenden

Table of Contents
Via Sendmail (Standard)
Via SMTP relay/smarthost (min. OTRS 1.1)

Via Sendmail (Standard)

OTRS ist in der Lage, eMails via Sendmail (z.B. Sendmail, Postfix, Qmail or Exim) zu versenden. Die Standard-Konfiguration sollte gleich ohne Probleme funktionieren.

Es gibt die folgenden Konfigurations-Optionen in "Kernel/Config.pm":

    # SendmailModule
    # (Where is sendmail located and some options.
    # See 'man sendmail' for details.) 
    $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail';
    $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -t -i -f ';