On 1/31/2012 1:15 AM, Sam Varshavchik wrote: > Paul Ronald writes: > >> Hello, >> >> i have a server with courier-imap SSL and one cert in pem format, all >> works fine and the client connect to 993 port over SSL. >> >> Now a need to install another cert in PEM format, i have done a alias >> of eth0, and now have eth0 and eth0:1. Aafter this, i have installed >> both certificates like: >> >> TLS_CERTFILE=/etc/xxxx.pem.192.168.1.100, /etc/xxxxx.pem.192.168.1.101 >> >> But when i try start the server imap /etc/init.d/courier-imap start, >> this give me a "Permission denied" >> >> >> I do not known what is the problem. > > Remove the extra space, over there. > > The configuration file is really a shell script, in disguise; and an > attempt to execute the non-executable file in /etc will not have much > chance of a success. > > Hmm, in the Debian pre-packaged version 4.8.0-3 (3 means the 3rd attempt to package version 4.8.0), just specifying /etc/xxxx.pem while actually having /etc/xxxx.pem.192.168.1.101 on disk does the trick, but maybe that is a Debian extension?
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
