]> git.pld-linux.org Git - packages/courier-imap.git/blame - courier-imap-certsdir.patch
- updated to 4.10.0
[packages/courier-imap.git] / courier-imap-certsdir.patch
CommitLineData
4694d3f7 1--- courier-imap-4.3.0.orig/configure.in 2007-11-24 04:20:18.000000000 +0100
2+++ courier-imap-4.3.0/configure.in 2008-01-19 19:53:07.090124292 +0100
3@@ -222,6 +222,11 @@
4
5 # Neither does it use the change password feature
383f8032
AA
6
7+AC_ARG_WITH(certsdir, [ --with-certsdir Directory where certs are created ],
8+certsdir="$withval", certsdir=$datadir)
9+
10+AC_SUBST(certsdir)
11+
12 AC_ARG_WITH(authchangepwdir, [], ,
4694d3f7 13 ac_configure_args="$ac_configure_args --with-authchangepwdir=/var/tmp/dev/null")
383f8032 14
4694d3f7 15--- courier-imap-4.3.0.orig/imap/configure.in 2007-11-24 04:20:18.000000000 +0100
16+++ courier-imap-4.3.0/imap/configure.in 2008-01-19 19:53:07.090124292 +0100
17@@ -52,6 +52,11 @@
383f8032
AA
18 eval "exec_prefix=$exec_prefix"
19 eval "bindir=$bindir"
20
21+AC_ARG_WITH(certsdir, [ --with-certsdir Directory where certs are created ],
22+certsdir="$withval", certsdir=$datadir)
23+
24+AC_SUBST(certsdir)
25+
26 AC_ARG_WITH(mailer,
27 [ --with-mailer=prog Your mail submission program],
28 SENDMAIL="$withval",
79462f56
ER
29--- courier-imap-4.8.0/imap/mkpop3dcert.8.in~ 2010-02-20 06:12:44.000000000 +0200
30+++ courier-imap-4.8.0/imap/mkpop3dcert.8.in 2010-06-04 15:19:49.481836220 +0300
31@@ -29,18 +29,18 @@
32 .SH "DESCRIPTION"
33 .PP
34 POP3 over SSL requires a valid, signed, X\&.509 certificate\&. The default location for the certificate file is
35-@datadir@/pop3d\&.pem\&.
36+@certsdir@/pop3d\&.pem\&.
37 \fBmkpop3dcert\fR
38 generates a self\-signed X\&.509 certificate, mainly for testing\&. For production use the X\&.509 certificate must be signed by a recognized certificate authority, in order for mail clients to accept the certificate\&.
39 .PP
40
41-@datadir@/pop3d\&.pem
42+@certsdir@/pop3d\&.pem
43 must be owned by the @mailuser@ user and have no group or world permissions\&. The
44 \fBmkpop3dcert\fR
45 command will enforce this\&. To prevent an unfortunate accident,
46 \fBmkpop3dcert\fR
47 will not work if
48-\fB@datadir@/pop3d\&.pem\fR
49+\fB@certsdir@/pop3d\&.pem\fR
50 already exists\&.
51 .PP
52
53@@ -50,7 +50,7 @@
54 to be installed\&.
55 .SH "FILES"
56 .PP
57-@datadir@/pop3d\&.pem
58+@certsdir@/pop3d\&.pem
59 .RS 4
60 X\&.509 certificate\&.
61 .RE
This page took 0.033278 seconds and 4 git commands to generate.