Auto response PLEASE HELP

Im trying to setup auto response but having some issues. When adding the lines bellow to the Config.pm file as per docs, # (Where is sendmail located and some options. # See 'man sendmail' for details. Or use the SMTP backend.) $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -t -i -f '; $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP'; $Self->{'SendmailModule::Host'} = 'mail.redcheckhosting.com'; $Self->{'SendmailModule::Port'} = '25'; $Self->{'SendmailModule::AuthUser'} = 'support+redcheckhosting.com'; $Self->{'SendmailModule::AuthPassword'} = 'RedCheck1728'; I get this error: ERROR: OTRS-CGI-10 Perl: 5.6.1 OS: linux Time: Fri Oct 17 09:01:58 2003 Message: SMTP authentication failed! Enable debug for more info! Traceback (28022): Module: Kernel::System::Email::SMTP::Send (v1.3.2.2) Line: 104 Module: Kernel::System::Email::Send (v1.1.2.1) Line: 52 Module: Kernel::System::Ticket::SendArticle::SendArticle (v1.11) Line: 180 Module: Kernel::Modules::AgentCompose::SendEmail (v1.46) Line: 353 Module: Kernel::Modules::AgentCompose::Run (v1.46) Line: 78 Module: index.pl (v1.58) Line: 608 What could be the problem? ----------------------> Nelson Pereira www.Ott-Motorcycles.ca

On Friday, October 17, 2003 4:09 PM
nelson pereira
$Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -t -i -f '; $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
The above are neither necessary nor useful in your case.
$Self->{'SendmailModule::Host'} = 'mail.redcheckhosting.com'; $Self->{'SendmailModule::Port'} = '25'; $Self->{'SendmailModule::AuthUser'} = 'support+redcheckhosting.com'; $Self->{'SendmailModule::AuthPassword'} = 'RedCheck1728';
Hopefully the above is *not* your real password. If so, change it **NOW** - remember you're posting to a mailing list. I cannot tell you the vaild username to use mail.redcheckhosting.com, but that's the issue. You seem to not know really what credentials to use to authenticate successful with the SMTP server. Check that and retry, as redcheckhosting.com what your credentials are. I could think of simply 'support' being a valid username you could try. But again, ask redcheckhosting.com what the correct credentials are. hth, Robert Kehl

I got an error in the log,
Fri Oct 17 11:41:42 2003 error OTRS-CGI-10 Can't send to:
webmaster@npereira.com! Enable debug for more info!
How do I enable rebug?
---------------------->
Nelson Pereira
www.Ott-Motorcycles.ca
----- Original Message -----
From: "Robert Kehl"
On Friday, October 17, 2003 4:09 PM nelson pereira
wrote: $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -t -i -f '; $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
The above are neither necessary nor useful in your case.
$Self->{'SendmailModule::Host'} = 'mail.redcheckhosting.com'; $Self->{'SendmailModule::Port'} = '25'; $Self->{'SendmailModule::AuthUser'} = 'support+redcheckhosting.com'; $Self->{'SendmailModule::AuthPassword'} = 'RedCheck1728';
Hopefully the above is *not* your real password. If so, change it **NOW** - remember you're posting to a mailing list.
I cannot tell you the vaild username to use mail.redcheckhosting.com, but that's the issue. You seem to not know really what credentials to use to authenticate successful with the SMTP server. Check that and retry, as redcheckhosting.com what your credentials are.
I could think of simply 'support' being a valid username you could try. But again, ask redcheckhosting.com what the correct credentials are.
hth,
Robert Kehl
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

my mistake! I think it's working now, will have to do some more testing. Nelson Pereira www.npereira.com www.ott-motorcycles.ca www.lesailerons.net www.lesharfangsdegatineau.com
-----Original Message----- From: otrs-bounces@otrs.org [mailto:otrs-bounces@otrs.org]On Behalf Of Robert Kehl Sent: Friday, October 17, 2003 12:44 PM To: User questions and discussions about OTRS. Subject: Re: [otrs] Auto response PLEASE HELP
On Friday, October 17, 2003 4:09 PM nelson pereira
wrote: $Self->{'SendmailModule'} = 'Kernel::System::Email::Sendmail'; $Self->{'SendmailModule::CMD'} = '/usr/sbin/sendmail -t -i -f '; $Self->{'SendmailModule'} = 'Kernel::System::Email::SMTP';
The above are neither necessary nor useful in your case.
$Self->{'SendmailModule::Host'} = 'mail.redcheckhosting.com'; $Self->{'SendmailModule::Port'} = '25'; $Self->{'SendmailModule::AuthUser'} = 'support+redcheckhosting.com'; $Self->{'SendmailModule::AuthPassword'} = 'RedCheck1728';
Hopefully the above is *not* your real password. If so, change it **NOW** - remember you're posting to a mailing list.
I cannot tell you the vaild username to use mail.redcheckhosting.com, but that's the issue. You seem to not know really what credentials to use to authenticate successful with the SMTP server. Check that and retry, as redcheckhosting.com what your credentials are.
I could think of simply 'support' being a valid username you could try. But again, ask redcheckhosting.com what the correct credentials are.
hth,
Robert Kehl
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
participants (2)
-
nelson pereira
-
Robert Kehl