Displaying 1 result from an estimated 1 matches for "userrealm".
2006 Oct 13
2
child 29480 (auth) returned error 89, FC5, Postfix, MySql, mbox....arghhhh
...================================
# Our mysql table actually is: (defined to support postfix password db)
# CREATE TABLE users (
# id int(11) unsigned NOT NULL auto_increment, #table index
# username varchar(255) NOT NULL default '0', #user
part in user at userrealm
# userrealm varchar(255) NOT NULL default 'firstdomain.com',
#domain part in user at userrealm
# userpassword varchar(255) NOT NULL default
'94go283xc', #email password
# auth tinyint(1) default
'1', #Relay authority 1 = yes
#...