fix bug #124786, listen to ipv6 as well as ipv4

This commit is contained in:
John Dennis 2004-09-30 20:55:24 +00:00
parent ff7a4371ed
commit 2e94ca7b5d
2 changed files with 20 additions and 6 deletions

View File

@ -1,5 +1,5 @@
--- dovecot-0.99.10.6.orig/dovecot-example.conf 2004-06-18 15:25:31.000000000 -0400 --- dovecot-0.99.11/dovecot-example.conf.orig 2004-08-28 08:26:10.000000000 -0400
+++ dovecot-0.99.10.6/dovecot-example.conf 2004-06-25 16:54:22.000000000 -0400 +++ dovecot-0.99.11/dovecot-example.conf 2004-09-30 16:43:55.000000000 -0400
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
# any of the lines. Exception to this are paths, they're just examples # any of the lines. Exception to this are paths, they're just examples
# with real defaults being based on configure options. The paths listed here # with real defaults being based on configure options. The paths listed here
@ -9,6 +9,17 @@
# Base directory where to store runtime data. # Base directory where to store runtime data.
#base_dir = /var/run/dovecot/ #base_dir = /var/run/dovecot/
@@ -18,8 +18,8 @@
# "[::]" listens in all IPv6 interfaces, but may also listen in all IPv4
# interfaces depending on the operating system. You can specify ports with
# "host:port".
-#imap_listen = *
-#pop3_listen = *
+imap_listen = [::]
+pop3_listen = [::]
# IP or host address where to listen in for SSL connections. Defaults
# to above non-SSL equilevants if not specified.
@@ -33,8 +33,8 @@ @@ -33,8 +33,8 @@
# dropping root privileges, so keep the key file unreadable by anyone but # dropping root privileges, so keep the key file unreadable by anyone but
# root. Included doc/mkcert.sh can be used to easily generate self-signed # root. Included doc/mkcert.sh can be used to easily generate self-signed
@ -20,7 +31,7 @@
# SSL parameter file. Master process generates this file for login processes. # SSL parameter file. Master process generates this file for login processes.
# It contains Diffie Hellman and RSA parameters. # It contains Diffie Hellman and RSA parameters.
@@ -68,7 +68,7 @@ @@ -70,7 +70,7 @@
# which login needs to be able to connect to. The sockets are created when # which login needs to be able to connect to. The sockets are created when
# running as root, so you don't have to worry about permissions. Note that # running as root, so you don't have to worry about permissions. Note that
# everything in this directory is deleted when Dovecot is started. # everything in this directory is deleted when Dovecot is started.
@ -29,7 +40,7 @@
# chroot login process to the login_dir. Only reason not to do this is if you # chroot login process to the login_dir. Only reason not to do this is if you
# wish to run the whole Dovecot without roots. # wish to run the whole Dovecot without roots.
@@ -300,7 +300,7 @@ @@ -305,7 +305,7 @@
# with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl # with is important to avoid deadlocks if other MTAs/MUAs are using both fcntl
# and flock. Some operating systems don't allow using both of them # and flock. Some operating systems don't allow using both of them
# simultaneously, eg. BSDs. If dotlock is used, it's always created first. # simultaneously, eg. BSDs. If dotlock is used, it's always created first.
@ -38,7 +49,7 @@
# Should we create dotlock file even when we want only a read-lock? Setting # Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously # this to yes hurts the performance when the mailbox is accessed simultaneously
@@ -403,7 +403,8 @@ @@ -431,7 +431,8 @@
# vpopmail: vpopmail authentication # vpopmail: vpopmail authentication
# ldap <config path>: LDAP, see doc/dovecot-ldap.conf # ldap <config path>: LDAP, see doc/dovecot-ldap.conf
# pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf # pgsql <config path>: a PostgreSQL database, see doc/dovecot-pgsql.conf

View File

@ -1,7 +1,7 @@
Summary: Dovecot Secure imap server Summary: Dovecot Secure imap server
Name: dovecot Name: dovecot
Version: 0.99.11 Version: 0.99.11
Release: 1.FC3.2 Release: 1.FC3.3
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Sep 30 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.3
- fix bug #124786, listen to ipv6 as well as ipv4
* Wed Sep 8 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.1 * Wed Sep 8 2004 John Dennis <jdennis@redhat.com> 0.99.11-1.FC3.1
- bring up to latest upstream, - bring up to latest upstream,
comments from Timo Sirainen <tss at iki.fi> on release v0.99.11 2004-09-04 comments from Timo Sirainen <tss at iki.fi> on release v0.99.11 2004-09-04