if  [  "$IMAP_SSL"  ==  "y"  ];  then
  depends  openssl
fi  &&

if  [  "$IMAP_PAM"  ==  "y"  ];  then
  depends  linux-pam
fi  &&

optional_depends  stunnel                        \
                  ""                             \
                  ""                             \
                  "for imaps and pop3s support"
