This is qmail-smtpd-auth patch intended to use with cmd5apoppw(*). (*)http://www.gentei.org/~yuuji/software/qmapop-smtp-auth/ This patch can take only CRAM-MD5 method and suppress plain text authentication. The cmd5apoppw utility using imapext's password manipulation schema, where each user's password is saved in ~/.apop. Therefore any user can update their password by themselves. Of cource, administrator can avoid the chance to know many mail passwords. ... Japanese text below ... [[Installation]] 1. Extract netqmail-1.05 source and apply patch (sh collate.sh). 2. Get qmail-smtpd-auth-0.31.tar.gz http://members.elysium.pl/brush/qmail-smtpd-auth/dist/qmail-smtpd-auth-0.31.tar.gz 3. Read instructions in README.auth in qmail-smtpd-auth patch. % cd % cp ../*.auth ../base64* . % cat ../auth.patch | patch 4. Apply this patch % cat qmapop-smtp-auth-Version.diff | patch 5. Build them. % su # make && make setup check - - - - - - - - - http://members.elysium.pl/brush/qmail-smtpd-auth/ の qmail-smtpd-auth をベースに、CRAM-MD5認証のみをサポートさせるように変えたものです。 TLSなどを使わない場合を想定し、平文でパスワード交換をする PLAIN と LOGIN を抑止します。 http://www.gentei.org/~yuuji/software/qmapop-smtp-auth/ にある cmd5apoppw と組み合わせて使うことを想定しています。 cmd5apoppw は、「UW-IMAPDてんこもり拡張パック」 http://www.gentei.org/~yuuji/software/imapext/ と同じパスワードファイル(~/.apop)を認証パスワードとして使用します。 ユーザ権限でPOPパスワード(+SMTPパスワード)を登録できるので、 管理者がいちいち登録しなくてもよく、ユーザのパスワードを見なくて 済みます。