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...



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to