Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 3a34fa1fe138e14cf39a17fa626e3285 > files > 1

maildrop-mysql-1.7.0-24.x86_64.rpm

# The attributes are:
#
# mail - The full email address of the user (ie user@yourdomain.com)
#        This is the primary attribute searched upon by maildrop.
#
# maildir - The location (full path including name) of the users
#           mail directory (Maildir)
#
# homedirectory - The location (full path including name) of the 
#                 users home directory.  This may be the same as the
#                 users maildir.
#
# uidnumber - The uid of the user that owns the mail files for 
#             this user.  This may be a specific uid per user, 
#             or a single uid for every user (full 'virtual' user 
#             configuration), or a combination.
#
# gidnumber - The gid of the user that owns the mail files for 
#             this user.  This may be a specific gid per user, 
#             or a single gid for every user (full 'virtual' user 
#             configuration), or a combination.
#
# quota     - *OPTIONAL* The quota for this user.  If blank, or
#             non-existent defaults to no quota.
# mailstatus - account status 
#
# A sample LDAP entry is given at the end of this file.
#
# --- Actual configuration begins here -----------------------------

# hostname - host name of your mysql server
hostname	mysql.server.yourdomain.com
port		3306
socket		/var/lib/mysql/mysql.sock
database	sendmail
dbuser		maildrop
dbpw		maildroppw
dbtable		maildrop

#not used now
#timeout		5

# default_uid - default uid (number only) to use incase uidnumber attribute not
# found in users mysql entry
default_uidnumber	450

# default_gid - default gid (number only) to use incase gidnumber attribute not
# found in users mysql entry
default_gidnumber	450

# default_quota - default quota to use incase quota attribute not
# found in users mysql entry
default_quota	10485760S,10000C

# MySQL Field definitions
#
# This section allows you to specify the actual attributes you
# use in your Mysql record
# 
# The example attribute mapping shown below is also the default
# mapping used by maildrop in the case that any are missing

# UID_FIELD - MySQL attribute which contains the users name (w or w/o domain)
uid_field		uid

# UIDNUMBER_FIELD - MySQL attribute which contains the system uid to deliver
# mail as
uidnumber_field		uidnumber

# GIDNUMBER_FIELD - MySQL attribute which contains the system gid to deliver
# mail as
gidnumber_field		gidnumber

# MAILDIR_FIELD - MySQL attribute which contains the path to the users
# custom maildir
maildir_field		maildir

# HOMEDIRECTORY_FIELD - MySQL attribute which contains the path to the users
# home directory
homedirectory_field	homedir

# QUOTA_FIELD - MySQL attribute which contains the users quota
quota_field		quota

# MYSQL_DEFAULT_STATUS_FIELD - MySQL attribute which could be created in the
# MySQL entry to set whether or not the user is allowed to receive email on
# this box..
#		-- looks unused for now; but must be valid column ! (2001-11-03)
mailstatus_field	vmailstatus

# MYSQL_DEFAULT_WHERE_CLAUSE - This is optional !
# It can be set to any fixed string starting with keyword 'AND'.
# It will then be appended to the WHERE clause of our query.
where_clause		""