Sameer N I wrote:


>> With permissions like this?
>>
>> rw-r-----  1 qmaild  qmail  /var/qmail/control/cert.pem
>>  
>>
> Yes, the permissions are correct. Excatly as you indicated above. (my
> smtp is already running on ssl)

okay, I asked only for sure ;)



> There I found that it is not able to find control/qmail-pop3d.cdb
> and thats why it was dropping connections. So I just copied the file
> from /service/pop3d/tcp.cdb to control/qmail-pop3d.cdb and voila. It
> worked. So I uncommented pbsadd line and now its working
> without problem.

Hm, I'm not sure if this file should not be created by make setup?

My qmail-pop3d.rules looks like this:


# POP3 Server rules.
# Normaly you allow from everyware and the only useful env vars are
# NOPBS, LOGLEVEL and POP3_LOGLEVEL.
#
# disable pop-befor-smtp on the loopback
127.0.0.1:allow,NOPBS=""
# default allow
:allow,NOPBS=""


(Its nearly the same (only addes NOPBS="" after the global :allow) as
qmail-pop3d.rules which you can find also in the qmail-ldap source
directory.

As you can see, its possible to disable PBS in a "nicer" way.



Oskar

Reply via email to