Skip to Content.
Sympa Menu

en - RE: [sympa-users] Sympa Log Eror Message

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Steve Shipway <address@concealed>
  • To: Graham Pearson <address@concealed>, "address@concealed" <address@concealed>
  • Subject: RE: [sympa-users] Sympa Log Eror Message
  • Date: Tue, 4 Mar 2014 23:20:10 +0000

It sounds as if /home/sympa/bin/queue is not executable by the sendmail process, probably because of restrictive permissions on the path (maybe /home/sympa is permission 700 ?)

 

Try this:

 

# chmod a+rx /home/sympa /home/sympa/bin /home/sympa/bin/queue

# chown sympa /home/sympa/bin/queue

# chmod u+s /home/sympa/bin/queue

 

You may well also need to change permissions on other directories, though the setuid sympa on the queue program will hopefully fix most of this.

 

Steve

 

Steve Shipway

address@concealed

 

From: address@concealed [mailto:address@concealed] On Behalf Of Graham Pearson
Sent: Wednesday, 5 March 2014 9:06 a.m.
To: address@concealed
Subject: [sympa-users] Sympa Log Eror Message

 

Hello:

In version 6.1.17 under a fresh install of centos, I am having an issue with the following error message in the log files


   ----- The following addresses had permanent fatal errors -----
"| /home/sympa/bin/queue address@concealed"
    (reason: Service unavailable)
    (expanded from: <address@concealed>)
 
   ----- Transcript of session follows -----
smrsh: "queue" not available for sendmail programs (stat failed)
554 5.0.0 Service unavailable
 
 
At this time, I am unable to find a solution. Does anyone have a place where I can look. 

 

--

Attachment: smime.p7s
Description: S/MIME cryptographic signature




Archive powered by MHonArc 2.6.19+.

Top of Page