"J.D. Bronson" wrote:
> 
> Is there a way to get the following:
> 
> I want to allow pwcheck for pop3, but restrict plaintext passwords for imapd.
> 
> Possible?

If I understand what you are trying to do, yse two different config
files for the services.  For instance, the services lines in
/etc/cyrus.conf might look like:

  imap      cmd="imapd" listen="imap"
  pop3      cmd="pop3d -C /etc/pop3d.conf" listen="pop3"


/etc/imapd.conf and /etc/pop3d.conf should be identical, except

/etc/imapd.conf would have:

allowplaintext: no

and /etc/pop3d.conf would have:

allowplaintext: yes


-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to