I encountered the same error with a current citadel-server today:
Setting up citadel-server (7.36-2) ...                                          
                                                                             
applying your settings.                                                         
                                                                             
Stopping Citadel Groupware : citserver.                                         
                                                                             
Starting Citadel Groupware : citserver.                                         
                                                                             
postmaster,room_aide                                                            
                                                                             
mailer-daemon,postmaster                                                        
                                                                             
Ignoring Alias postmaster as its alreday there                                  
                                                                             
abuse,room_aide                                                                 
                                                                             
Ignoring Alias abuse as its alreday there                                       
                                                                             
citmail: can't connect: No such file or directory                               
                                                                             
dpkg: error processing citadel-server (--configure):                            
                                                                             
 subprocess post-installation script returned error exit status 3

I think the cause is a wrong test in postinst:

            while test ! -S /var/run/citadel/lmtp.socket -a "$i" -lt "10"; do
                sleep 1
                i=$(($i + 1))
            done
            if test ! -S /var/run/citadel/lmtp.socket ; then

I think the second test should not be negated.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to