8 messages in net.sourceforge.lists.courier-users[courier-users] Re: configuration fil...
FromSent OnAttachments
Alexander GrethaOct 24, 2002 10:34 am 
Sam VarshavchikOct 24, 2002 2:58 pm 
Brian CandlerOct 25, 2002 3:53 am 
Sam VarshavchikOct 25, 2002 5:11 am 
Brian CandlerOct 25, 2002 9:20 am 
Sam VarshavchikOct 25, 2002 3:57 pm 
Brian CandlerOct 26, 2002 4:12 pm 
Brian CandlerOct 28, 2002 4:14 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: configuration files on new installActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 25, 2002 5:11:43 am
List:net.sourceforge.lists.courier-users

Brian Candler writes:

bindir=${exec_prefix}/bin

This is fine except it breaks POP3 STLS / IMAP STARTTLS, because pop3d.rc / imapd.rc clears the environment before starting the daemon, which in turn looks for the COURIERTLS environment variable.

I only use the imap/sqwebmail parts of Courier, so I can't speak for esmtpd-ssl.

Unless couriertls is considered a more "experimental" part of Courier than the rest of it, I am not sure why the path to it is put a configuration variable in the first place.

Why not just put

COURIERTLS=@bindir@/couriertls

Oh, I see...

You can't use @bindir@ directly due to the simple fact that it's default value is, literally, ${exec_prefix}/bin

You literally need to initialize these things in the rc script by hand...