search for: webserverip

Displaying 7 results from an estimated 7 matches for "webserverip".

2018 Oct 04
2
vpopmail
...T(pw_name, '@', pw_domain) AS user, pw_passwd AS >> password, pw_dir as userdb_home, 89 as userdb_uid, 89 as userdb_gid >> FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' AND >> !(pw_gid & 8) AND !(pw_gid & 2) AND ('%r'!='<webserverip>' or >> !(pw_gid & 4)) >> >> pw_gid refers to the the binary vpopmail flags for disable POP, >> IMAP, Webmail. >> >> Rick >> > >> When configuring vpopmail for our purposes we use (now) the >> configuration option: >> &...
2018 Oct 04
3
vpopmail
...ssword_query = SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_passwd AS password, pw_dir as userdb_home, 89 as userdb_uid, 89 as userdb_gid FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' AND !(pw_gid & 8) AND !(pw_gid & 2) AND ('%r'!='<webserverip>' or !(pw_gid & 4)) pw_gid refers to the the binary vpopmail flags for disable POP, IMAP, Webmail. Rick When configuring vpopmail for our purposes we use (now) the configuration option: --disable-many-domains Creates a table for each virtual domain instead of storing all use...
2018 Oct 04
0
vpopmail
...#39;@', pw_domain) AS user, pw_passwd AS >>> password, pw_dir as userdb_home, 89 as userdb_uid, 89 as userdb_gid >>> FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' AND >>> !(pw_gid & 8) AND !(pw_gid & 2) AND ('%r'!='<webserverip>' or >>> !(pw_gid & 4)) >>> >>> pw_gid refers to the the binary vpopmail flags for disable POP, >>> IMAP, Webmail. >>> >>> Rick >> >>> When configuring vpopmail for our purposes we use (now) the >>> confi...
2018 Oct 04
2
vpopmail
...ssword_query = SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_passwd AS password, pw_dir as userdb_home, 89 as userdb_uid, 89 as userdb_gid FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' AND !(pw_gid & 8) AND !(pw_gid & 2) AND ('%r'!='<webserverip>' or !(pw_gid & 4)) pw_gid refers to the the binary vpopmail flags for disable POP, IMAP, Webmail. Rick -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20181004/403cf005/attachment.html>
2018 Oct 04
0
vpopmail
...; SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_passwd AS password, > pw_dir as userdb_home, 89 as userdb_uid, 89 as userdb_gid > FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' AND !(pw_gid & > 8) AND !(pw_gid & 2) AND ('%r'!='<webserverip>' or !(pw_gid & 4)) > > pw_gid refers to the the binary vpopmail flags for disable POP, IMAP, > Webmail. > > Rick > Rick, I'm not sure what you're saying. Vpopmail's DB can be configured in two different ways, 1) With domain tables and all users for that...
2018 Oct 03
2
vpopmail
Hello list, I run Dovecot with the vpopmail driver and have found that it authenticates against the clear text password in the vpopmail database. Is there a configuration option either at compile time, link time, or a setting in one of the configuration files that tells the program to authenticate against the hash instead of the clear text? -- Eric Broch White Horse Technical Consulting
2018 Oct 04
0
vpopmail
...; SELECT CONCAT(pw_name, '@', pw_domain) AS user, pw_passwd AS password, > pw_dir as userdb_home, 89 as userdb_uid, 89 as userdb_gid > FROM vpopmail WHERE pw_name = '%n' AND pw_domain = '%d' AND !(pw_gid & > 8) AND !(pw_gid & 2) AND ('%r'!='<webserverip>' or !(pw_gid & 4)) > > pw_gid refers to the the binary vpopmail flags for disable POP, IMAP, > Webmail. > > Rick > When configuring vpopmail for our purposes we use (now) the configuration option: --disable-many-domains Creates a table for each virtual domain...