We get notified accounts getting blocked in Bugzilla fairly often and the
two biggest causes are systems deciding bugmail is spam, and delivery
problems.

For the first, if you can configure a 'confirmed senders' list for your
email host/service, add "bugzilla-dae...@mozilla.org" to it. That's the
address bugmail comes from.

For the second, if you aren't using gmail, make sure you have all your MX
hosts listed/or backup mailhosts.

If you, for example:

% dig emmas.bugs MX +short

You should get back a few hosts:

10 mx1.plotka.fnord.co
20 mx2.plotka.fnord.co
30 mx3.plotka.fnord.co
40 mx4.plotka.fnord.co
50 mx5.plotka.fnord.co

If you're running your own mail server, make sure you have backup mail
services for your bugmail domain.

% dig emmas.bugs MX +short

10 linux.emma.at.home
20 vms.emma.at.home
30 mx1.mailpeople.se
40 mx2.mailpeople.se

I hope that helps!

-- Emma

-- Emma
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to