
john.drago at data393
Apr 14, 2005, 8:44 AM
Post #2 of 2
(1180 views)
Permalink
|
Double-check that you can connect to your SMTP server via script *period*. Apache::ASP uses Net::SMTP to send email. Take a look at http://www.apache-asp.org/config.html#Mail%20Adminis1a4d2b59 for more details on this. If that doesn't help, try going to /root/.cpan/build/Apache-ASP-xxx and running the tests from the command-line. You may get better errors there that will help debug the issue. -----Original Message----- From: Lee Mehlhorn [mailto:lee [at] mehlhorn] Sent: Wednesday, April 13, 2005 12:12 PM To: asp [at] perl Subject: Install Problem (SMTP Failure) When I attempted to install ASP:Apache on my test server it failed to install because the server_mail test failed to send an email locally during the install Bundle ASP:Apache. Below is the message I received. I'm running qmail and using smtp authenication. Qmail is setup to allow relaying from the localhost (127.0.0.1).. How can I correct this problem so that CPAN will install the Bundle? Can I force it? any help on this is appreciated.. Thank you. t/server_mail............[asp] [10381] [debug] [1113416766.8657;0.0000] [ERROR] can't connect to SMTP server with args - Debug: 0; Timeout: 5; [failure] $Server->Mail() failed in test mode, check that your mail server at 127.0.0.1 can relay email. at T.pm line 33. t/server_mail............FAILED test 1 Failed 1/1 tests, 0.00% okay --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl --------------------------------------------------------------------- To unsubscribe, e-mail: asp-unsubscribe [at] perl For additional commands, e-mail: asp-help [at] perl
|