Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299785 Details for
Bug 388447
new ebuild: mail-mta/masqmail-0.3.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for Version 0.3.4
masqmail-0.3.4.ebuild (text/plain), 1.54 KB, created by
Michael
on 2012-01-24 22:08:00 UTC
(
hide
)
Description:
ebuild for Version 0.3.4
Filename:
MIME Type:
Creator:
Michael
Created:
2012-01-24 22:08:00 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils > >DESCRIPTION="An MTA for workstations and for servers in small networks." >HOMEPAGE="http://www.marmaro.de/prog/masqmail/" >SRC_URI="http://www.marmaro.de/prog/masqmail/files/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="+mta +auth debug" > > >DEPEND="" > >RDEPEND="${CDEPEND} > mta? ( !mail-mta/courier > !mail-mta/esmtp > !mail-mta/exim > !mail-mta/mini-qmail > !mail-mta/nbsmtp > !mail-mta/netqmail > !mail-mta/nullmailer > !mail-mta/postfix > !mail-mta/msmtp > !mail-mta/qmail-ldap > !mail-mta/sendmail > !<mail-mta/ssmtp-2.64-r2 > !>=mail-mta/ssmtp-2.64-r2[mta] )" > > >group_user_check() { > einfo "Checking for mail group..." > enewgroup mail 12 > einfo "Checking for mail user..." > enewuser mail 8 -1 -1 mail >} > >pkg_setup() { >#Add group "mail" and user "mail" >group_user_check || die "Faild to check/add needed groups" >} > >src_configure() { > econf \ > $(use_enable debug) \ > $(use_enable auth) >} > >src_compile() { > emake || die >} > >src_install() { > emake DESTDIR="${D}" install || die > newinitd ${FILESDIR}/masqmail masqmail > if use mta; then > dodir /usr/sbin > dosym /usr/sbin/masqmail /usr/sbin/sendmail > dosym /usr/sbin/masqmail /usr/lib/sendmail > fi > elog "You will need to copy masqmail.conf and a route-file" > elog "from the docs/ directory to /etc/masqmail/ " > elog "and adopt to your needs" >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 388447
:
290795
|
290797
| 299785