Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 88137

Summary: Wrong location of authdaemonrc
Product: Gentoo Linux Reporter: Faustin Roman <faustinroman>
Component: [OLD] ServerAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: vapier
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.gentoo.org/doc/en/qmail-howto.xml
Whiteboard:
Package list:
Runtime testing required: ---

Description Faustin Roman 2005-04-06 02:18:47 UTC
Wrong location of authdaemonrc in Ch.4 Courier POP/IMAP
Subsequentlly invalid command

It should read /etc/courier/authlib/authdaemonrc

Code Listing 4.2: Out-of-the-box setup for POP3/SSL

# cd /etc/courier-imap
# nano authdaemonrc
(Set the authmodulelist variable to only contain "authvchkpw")
# nano pop3d.cnf 
(Edit the [ req_dn ] section)
# mkpop3dcert
# rc-update add courier-pop3d-ssl default
# /etc/init.d/courier-pop3d-ssl start

SOLUTION:

Instead "# nano authdaemonrc" do

#nano /etc/courier/authlib/authdaemonrc

Reproducible: Always
Steps to Reproduce:
1.cd /etc/courier-imap
2.nano authdaemonrc
3.

Actual Results:  
nothing

Expected Results:  
show authdaemonrc file

quanta courier-imap # emerge info
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r2 i686)
=================================================================
System uname: 2.6.11-gentoo-r2 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Feb 28 2005, 14:10:20)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.9.5, 1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/alias /var/qmail/control
/var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.roedu.net/pub/mirrors/gentoo.org
http://ftp.lug.ro/gentoo http://gentoo.osuosl.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X aac acpi acpi4linux alsa apache2 authdaemond avi bash-completion
berkdb bitmap-fonts bzip2 bzlib c++ cdparanoia cdr codecs crypt css cups dga
divx4linux dpms dv dvd dvdr dvdread edl emboss emoticon encode esd ethereal exif
extensions f2c faad fam fbcon fftw flac flash flood font-server foomaticdb
fortran ftp gdbm geoip gif gmail gpm gs gstreamer gtk gtk2 high-ints httpd
imagemagick imap imlib irc java javascript jikes jpeg jpeg2k kde kdeenablefinal
kdexdeltas lesstif libcaca libclamav libg++ libwww lm_sensors logitech-mouse lzo
lzw-tiff mad maildir matroska mbox mikmod milter ming mmx mmx2 mng monkey motif
mozilla moznocompose moznoirc moznomail mozsvg mp3 mpeg mpeg4 mpi mplayer msn
mysql nas ncurses netcdf network nfsv4 nls nocardbus nojoystick nomac nomotif
nosendmail nptl nptlonly ntlm nvidia oav ogg oggvorbis opengl operanom2 pam
pdflib perl plotutils png posix ppds python qt quicktime readline real rtc samba
sasl scanner sdl silc slang sockets spamassassin spell sse sse2 ssl stream svga
sysvipc tcltk tcpd threads tiff truetype truetype-fonts type1-fonts unicode usb
userlocales utf8 v4l2 vidix vorbis xanim xfs xml2 xmms xpm xv xvid yahoo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Faustin Roman 2005-04-06 02:28:00 UTC
ALSO

Ch. 6. Horde / IMP Webmail Client

When doing 
# emerge horde-imp

!!! ERROR: dev-php/mod_php-4.3.10-r1 failed.
!!! Function php-sapi_src_compile, Line 544, Exitcode 2

I'm still trying to figure it out if it's my config wrong without submitting another bug.
Comment 2 Faustin Roman 2005-04-06 03:09:54 UTC
mod_php-4.3.10-r1 failed to compile against cracklib-2.8.2
I have downgraded to cracklib-2.7-r11 and that solved the problem.

Comment 3 SpanKY gentoo-dev 2005-04-06 05:29:44 UTC

*** This bug has been marked as a duplicate of 82725 ***