LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Unable to send email through Bugzilla software (https://www.linuxquestions.org/questions/linux-software-2/unable-to-send-email-through-bugzilla-software-4175637368/)

jb47 08-29-2018 06:02 AM

Unable to send email through Bugzilla software
 
When configuring Email on Bugzilla am getting the following error
Quote:

"Can't locate object method "quit" via package "Net::SMTP::SSL" at Bugzilla/Config/Common.pm line 370."
All the required Perl Nodules and Net::SMTP::SSL are installed and up-to date.

perl 5, version 16, subversion 3 (v5.16.3)
Net::SMTP::SSL is up to date (1.04)

Any idea to resolve this?

scasey 08-30-2018 03:41 PM

Have you reviewed the troublshooting steps at the bugzilla documentation?
https://bugzilla.readthedocs.io/en/5...install-config

Habitual 09-04-2018 10:16 AM

postfix, exim, or other MTA installed?
how does this host process mail outside of Bugzilla?

jb47 09-10-2018 03:08 AM

Quote:

Originally Posted by Habitual (Post 5899774)
postfix, exim, or other MTA installed?
how does this host process mail outside of Bugzilla?

I have defined MTA mail server details on /etc/mail.rc and have tested with few mail services like mailx and mail. Am able to send email through these services.

But when I configure the same on Bugzialla and click on save button it give the error
Quote:

"Can't locate object method "quit" via package "Net::SMTP::SSL" at Bugzilla/Config/Common.pm line 370."
I have reinstalled the Net::SMTP::SSL and also verified my configuration with but nothing help me here.

scasey 09-10-2018 11:15 AM

Quote:

If all those things don't help, activate the smtp_debug parameter and check your webserver logs.
What happened when you did that?

Habitual 09-10-2018 11:19 AM

Quote:

Originally Posted by jb47 (Post 5901740)
I have defined MTA mail server details on /etc/mail.rc and have tested with few mail services like mailx and mail. Am able to send email through these services.

Those aren't "services" those are client programs/utilities.

/etc/mail.rc <--- sendmail or postfix?

2.2.3. checksetup.pl

"Next, rerun checksetup.pl. It reconfirms that all the modules are present, and notices the altered localconfig file, which it assumes you have edited to your satisfaction. It compiles the UI templates, connects to the database using the 'bugs' user you created and the password you defined, and creates the 'bugs' database and the tables therein."
says https://www.bugzilla.org/docs/2.20/h...iguration.html

How did you re-install those modules?
"Rerun the CPAN commands (or manual compile) using the full path to Perl from the top of checksetup.pl. This will make sure you are installing the modules in the right place." says this.

Your "goto" resource should should be https://www.bugzilla.org/docs/2.20/html/index.html
Bugzilla version?
OS version?
perl version?

You haven't provided much for us to go on.
Is this a new install of Bugzilla or an upgrade? Perhaps a clean start (do over) is necessary?

Nothing help me here either :(

"rerun checksetup.pl" is the only action I could find for you.
It likely won't "fix" it, but it may provide clues.


All times are GMT -5. The time now is 10:50 AM.