Right, so... Me and Kiril has been massaging this issue a bit now. First of all, gmail, its not so much that all gmail gets bounced, its just that we send so much mail to gmail, that it starts blocking.

So we need to tackle this issue in different parts

#1 Fix so that gmail will accept us in the future
#2 Unblock users, reset their bounce

#1 Is a bit tricky, we need to test this a bit, but we found the following:
https://support.google.com/mail/answer/81126

Thus, one of the first things we need to do is try and add a SPF-record, Kiril as mentioned in a previous mail has sent a request for this to RH Ops.

After this, we can look into making a DKIM entry aswell, and try and doing some additional tweaks according to that document.

#2 Re-enabling users
Well, it isnt as easy as it sounds. But after some while digging around, trying python-scripts and modifying it a bit etc. I found the following:

If you want to list all disabled users due to bounce within the mailing list 'users' do the following:
[root@linode01 bin]# ./list_members --nomail=bybounce users

If you want to reset all users bounce-score in the list 'users' do the following:
[root@linode01 bin]# ./withlist -r reset_bounce users --verbose
Importing reset_bounce...
Running reset_bounce.reset_bounce()...
Loading list users (unlocked)
List Users: Reset 112 bouncing members.
Finalizing

--
/Alexander Rydekull


On Wed, Aug 14, 2013 at 10:56 AM, Kiril Nesenko <kiril@redhat.com> wrote:
We opened a ticket to Red Hat folks to create TXT and SPF records - this might help
Google to understand that linode01 is an authorized sender for ovirt.org.

Also Alexander managed to re enable all blocked users (they were blocked due to the bounce counter)
Thanks for the effort Alexander.

- Kiril

----- Original Message -----
> From: "Kiril Nesenko" <kiril@redhat.com>
> To: "Alexander Rydekull" <rydekull@gmail.com>
> Cc: "infra" <infra@ovirt.org>
> Sent: Wednesday, August 14, 2013 9:44:40 AM
> Subject: Re: Infra Weekly :: Minutes :: 2013-08-12
>
>
>
> ----- Original Message -----
> > From: "Alexander Rydekull" <rydekull@gmail.com>
> > To: "Itamar Heim" <iheim@redhat.com>
> > Cc: "Kiril Nesenko" <kiril@redhat.com>, "infra" <infra@ovirt.org>
> > Sent: Wednesday, August 14, 2013 9:24:25 AM
> > Subject: Re: Infra Weekly :: Minutes :: 2013-08-12
> >
> >
> >
> > Hmm. Can look into that later today. Just woke up. But as soon im by a
> > computer ill take a glimpse at it.
>
> Thanks Alexander,
>
> I would like to assist in this task to learn more about our infra.
>
> - Kiril
>
> > On Aug 14, 2013 7:48 AM, "Itamar Heim" < iheim@redhat.com > wrote:
> >
> >
> > On 08/14/2013 08:48 AM, Itamar Heim wrote:
> >
> >
> > On 08/12/2013 06:11 PM, Kiril Nesenko wrote:
> >
> >
> > Minutes:
> > http://ovirt.org/meetings/ ovirt/2013/ovirt.2013-08-12- 14.01.html
> > Minutes (text):
> > http://ovirt.org/meetings/ ovirt/2013/ovirt.2013-08-12- 14.01.txt
> > Log:
> > http://ovirt.org/meetings/ ovirt/2013/ovirt.2013-08-12- 14.01.log.html
> >
> > ============================
> > #ovirt: infra weekly meeting
> > ============================
> >
> >
> > Meeting summary
> > ---------------
> > * Hosting and Issues (knesenko, 14:03:12)
> >
> > * Foreman and Puppet (knesenko, 14:14:31)
> > * ACTION: dcaro and ewoud please work to implement r10k for puppet
> > (knesenko, 14:40:17)
> >
> > * Jenkins (knesenko, 14:42:07)
> > * ACTION: knesenko install f18 + 2 centos 6.4 on rackspace2
> > (knesenko, 14:55:18)
> >
> > * Other Issues (knesenko, 14:55:46)
> > * ACTION: dcaro try to push spam solution -
> > https://fedorahosted.org/ ovirt/ticket/12 (knesenko, 15:03:12)
> >
> > Meeting ended at 15:07:00 UTC.
> >
> >
> >
> >
> > Action Items
> > ------------
> > * dcaro and ewoud please work to implement r10k for puppet
> > * knesenko install f18 + 2 centos 6.4 on rackspace2
> > * dcaro try to push spam solution -
> > https://fedorahosted.org/ ovirt/ticket/12
> >
> >
> >
> >
> > Action Items, by person
> > -----------------------
> > * dcaro
> > * dcaro and ewoud please work to implement r10k for puppet
> > * dcaro try to push spam solution -
> > https://fedorahosted.org/ ovirt/ticket/12
> > * ewoud
> > * dcaro and ewoud please work to implement r10k for puppet
> > * knesenko
> > * knesenko install f18 + 2 centos 6.4 on rackspace2
> > * **UNASSIGNED**
> > * (none)
> >
> >
> >
> >
> > People Present (lines said)
> > ---------------------------
> > * knesenko (89)
> > * dcaro (41)
> > * eedri (30)
> > * ewoud (28)
> > * Rydekull (17)
> > * obasan (4)
> > * ovirtbot (4)
> >
> > - Kiril
> > ______________________________ _________________
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/ mailman/listinfo/infra
> >
> >
> > we need to urgently find out why gmail is bouncing all our traffic and
> > fix it.
> >
> > oh, and re-enable all the disabled accounts due to multiple bouncing in all
> > the mailing lists...
> >
> > ______________________________ _________________
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/ mailman/listinfo/infra
> >
> > _______________________________________________
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> _______________________________________________
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>



--
/Alexander Rydekull