[Web-cyradm] Cannot send mail to account
GnomeKing
gnomeking at gnomes.org.uk
Sun Apr 18 09:36:04 CEST 2004
On Sunday 18 April 2004 02:25 am, Rasjid Wilcox wrote:
> It would definitely help if you mentioned what version of Debian you are
> running, and if you are running Woody, if you are using any backports.
I believe I am running an ordinary woody install, with no backports
I don't remember what version I downloaded, 3.0 something
I'm relatively new to debian, so I'm not sure what matters...
all my apt sources are stable main or stable/non-US main
I've got the following versions installed according to dselect/dpkg:
webcyradm 0.5.3-1 (manually upgraded to 0.5.4 - might be a problem I guess)
apache 1.3.26-0woody3 (seems to work fine)
php4 4.1.2-6woody3 (seems to work fine)
cyrus-admin, cyrus-common, cyrus-imapd, cyrus-pop3d 1.5.19-9.1
libpam-modules, libpam-runtime, libpam0g 0.72-35
libpam-mysql 0.4.7-1
libdbd-mysql 1.2216-2
libmysqlclient10, mysql-client, mysql-common, mysql-server 3.23.49-8.6 (all
seem to work)
libpam-mysql 0.4.7-1
postfix 1.1.11-0.woody3
> If you are using Sarge or Woody with backports of Cyrus, I have done some
> 'install notes' which I plan to tidy up at some point into a proper howto.
> I am happy to send them to you.
Should I use a backport of Cyrus?
I did go through someone elses debian how-to (might have been yours!) to solve
some of my problems with the original (such as the /var/run/ issue with
debian deleting symlinks)
Incase its relevant, my /etc/pam.d/cyrus file has been attached
Going through the mailing list to try to find the how to I partially followed,
I found one for a debian sarge setup (which says it works on woody with
backports from sarge) - should I try following this how to? or continue
trying to get my current setup working?
Thanks for the help,
Bob
-------------- next part --------------
# PAM configuration file for Cyrus pwcheck
#
# If you want to use Cyrus in a setup where users don't have
# accounts on the local machine, you'll need to make sure
# you use something like pam_permit for account checking.
#
#auth required pam_unix.so nullok
#account required pam_unix.so
auth sufficient pam_mysql.so user=cyrusadmin passwd=*** host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1
auth sufficient pam_unix_auth.so
account required pam_mysql.so user=cyrusadmin passwd=*** host=localhost db=mail table=accountuser usercolumn=username passwdcolumn=password crypt=1
account sufficient pam_unix_acct.so
More information about the Web-cyradm
mailing list