Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89468 - Code listing 4.2 has a mistaken directory name
Summary: Code listing 4.2 has a mistaken directory name
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Virtual-mail HOWTO (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL: http://www.gentoo.org/doc/en/qmail-ho...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-17 15:31 UTC by Umut Demirhan
Modified: 2005-04-23 22:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Umut Demirhan 2005-04-17 15:31:10 UTC
Should be changed like this:

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

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


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



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

# cd /etc/courier/authlib
# nano authdaemonrc
(Set the authmodulelist variable to only contain "authvchkpw")
# cd /etc/courier-imap
# nano pop3d.cnf 
(Edit the [ req_dn ] section)
# mkpop3dcert
# rc-update add courier-pop3d-ssl default
# /etc/init.d/courier-pop3d-ssl start
Comment 1 SpanKY gentoo-dev 2005-04-23 22:57:58 UTC
i had this fixed locally, just never got around to it

done now