diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-04-06 17:37:38 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-04-06 17:37:38 +0000 |
commit | 481bbf8bb43c5c35c9080c4ba38222b3c9824017 (patch) | |
tree | b18d6092fe893882ffdb990715578b351d2628ae /net-mail/vpopmail/files | |
parent | add netqmail-1.06 (diff) | |
download | historical-481bbf8bb43c5c35c9080c4ba38222b3c9824017.tar.gz historical-481bbf8bb43c5c35c9080c4ba38222b3c9824017.tar.bz2 historical-481bbf8bb43c5c35c9080c4ba38222b3c9824017.zip |
version bump; use new qmail.eclass; ebuild cleanup
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-mail/vpopmail/files')
-rw-r--r-- | net-mail/vpopmail/files/vpopmail.clearopensmtp | 4 | ||||
-rw-r--r-- | net-mail/vpopmail/files/vpopmail.conf | 14 |
2 files changed, 0 insertions, 18 deletions
diff --git a/net-mail/vpopmail/files/vpopmail.clearopensmtp b/net-mail/vpopmail/files/vpopmail.clearopensmtp deleted file mode 100644 index 5e10332ed7da..000000000000 --- a/net-mail/vpopmail/files/vpopmail.clearopensmtp +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/files/vpopmail.clearopensmtp,v 1.2 2004/07/18 04:06:17 dragonheart Exp $ -# clean open smtp relays that vpopmail might have -/var/vpopmail/bin/clearopensmtp 2>&1 > /dev/null diff --git a/net-mail/vpopmail/files/vpopmail.conf b/net-mail/vpopmail/files/vpopmail.conf deleted file mode 100644 index c3f04461bc84..000000000000 --- a/net-mail/vpopmail/files/vpopmail.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/files/vpopmail.conf,v 1.3 2004/07/14 23:53:36 agriffis Exp $ - -# Spaces and tabs are fine. Just don't use them -# In the password or usernames - -MYSQL_UPDATE_SERVER localhost -MYSQL_UPDATE_USER vpopmail -MYSQL_UPDATE_PASSWD secret - -MYSQL_READ_SERVER localhost -MYSQL_READ_USER vpopmail -MYSQL_READ_PASSWD secret |