/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Administration/Linux/daemons/mail/qmail-pop/apop.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1. POP3 now supported APOP, look on alq.sourceforge.net for information
 
2
   about DarkSoft patch.
 
3
   APOP passowrd must be specified with in popPassword LDAP attribute with
 
4
   {APOP} prefix, i.e. {APOP}EncryptedPassword.
 
5
   Encrypted password can be gathered with 'apoppwd'.
 
6
   Also /tmp/tmpkey.h - must be saved for reinstallation pruposes
 
7
 
 
8
2. If after changing qmail_pop3d authorization on auth_pop, then trying to 
 
9
   get mails, you see next messages: "Error in loading shared libraries:
 
10
   failed to map segment from shared object", You can solve this issue
 
11
   by deleting 'softlimit' line from /var/qmail/supervise/qmail-pop3d
 
12
 
 
13
3. Problems with old style (not APOP) qmail_pop LDAP authentication:
 
14
        login requires password to be specified:  {CRYPT}password_hash
 
15
        qmail_pop requires {CRYPT} to be omitted: password_hash
 
16
 
 
17
4. There are in old style (rph, not csa) RPM problems with terminating
 
18
   pop server. It must be killed by hands with killall -9 tcpserver, 
 
19
   otherwise old server will continue work.