Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 62ba7edb339ef5cdb29df4eb9cf99ca4 > files > 24

clement-2.1-0.133.4mdv2009.0.i586.rpm

#----------------------------------------------------------------
#	This file explain how to set openwebmail to access user
#	Email while domain received by Clement is declared
#	'keeplocal'.
#----------------------------------------------------------------
#----------------------------------------------------------------

1. Openwebmail configuration add-on

   Your Openwebmail httpd definition must be working,
   then your need to add only one file.


   File to be added within:
	/var/www/cgi-bin/openwebmail/etc/sites.conf

   Name of the file is the virtual domain name:
	virtual.com	(this is a name used as example)

   File must include:
#---------------------------------------------------------------
#authentication process
auth_module                     auth_vdomain.pl
domainnames                     auto
auth_withdomain                 yes
vdomain_vmpop3_pwdpath          /var/spool/clement-2.1/mails
vdomain_vmpop3_pwdname          .passwd
#---------------------------------------------------------------
#access POP3
default_autopop3                yes
enable_pop3                     yes
#---------------------------------------------------------------
#User openwebmail directory
ow_usersdir                     /var/spool/clement-2.1/owmboxes
#virtual.com must be changed to reflect your virtual domain.
mailspooldir                    %ow_usersdir%/virtual.com
use_syshomedir                  no
use_homedirspools               yes
#---------------------------------------------------------------