Skip to Content.
Sympa Menu

en - Re: [en@sympa] Using sympa with a recent version of OpenSMTPD

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Jens Grassel" <address@concealed>
  • To: "sympa-users" <address@concealed>
  • Subject: Re: [en@sympa] Using sympa with a recent version of OpenSMTPD
  • Date: Thu, 02 Nov 2023 08:06:19 +0100

Hi,

it seems I have come a bit further with the following configuration of
opensmtpd:

```
table sympa db:/usr/local/etc/sympa/sympa_domain_aliases.db
table lists db:/etc/mail/sympa_aliases.db
table sympa_domains { "mail.example.org" }
action "SYMPA-DOMAIN" maildir alias <sympa>
action "SYMPA-LIST" maildir virtual <lists>
match from any for rcpt-to <sympa> action "SYMPA-DOMAIN"
match from any for rcpt-to <lists> action "SYMPA-LIST"
match from any for domain <sympa_domains> reject
```

I noticed that the sympa_domain_aliases file contains pipes which are
not allowed in virtual tables, so I changed the action to alias.

Now I do no longer get the "524 mailing list expansion errors" but a
test mail to "address@concealed" is never delivered and the mail
log keeps repeating the following line:

```
smtpd[XXX]: XXX mda delivery evpid=XXX from=<address@concealed>
to=<address@concealed> rcpt=<address@concealed>
user=sympa delay=XXX result=TempFail stat=Error (temporary failure: "")
```

Also mails directed at "address@concealed" which should
arrive at "address@concealed" are denied (550 Invalid recipient).

Any ideas what could be going on here?

Kind regards,

Jens

--
Wegtam GmbH, CTO 2023-11-02 07:56
Homepage : https://www.wegtam.com

Mal: "Any friend of Inara's is a strictly business-like relationship of
mine."
--Episode #13, "Heart of Gold"

Attachment: signature.asc
Description: PGP signature



  • Re: [en@sympa] Using sympa with a recent version of OpenSMTPD, Jens Grassel, 11/02/2023

Archive powered by MHonArc 2.6.19+.

Top of Page