Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123897 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/mail-mta/netqmail/netqmail-1.05-r5.ebuild (-5 / +7 lines)
Lines 231-242 Link Here
231
	${MAILDIRMAKE} ${D}/etc/skel/.maildir
231
	${MAILDIRMAKE} ${D}/etc/skel/.maildir
232
	keepdir /etc/skel/.maildir/{cur,new,tmp}
232
	keepdir /etc/skel/.maildir/{cur,new,tmp}
233
233
234
	einfo "Setting up all services (send, smtp, qmtp, qmqp, pop3) ..."
234
	einfo "Setting up all services (send, smtp, qmtp, qmqp, pop3, pop3s) ..."
235
	insopts -o root -g root -m 755
235
	insopts -o root -g root -m 755
236
	diropts -m 755 -o root -g root
236
	diropts -m 755 -o root -g root
237
	dodir /var/qmail/supervise
237
	dodir /var/qmail/supervise
238
238
239
	for i in send smtpd qmtpd qmqpd pop3d; do
239
	for i in send smtpd qmtpd qmqpd pop3d pop3sd; do
240
		insopts -o root -g root -m 755
240
		insopts -o root -g root -m 755
241
		diropts -m 755 -o root -g root
241
		diropts -m 755 -o root -g root
242
		dodir /var/qmail/supervise/qmail-${i}{,/log}
242
		dodir /var/qmail/supervise/qmail-${i}{,/log}
Lines 252-265 Link Here
252
	dodir ${TCPRULES_DIR}
252
	dodir ${TCPRULES_DIR}
253
	insinto ${TCPRULES_DIR}
253
	insinto ${TCPRULES_DIR}
254
	newins ${FILESDIR}/tcprules.d-Makefile.qmail Makefile.qmail
254
	newins ${FILESDIR}/tcprules.d-Makefile.qmail Makefile.qmail
255
	for i in smtp qmtp qmqp pop3; do
255
	for i in smtp qmtp qmqp pop3 pop3s; do
256
		newins ${FILESDIR}/tcp.${i}.sample tcp.qmail-${i}
256
		newins ${FILESDIR}/tcp.${i}.sample tcp.qmail-${i}
257
	done
257
	done
258
258
259
	einfo "Installing some stock configuration files"
259
	einfo "Installing some stock configuration files"
260
	insinto /var/qmail/control
260
	insinto /var/qmail/control
261
	insopts -o root -g root -m 644
261
	insopts -o root -g root -m 644
262
	doins ${FILESDIR}/conf-{common,send,qmtpd,qmqpd,pop3d}
262
	doins ${FILESDIR}/conf-{common,send,qmtpd,qmqpd,pop3d,pop3sd}
263
	newins ${FILESDIR}/conf-smtpd conf-smtpd
263
	newins ${FILESDIR}/conf-smtpd conf-smtpd
264
	newins ${FILESDIR}/dot-qmail defaultdelivery
264
	newins ${FILESDIR}/dot-qmail defaultdelivery
265
	use ssl && \
265
	use ssl && \
Lines 305-311 Link Here
305
}
305
}
306
306
307
buildtcprules() {
307
buildtcprules() {
308
	for i in smtp qmtp qmqp pop3; do
308
	for i in smtp qmtp qmqp pop3 pop3s; do
309
		# please note that we don't check if it exists
309
		# please note that we don't check if it exists
310
		# as we want it to make the cdb files anyway!
310
		# as we want it to make the cdb files anyway!
311
		f=tcp.qmail-${i}
311
		f=tcp.qmail-${i}
Lines 340-345 Link Here
340
	elog
340
	elog
341
	elog "To start the pop3 server as well, create the following link:"
341
	elog "To start the pop3 server as well, create the following link:"
342
	elog "ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d"
342
	elog "ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d"
343
	elog "For pop3 over ssl (port 995), create the following link:"
344
	elog "ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d"
343
	elog
345
	elog
344
	elog "Additionally, the QMTP and QMQP protocols are supported, "
346
	elog "Additionally, the QMTP and QMQP protocols are supported, "
345
	elog "and can be started as:"
347
	elog "and can be started as:"

Return to bug 123897