On 06/23/2014 01:27 AM, D'Arcy J.M. Cain wrote:
> On Mon, 23 Jun 2014 05:50:54 +0000
> Viktor Dukhovni <postfix-us...@dukhovni.org> wrote:
>
>> On Mon, Jun 23, 2014 at 12:04:57AM -0500, Edgar Pettijohn wrote:
>>> - smtpd_recipient_restrictions = permit_mynetworks
>>> permit_sasl_authenticated reject_unauth_destination
>>> + smtpd_recipient_restrictions = permit_mynetworks,
>>> permit_sasl_authenticated, reject_unauth_destination
>> These differ only in the use of commas, which are equivalent to
>> whitespace in this context, i.e. they may aid readability but are
>> entirely optional. This change makes NO difference. You changed
>> something else that really solved the problem.
> The OP didn't really give enough context but he also changed
> the order of the two lines.
>
I was aware that there should be no diff between "," and " ", but I had
tried everything I could think of. I didn't write down the error
Thunderbird was giving me, but it made me believe it was either sasl
related or a smtpd_recipient_restriction related error. When I get a
chance tonight I'll see if changing it back reproduces the error. I use
LinuxMint for my laptop and I recall Thunderbird was updated recently.
I was originally running Postfix 2-11 on Freebsd 10. I completely
reinstalled everything and opted to fallback to postfix 2-9 just to see
if that would change anything, but it didn't.