diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-15 07:45:56 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-15 07:45:56 +0800 |
commit | 2a2591b25bd07007b7cd28ea8750d2aab8d02425 (patch) | |
tree | d7bf9016b5c0d8a2577b528154f150d175f842eb /mail/imap-uw/pkg-descr | |
parent | 94eededd363b809e8b5ef4921a568d62a02e3c95 (diff) | |
download | freebsd-ports-gnome-2a2591b25bd07007b7cd28ea8750d2aab8d02425.tar.gz freebsd-ports-gnome-2a2591b25bd07007b7cd28ea8750d2aab8d02425.tar.zst freebsd-ports-gnome-2a2591b25bd07007b7cd28ea8750d2aab8d02425.zip |
Update using proper patch from PR 16545.
Diffstat (limited to 'mail/imap-uw/pkg-descr')
-rw-r--r-- | mail/imap-uw/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw/pkg-descr b/mail/imap-uw/pkg-descr index 6f0b9e72e9e9..136328fcccce 100644 --- a/mail/imap-uw/pkg-descr +++ b/mail/imap-uw/pkg-descr @@ -12,8 +12,8 @@ pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd -If you compiled in PAM authentication support then you also have to add the -following lines to your /etc/pam.conf: +If PAM authentication support has been compiled in you may need to add the +following lines to /etc/pam.conf: imap auth required pam_unix.so try_first_pass imap account required pam_unix.so try_first_pass |