[otrs] SMTP Change and Debug
Keith Turner
keith.d.turner at gmail.com
Tue Aug 1 11:24:37 CEST 2006
I had OTRS working well, but we moved to an exchange server for our
main email system, which had some security features that precluded
OTRS sending through it (don't ask, internal process not technical
limitation).
I have tried to move to a different mail server that we can use, and
admin notifications emails work, but new ticket and ticket update
alerts are blocked.
This is the error log message:
[Mon Jul 31 15:25:48
2006][Error][Kernel::System::Email::SMTP::Send][97] Can't send to:
xxxx at xxx.com! Enable debug for more info!
After searching the archive I added this line to make debug true in SMTP.pm
# debug
$Self->{Debug} = $Param{Debug} || 0;
if ($Self->{Debug} > 2) {
# shown on STDERR
$Self->{SMTPDebug} = 1;
}
# added by Keith
$Self->{SMTPDebug} = 1;
and restarted otrs.
I don't see anything any different in the error log, it still asks me
to enable debugging. Did I err? Is there somewhere else I should look
for the SMTP error log - pardon my novice status on this.
It's very frustrating in that we can send through the new SMTP server
using the admin notification, so those email settings are OK.
Any suggestions as to where to look next appreciated.
Keith
More information about the otrs
mailing list