The original IPv6 patches I submitted earlier didn't build on Linux
systems. Attached are updated IPv6 patches which have been tested
successfully in inetd mode on CentOS 5. However, in daemon mode under
CentOS, sometimes the spawned process will segfault. I'm still trying to
determine whether this is due to a problem with the patch itself or the
way I've built the RPM. Both daemon mode and inetd mode under FreeBSD
seems to work reliably though so I suspect this problem is something
peculiar to Linux which I've overlooked. In any case, I'm putting these
updated patches out in the hope of getting additional data back from
anyone running perdition in daemon mode on Linux systems.
Antonio Querubin
whois: AQ7-ARIN
Hello list,
as an editor at the german linux magazine I am looking for an author who would
like to write about 5-6 pages on perdition and IMAP Clustering (a
workshop-style article or a special detail of perdition are possible)
If you are interested, please send me an email to:
<mfeilner(a)linuxnewmedia.de>
Mit freundlichen Gruessen - Best Regards,
Markus Feilner
--
Linux New Media AG, Sueskindstr. 4, 81929 Muenchen, Germany
Phone: +49 89 9934 1122, Fax: +49 89 9934 1199
mfeilner(a)linuxnewmedia.de - http://www.linuxnewmedia.de
Linux New Media - The Pulse of Linux
Lawrence - Malaga - Manchester -
Muenchen - Sao Paulo - Timisoara - Warszawa
---------------------------------------------------
Sitz der Gesellschaft: Sueskindstrasse 4, 81929 Muenchen
Amtsgericht Muenchen: HRB 129161
Vorstand: Rosemarie Schuster, Hermann Plank
Aufsichtsratsvorsitzender: Rudolf Strobl
Hi,
I'm using perdition 1.17 and having problem with the loggin facility.
When I specify a file where the log should be written, it doesn't write
the connections informations.
I tried by activating the debug and connection_loggin functions but
nothing changes.
"log_facility /var/log/perdition.log"
I just have this line
"Jun 20 09:49:25 perdition[4203]: version=1.17,
add_domain="",authenticate_in=off, bind_address="",capability="IMAP4
IMAP4REV1",
_c_lient_server_specification=off,config_file="/etc/perdition/perdition.conf",
connection_limit=0, connection_logging=on, connect_relog=300, debug=on,
domain_delimiter="@", explicit_domain="", group="nogroup",
inetd_mode=off, listen_port="993", log_facility="/var/log/perdition",
login_disabled=off, lower_case="",
map_library="/usr/lib/libperditiondb_ldap.so.0",
map_library_opt="ldap://xxxxxxxxxxxxx", no_bind_banner=off,
no_daemon=off, no_lookup=off, nodename="xxxxxxxxxxx", ok_line="You are
so in", outgoing_port="143", outgoing_server="",
pid_file="/var/run/perdition.imaps/perdition.imaps.pid",
protocol="IMAP4S", server_resp_line=off, strip_domain="", timeout=1800,
username="nobody", username_from_database=off, query_key="", quiet=off,
ssl_mode="ssl_listen",
ssl_ca_file="/etc/perdition/ssl/perdition.ca.pem",
ssl_ca_path="/etc/perdition/perdition.ca/",
ssl_ca_accept_self_signed="off",
ssl_cert_file="/etc/perdition/ssl/perdition.crt.pem",
ssl_cert_accept_expired="off", ssl_cert_not_yet_valid="off",
ssl_cert_self_signed="off", ssl_cert_verify_depth=9,
ssl_key_file="/etc/perdition/ssl/perdition.key.pem",
ssl_listen_ciphers="", ssl_outgoing_ciphers="",
ssl_no_cert_verify="off", ssl_no_cn_verify="off", (ssl_mask=0x00000000)
(mask=0x00000000 00000000)
"
plus this when I activate "debug" and "connection_loggin" :
"Jun 20 09:49:25 perdition[4203]: vanessa_socket_daemon_setid: uid=65534
euid=65534 gid=65534 egid=65534"
Then nothing.....
When I keep the default settings ("F mail", so via syslog), everything
works and is written in /var/log/mail.log (I'm under debian 4.0)
Any idea ?
Thanks.
David.
hi
I'm having some problems building debian packages for the cvs version
of vanessa libraries, maybe you can help me.
Running ./autogen.sh immediately after checkout the source code, I get
the following error:
config.status: error: cannot find input file: Makefile.in
Googling, I found something about libtoolize. Then I tried to run
libtoolize before ./autogen.sh. It made the ./autogen.sh to work.
But then, executing "sudo dpkg-buildpackage", I get the following error:
make: ./mkinstalldirs: Command not found.
I've attached the output with and without libtoolize, but some strings
are in Portuguese... sorry... =(
whithout libtoolize: http://pastebin.com/930356
with libtoolize: http://pastebin.com/930358
Thanks in advance,
Gustavo