I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
that while bugzilla can send password reminder mails it doesn't send any
other mails. Changing a bug or adding a new one does not result in a
mail to the default assignee.
On Sun, 25 Nov 2007 16:07:54 +0100
Jules Colding <colding@omesc.com> wrote:
> Hi,
>
> I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
> that while bugzilla can send password reminder mails it doesn't send
> any other mails. Changing a bug or adding a new one does not result
> in a mail to the default assignee.
>
> Any ideas?
>
> Thanks,
> jules
does the box accept/send email? If so, does it work? If not, does
bugzilla somehow know about the relay your ISP provides?
--
gentoo-user@gentoo.org mailing list
11-27-2007, 07:17 AM
Jules Colding
Bugzilla-2.22.3 not sending any mails...
On Mon, 2007-11-26 at 12:54 -0600, Dan Farrell wrote:
> On Sun, 25 Nov 2007 16:07:54 +0100
> Jules Colding <colding@omesc.com> wrote:
>
> > Hi,
> >
> > I've emerged bugzilla-2.22.3(*) on a hardened box(**). The problem is
> > that while bugzilla can send password reminder mails it doesn't send
> > any other mails. Changing a bug or adding a new one does not result
> > in a mail to the default assignee.
> >
> > Any ideas?
> >
> > Thanks,
> > jules
>
> does the box accept/send email? If so, does it work? If not, does
> bugzilla somehow know about the relay your ISP provides?
Actually the problem was in my end. I added some helper test at the
start of 'newchangedmail'. This made the MTA not see the 'To:' SMTP
header.
Moving that text further down the notification mail fixed the problem.