Skip to Content.
Sympa Menu

en - Re: [en@sympa] Little problem

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Jean Charles Delépine <address@concealed>
  • To: address@concealed
  • Subject: Re: [en@sympa] Little problem
  • Date: Wed, 04 Feb 2026 19:01:27 +0100

Quoting Ruud Baart <address@concealed>:

In postfix master.cf

sympa   unix    -       n       n       -       -       pipe
  flags=hqRu null_sender= user=sympa argv=/usr/local/sympa/bin/queue ${nexthop}

Change that by :
sympa   unix    -       n       n       -       -       pipe
flags=hqRu null_sender= user=sympa argv=strace -o /var/tmp/queue /usr/local/sympa/bin/queue ${nexthop}

And send a mail.

You should find something like :
[...]
chdir("/var/spool/sympa/queue") = 0
umask(027) = 077
getpid() = 445618
openat(AT_FDCWD, "address@concealed", O_WRONLY|O_CREAT, 0600) = 3
[...]

Maybe that can clarify things.



--
Service systèmes et réseaux - DISI

Université de Picardie Jules Verne
5, rue du moulin neuf - 80000 Amiens




Archive powered by MHonArc 2.6.19+.

Top of Page