Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33342 - Virtual Mailhost Howto: Error in PAM configuration file
Summary: Virtual Mailhost Howto: Error in PAM configuration file
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Virtual-mail HOWTO (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/virt-mai...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-12 15:32 UTC by Steffen Weber
Modified: 2003-11-13 07:05 UTC (History)
1 user (show)

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 Steffen Weber 2003-11-12 15:32:51 UTC
I've sent an email to the authors a few days ago, but have not gotten a
response, so I'll try it this way:

In Code Listing 10.1 there is a line
auth     optional       pam_mysql.so server=localhost db=mailsql user=mailsql
but it should be
auth     optional       pam_mysql.so host=localhost db=mailsql user=mailsql

Of course, this error does only come up if your mysql server is a different 
machine than your mail server.

Reproducible: Always
Steps to Reproduce:
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-13 07:05:18 UTC
Indeed. This has now been fixed. Thanks for reporting!