Newer
Older
cmd5apoppw / INSTALL
@yuuji yuuji on 25 Oct 2014 832 bytes cmd5apoppw-7
[[INSTALLATION]]

Typing
	% make
	% sudo make install

installs all in default places.  Typical location of this package is below;

	/var/qmail/bin/qmail-smtpd	(with SMTP-AUTH qmapop patch*)
	/var/qmail/bin/cmd5apoppw	(This program)
	/usr/local/sbin/deapop		(SMTP-AUTH password decoder)
	/usr/local/bin/apoppasswd	(SMTP-AUTH password creation)

(*) http://www.gentei.org/~yuuji/software/qmapop-smtp-auth/

You should take care about owner and file modes of program files.
	* cmd5apoppw	- should be setuid-root
			  group is the same as qmaild (nofiles)
			  not executable by others (mode=4750)
	* deapop	- owner/group is the same as cmd5apoppw
			  not readable by others (mode=751)

New qmail-smtpd startup script is like this.

  tcpserver [options] qmail-smtpd cmd5apoppw /bin/true ...

where `[options]' is tcpserver's option.