* Gerrit emails
@ 2016-10-27 6:36 Joel Stanley
2016-10-28 12:52 ` Patrick Williams
0 siblings, 1 reply; 6+ messages in thread
From: Joel Stanley @ 2016-10-27 6:36 UTC (permalink / raw)
To: Patrick Williams, OpenBMC Maillist
Hi Patrick,
I think you mentioned that Gerrit emails broke a while back. A few
people have asked about it recently, so I was wondering if you could
update us on how that is going?
Do you need help?
Cheers,
Joel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Gerrit emails
2016-10-27 6:36 Gerrit emails Joel Stanley
@ 2016-10-28 12:52 ` Patrick Williams
2016-10-28 16:18 ` Rick Altherr
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Patrick Williams @ 2016-10-28 12:52 UTC (permalink / raw)
To: Joel Stanley; +Cc: OpenBMC Maillist
[-- Attachment #1: Type: text/plain, Size: 844 bytes --]
On Thu, Oct 27, 2016 at 05:06:18PM +1030, Joel Stanley wrote:
> Hi Patrick,
>
> I think you mentioned that Gerrit emails broke a while back. A few
> people have asked about it recently, so I was wondering if you could
> update us on how that is going?
>
> Do you need help?
I haven't had a chance to work on it. Plan to get it fixed next week.
If you know a good / easy to install localhost SMTP agent you can point
me at, that would be great. I need to get that installed and update the
TXT record on openbmc-project.xyz to enable the server to send emails
again.
The mail host I am using for my personal email is what I relayed the
Gerrit emails into and they limit sending to 200 per day, so we end up
getting rate limited pretty quick with how many people have subscribed
to all changes.
--
Patrick Williams
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Gerrit emails
2016-10-28 12:52 ` Patrick Williams
@ 2016-10-28 16:18 ` Rick Altherr
2016-10-30 9:18 ` Joel Stanley
2016-11-04 19:40 ` Patrick Williams
2 siblings, 0 replies; 6+ messages in thread
From: Rick Altherr @ 2016-10-28 16:18 UTC (permalink / raw)
To: Patrick Williams; +Cc: Joel Stanley, OpenBMC Maillist
[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]
I've always been a fan of postfix. A send-only localhost config is
documented in
http://www.postfix.org/STANDARD_CONFIGURATION_README.html#null_client.
On Fri, Oct 28, 2016 at 5:52 AM, Patrick Williams <patrick@stwcx.xyz> wrote:
> On Thu, Oct 27, 2016 at 05:06:18PM +1030, Joel Stanley wrote:
> > Hi Patrick,
> >
> > I think you mentioned that Gerrit emails broke a while back. A few
> > people have asked about it recently, so I was wondering if you could
> > update us on how that is going?
> >
> > Do you need help?
>
> I haven't had a chance to work on it. Plan to get it fixed next week.
>
> If you know a good / easy to install localhost SMTP agent you can point
> me at, that would be great. I need to get that installed and update the
> TXT record on openbmc-project.xyz to enable the server to send emails
> again.
>
> The mail host I am using for my personal email is what I relayed the
> Gerrit emails into and they limit sending to 200 per day, so we end up
> getting rate limited pretty quick with how many people have subscribed
> to all changes.
>
> --
> Patrick Williams
>
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
>
>
[-- Attachment #2: Type: text/html, Size: 2036 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Gerrit emails
2016-10-28 12:52 ` Patrick Williams
2016-10-28 16:18 ` Rick Altherr
@ 2016-10-30 9:18 ` Joel Stanley
2016-10-31 16:27 ` Mine
2016-11-04 19:40 ` Patrick Williams
2 siblings, 1 reply; 6+ messages in thread
From: Joel Stanley @ 2016-10-30 9:18 UTC (permalink / raw)
To: Patrick Williams; +Cc: OpenBMC Maillist
On Fri, Oct 28, 2016 at 11:22 PM, Patrick Williams <patrick@stwcx.xyz> wrote:
> On Thu, Oct 27, 2016 at 05:06:18PM +1030, Joel Stanley wrote:
>> Hi Patrick,
>>
>> I think you mentioned that Gerrit emails broke a while back. A few
>> people have asked about it recently, so I was wondering if you could
>> update us on how that is going?
>>
>> Do you need help?
>
> I haven't had a chance to work on it. Plan to get it fixed next week.
>
> If you know a good / easy to install localhost SMTP agent you can point
> me at, that would be great. I need to get that installed and update the
> TXT record on openbmc-project.xyz to enable the server to send emails
> again.
I use ssmtp on my laptop to send from Gmail. It's in Debian and just
needs a few options in a file in /etc to use.
Cheers,
Joel
>
> The mail host I am using for my personal email is what I relayed the
> Gerrit emails into and they limit sending to 200 per day, so we end up
> getting rate limited pretty quick with how many people have subscribed
> to all changes.
>
> --
> Patrick Williams
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Gerrit emails
2016-10-30 9:18 ` Joel Stanley
@ 2016-10-31 16:27 ` Mine
0 siblings, 0 replies; 6+ messages in thread
From: Mine @ 2016-10-31 16:27 UTC (permalink / raw)
To: Joel Stanley; +Cc: Patrick Williams, OpenBMC Maillist
postfix with send-only config +1, I use it on my RaspberryPi :)
--
BRs,
Lei YU
On Sun, Oct 30, 2016 at 5:18 PM, Joel Stanley <joel@jms.id.au> wrote:
> On Fri, Oct 28, 2016 at 11:22 PM, Patrick Williams <patrick@stwcx.xyz> wrote:
>> On Thu, Oct 27, 2016 at 05:06:18PM +1030, Joel Stanley wrote:
>>> Hi Patrick,
>>>
>>> I think you mentioned that Gerrit emails broke a while back. A few
>>> people have asked about it recently, so I was wondering if you could
>>> update us on how that is going?
>>>
>>> Do you need help?
>>
>> I haven't had a chance to work on it. Plan to get it fixed next week.
>>
>> If you know a good / easy to install localhost SMTP agent you can point
>> me at, that would be great. I need to get that installed and update the
>> TXT record on openbmc-project.xyz to enable the server to send emails
>> again.
>
> I use ssmtp on my laptop to send from Gmail. It's in Debian and just
> needs a few options in a file in /etc to use.
>
> Cheers,
>
> Joel
>
>>
>> The mail host I am using for my personal email is what I relayed the
>> Gerrit emails into and they limit sending to 200 per day, so we end up
>> getting rate limited pretty quick with how many people have subscribed
>> to all changes.
>>
>> --
>> Patrick Williams
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Gerrit emails
2016-10-28 12:52 ` Patrick Williams
2016-10-28 16:18 ` Rick Altherr
2016-10-30 9:18 ` Joel Stanley
@ 2016-11-04 19:40 ` Patrick Williams
2 siblings, 0 replies; 6+ messages in thread
From: Patrick Williams @ 2016-11-04 19:40 UTC (permalink / raw)
To: Joel Stanley; +Cc: OpenBMC Maillist
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
Joel,
Gerrit should be fixed now. Emails from the Gerrit server will come
from 'gerrit@openbmc-project.xyz'. The domain does not actually accept
emails so there is no point in trying to reply.
--
Patrick Williams
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-11-04 19:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 6:36 Gerrit emails Joel Stanley
2016-10-28 12:52 ` Patrick Williams
2016-10-28 16:18 ` Rick Altherr
2016-10-30 9:18 ` Joel Stanley
2016-10-31 16:27 ` Mine
2016-11-04 19:40 ` Patrick Williams
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.