sending emails without a local Mail Server

Hey, I solved the problem. Even though Mercury only allows relaying if you have the right credentials, it works if I leave user and pass blank. If I put in the right data, i get the error: smtp authentication failed. Gosh, these computers just drive me mad.
To enable debugging output, set $Self->{Debug} to something higher than 1. You may enable debugging ouput in your Config.pm or just restrict it to a single module by editing the sources directly. Take care when doing so.
Use this command to find all possible locations to set the Debug value: egrep -nr '\$Self->{Debug} = .;' /opt/otrs You will find a comment explaining the different debug values possible, but you may safely use value 9 to always spit out the maximum info available.
I enabled Debug in my Config.pm file, but it still get the same output. Strange. Have a nice day, Andi Bublitz

On Friday, February 27, 2004 11:45 AM
Andreas Bublitz
I solved the problem. Even though Mercury only allows relaying if you have the right credentials, it works if I leave user and pass blank. If I put in the right data, i get the error: smtp authentication failed. Gosh, these computers just drive me mad.
Reread the section in Mercury's manual about possible combinations and steps of authentication levels. Yes, it's somewhat irritating, but in the end straight forward. Erm... ok, in the *very* end. ;)
To enable debugging output, set $Self->{Debug} to something higher than 1.
I enabled Debug in my Config.pm file, but it still get the same output. Strange.
So it might the module has no extended output to serve, or you might try enabling $Self->{Debug} = 9; in the source code of the module itself AND in Config.pm. hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Andreas Bublitz
-
Robert Kehl