Skip site navigation (1)Skip section navigation (2)
Date:      28 Jul 2023 12:42:02 -0700
From:      "John R. Levine" <johnl@iecc.com>
To:        "Tom Browder" <tom.browder@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sympa mailing list manager
Message-ID:  <e1821d8c-76c6-602c-2551-c39824ec13a8@iecc.com>
In-Reply-To: <CAFMGiz-dRtjP9ywQ6uDTquje7xbCOu56yBFofHYKA8fqMTDTKw@mail.gmail.com>
References:  <CAFMGiz98EZ6P6c%2BuLu5T7ddBSHH4MF8BcZxv2YaELb34qSvycA@mail.gmail.com> <20230728174128.949E0FF28B45@dhcp-832f.meeting.ietf.org> <CAFMGiz-dRtjP9ywQ6uDTquje7xbCOu56yBFofHYKA8fqMTDTKw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 1. Does that installation use FreeBSD's OpenSMPTD by default?

I use my own heavily hacked version of qmail, but sympa sends the mail 
using the normal sendmail command.  So long as you can get your MTA to 
route the mail to sympa's queue program I don't think the MTA matters.

> 2. Do you use Apache or Nginx for a web server?  From ports or from source?

I use the apache 2.4 package.  It uses the fast CGI module:

<Location /sympa>
     SetHandler "proxy:unix:/usr/home/sympa/run/wwsympa.socket|fcgi://localhost/"
     Require all granted
</Location>

Regards,
John Levine, johnl@taugh.com, Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e1821d8c-76c6-602c-2551-c39824ec13a8>