Hello,

You asked:
> How do I fix this?!?!?!?!?!?!?

I don't know !
Maybe the file or the directory is set to invalid access rights.
The POP-Daemon (qpopper) needs write access to this file.
But the output says as well, that the password was rejected.
Check your accounting configuration too.
Do you using PAM ?

Consult the log-files (maybe located at /var/log) for more information
(auth.log; syslog and your qpopper log file, if you have one)

Also you should turn the debug-mode of QPopper on!

Randall Gellens wrote:
> Try enabling debug tracing and see if you get a more specific error.
>
> To enable tracing in Qpopper:
>
> 1.  Do a 'make clean'
> 2.  Re-run ./configure, adding '--enable-debugging'.
> 3.  Edit the inetd.conf line for Qpopper, adding '-d' or '-t tracefile'.
> 4.  Send inetd a HUP signal.
>
> This causes detailed tracing to be written to the syslog (if you used
> '-d') or to the file specified as 'tracefile'.

Step 3 and 4 are only necessary if you start QPopper via inetd.
If you use QPopper in standalone mode you can simply put the line
        set debug = true
in your configuration file or you must pass the corresponding command-line
option to the daemon.


- oliver

Reply via email to