[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] recompiling qpopper with --enable-log-login to get POP before SMTP auth to work



Hi,

I am trying to get POP before SMTP to work on my RaQ4. It doesn't work so
far because the RaQ's version of qpopper does not log successful POP3 logins
to /var/log/maillog - therefore poprelay has nothing to grab IPs from.

I have recompiled qpopper 3.1.2 with the following options:

./configure \
    --enable-log-login \     # the important one
    --with-popuid=admin \
    --with-pam=qpop \
    --enable-servermode \
    --prefix=/usr \
    --enable-shy \
    --with-log-facility=LOG_MAIL

The deamon runs fine, but doesn't log a single thing to /var/log/maillog!

Any ideas what I'm doing wrong? Do I need any further compile options?

Cheers,

Tim

-- 
tim@xxxxxxxxxxxxxxxxxx
http://www.joshuainternet.com/