> 
> On Oct 1, 2020, at 2:18 PM, Ranjan Maitra <mai...@email.com> wrote:
> 
> Thanks, very much. So when I hit "Send" on sylpheed, it goes on a tailspin, 
> and says: Connecting to SMTP server: localhost
> 
> Looking at the /var/log/maillog as you suggested, I get:
> 
> Oct  1 14:08:00 localhost postfix/smtpd[4142479]: fatal: in parameter 
> smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least 
> one working instance of: reject_unauth_destination, defer_unauth_destination, 
> reject, defer, defer_if_permit or check_relay_domains

As someone else already replied, the problem is with the 
smtp_relay_restrictions or smtp_recipient_restrictions.

> And here is what happens when I send mail from the commandline:
> 
> Oct  1 14:11:42 localhost postfix/pickup[3995696]: 44C4416239C: uid=1000 
> from=<usernam>

But when you use the command line, the mail enters Postfix via the pickup 
service. That’s completely different from smtpd (that’s the SMTP daemon). 
Command line works because having the mail enter via pickup does not use the 
bad smtpd_…_restrictions parameters.

-- 
Larry Stone
lston...@stonejongleux.com


Reply via email to