diff --git a/postfix/postfix-lib.pl b/postfix/postfix-lib.pl index 92afbadf7..ca62ea5bc 100755 --- a/postfix/postfix-lib.pl +++ b/postfix/postfix-lib.pl @@ -1,30 +1,10 @@ # postfix-lib.pl - # # postfix-module by Guillaume Cottenceau , # for webmin by Jamie Cameron -# -# Copyright (c) 2000 by Mandrakesoft -# -# Permission to use, copy, modify, and distribute this software and its -# documentation under the terms of the GNU General Public License is hereby -# granted. No representations are made about the suitability of this software -# for any purpose. It is provided "as is" without express or implied warranty. -# See the GNU General Public License for more details. -# -# -# Functions for managing the postfix module for Webmin. -# -# Written by G. Cottenceau for MandrakeSoft -# This is free software under GPL license. -# $POSTFIX_MODULE_VERSION = 5; -# -# -# ------------------------------------------------------------------------- - BEGIN { push(@INC, ".."); }; use WebminCore; &init_config();