[tpop3d-discuss] [tpop3d] invallid tpop3d.conf ??

Dan Clark dan at scarfies.net
Tue, 2 Sep 2003 09:55:49 +1200


Hi Guys,
        Any ideas what this error means?

Sep  2 09:48:07 mercury tpop3d[12272]: substitute_query_params: Syntax error
or unknown variable near `$(password)'),         '

For some reason it doesn't want to accept the password variable?

tpop3d.conf is posted below...

listen-address: 172.16.2.10
max-children: 20
auth-mysql-enable: yes
auth-mysql-mail-group: mail
auth-mysql-hostname: xxx
auth-mysql-database: mail
auth-mysql-username: xxx
auth-mysql-password: xxx
auth-mysql-pass-query: \
        SELECT CONCAT('/var/mail/', '$(domain)',\
        '/', '$(local_part)'),\
        CONCAT('{MD5}', '$(password)'), \
        'mailnull', 'mbox' \
        FROM users\
        WHERE username = '$(local_part)'\
        AND domainname = '$(domain)'


Kind Regards
Dan Clark