0

I have installed and setup Bugzilla3 for my domain. Everything is working properly except for the email functionality.

The server uses Postfix, and that works for my PHP application, and command line.

In Bugzilla, I have tried setting the mail_delivery_method to 'test', and nothing shows up in data/mailer.testfile, it is completely blank...

I have no idea where to go from here, any ideas on what to try next?

donutdan4114
  • 103
  • 1
  • 3

5 Answers5

1

Check you have given a valid email address in "mailfrom" parameter.

I also have this similar issue, after I gave a valid email address it worked fine.

Additional Information:

I have installed postfix in my system and selected "Sendmail" in mail_delivery_method.

Athiruban
  • 176
  • 1
  • 8
0

When you change bugs, does Bugzilla tell you that it is sending mail? By default, if you change a bug, mail is not sent to you, only to other people - and if you are the only user of your Bugzilla, that would be no-one :-)

To force a mail to be generated, ask for a password reset and then check the mailer.testfile.

Which version of Bugzilla are you using?

Gerv

Gervase Markham
  • 386
  • 1
  • 4
  • Version 3.something. I have it set to send mail, and when I edit/change bugs it tells me its sending an email to my address. Even on testing though it doesn't show anything in the test file... I will test the password reset and get back to you. – donutdan4114 Nov 01 '11 at 00:30
  • donutdan: any news? – Gervase Markham Dec 14 '11 at 10:16
  • have not been able to get it to work yet... Not too worried about it however, we are surviving without the email functionality. – donutdan4114 Dec 19 '11 at 14:10
0

I know this must have been resolved by now, but I had a similar issue where I couldn't find the mailer.testfile and had just assumed it wasn't being created.

It turns out I was looking in the wrong directory.

The correct (default) location for this file is:

/var/lib/bugzilla/data

Originally I was looking in a data directory I created under:

/usr/share/bugzilla
TaRDy
  • 111
  • 5
0

Faced same issue, bugzilla was showing that it sent the email but nothing was received

fixed by setting: use_mailer_queue to "off"

0

Had a similar issue that was related to the mailer_queue option after a reboot. Note the description that states it requires a daemon to be started.

We started this daemon and set a startup task and resolved the issue

Dan B
  • 1