On Thu, Apr 28, 2005 at 10:18:48AM -0400, Jeff A. Earickson wrote: ... > BUG: The syntax in the config files as destributed is wrong. The > last line says: > > # set log-login = "(v%0) POP login by user /"%1/" at (%2) %3" > > If you uncomment this line, then qpopper will barf with the following > complaint in syslog: > > Expected comment or end of line; found "%" at line 710 of config file > /opt/maild/qpop-110.config [pop_config.c:1554] > > and the POP connection will fail. > > It looks like file globbing/quote interpretation is getting in the way. > I got rid of this problem by changing the line to: > > set log-login = '(v%0) POP login by user "%1" at (%2) %3' ...
Did you try changing the forward slashes to backslashes? I'm not saying this WILL work, but I find the forward slashes puzzling. -- Joe Yao ----------------------------------------------------------------------- This message is not an official statement of OSIS Center policies.
