the file /etc/vpopmail.conf from older versions had this format. MYSQL_UPDATE_SERVER localhost MYSQL_UPDATE_USER vpopmail MYSQL_UPDATE_PASSWD chotescu MYSQL_READ_SERVER localhost MYSQL_READ_USER vpopmail MYSQL_READ_PASSWD chotescu and the new (and the documentation of vpopmail says this is the correct format) has this: #Read-only DB localhost|0|vpopmail|chotescu|vpopmail #Write DB localhost|0|vpopmail|chotescu|vpopmail but when i upgraded vpopmail and get this configuration file i have problems, if i use the first configuration, courier-imapd (that only use authvckpw module) works but none of command line apps from vpopmail (vuseradd, vdomainadd, etc...) works and smtp auth either works, if i use the new file, the command line apps works but courier-imapd doesnt and the smtp-auth never works. anyone know how i can fix this? it's very problematic. Thanks.
sounds like your courier-imapd is linked against the old version. recompiling it right after vpopmail should solve your troubles.
no response from user.