Dear all,
I had encounter a problem with sending mail out using SMTP (both
for reply and email ticket) to an external account, (but it work fine to an email address within my organization)
they do not get email at all
My Mail server is Exchange 2003
OTRS: 1.3.2
OS SuSE Linux 9.3
The error is
Traceback: |
ERROR: OTRS-CGI-10
Perl: 5.8.6 OS: linux Time: Wed Aug 3 16:38:09 2005 |
So I thought it was something to do with # SendmailModule in
/opt/otrs/Kernel config.pm file which previously I set as
$Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
$Self->{'SendmailModule::Host'} = 'mail.example.com';
$Self->{'SendmailModule::Port'} = '25';
$Self->{'SendmailModule::AuthUser'} = '';
$Self->{'SendmailModule::AuthPassword'} = '';
Then I modify it to
$Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
$Self->{'SendmailModule::Host'} = 'mail.example.com';
$Self->{'SendmailModule::Port'} = '25';
$Self->{'SendmailModule::AuthUser'} = 'techsupport';
$Self->{'SendmailModule::AuthPassword'} = 'acaroot';
Then the error had change to be as below instead
Traceback: |
ERROR: OTRS-CGI-10
Perl: 5.8.6 OS: linux Time: Wed Aug 3 16:18:20 2005 |
So could anyone advice me where else could be wrong and How
could I fix it?
Moreover how to Enable
debug?
With Best Rgds
Nuttapong