Skip to Content.
Sympa Menu

en - [sympa-users] Config flag not used by queue/bouncequeue?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Adam Bernstein <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Config flag not used by queue/bouncequeue?
  • Date: Fri, 19 Dec 2014 12:43:28 -0800

We've moved the location of Sympa's config files from /etc/ to /usr/local/etc/, in keeping with FreeBSD standards, and we're attempting to use the --with-confdir flag to tell Sympa, like so:

$ ./configure --with-confdir=/usr/local/etc

and although that does correctly change the location in sympa/bin/Sympa/Constants.pm, it appears not to have any effect on the queue or bouncequeue daemons. They still look only in /etc, and fail when they don't find it there. Am I doing something wrong, or is this a bug? Running 6.1.22.

In bouncequeue.c and queue.c I see only this block:

#ifndef CONFIG
# define CONFIG "/etc/sympa.conf"
#endif

and I can't quite tell if something else is supposed to be setting CONFIG and thus keeping it out of that condition.

Thanks!
adam

--
Electric Embers Cooperative
Handcrafted hosting, powering the fires of change
electricembers.coop
(800) 843-6197



Archive powered by MHonArc 2.6.19+.

Top of Page