Search
j0ke.net Open Build Service
>
Projects
>
server:mail
:
el
>
mailman-postfix
> centos-config.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File centos-config.patch of Package mailman-postfix
--- postfix-to-mailman-2.1.py.orig 2012-12-02 12:33:56.928034248 +0100 +++ postfix-to-mailman-2.1.py 2012-12-02 17:11:30.304036098 +0100 @@ -1,8 +1,9 @@ #! /usr/bin/env python # Configuration variables - Change these for your site if necessary. -MailmanHome = "/var/mailman"; # Mailman home directory. -MailmanOwner = "postmaster@example.com"; # Postmaster and abuse mail recipient. +MailmanHome = "/usr/lib/mailman"; # Mailman home directory. +MailmanVar = "/var/lib/mailman"; +MailmanOwner = "postmaster"; # Postmaster and abuse mail recipient. # End of configuration variables. # postfix-to-mailman-2.1.py (to be installed as postfix-to-mailman.py) @@ -66,7 +67,7 @@ os.nice(5) # Handle mailing lists at non-interactive priority. # delete this if you wish - os.chdir(MailmanHome + "/lists") + os.chdir(MailmanVar + "/lists") try: local = sys.argv[2]