Community Forums
Connect with us on LinkedIn
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 15 of 48
  1. #1
    Member
    Join Date
    Mar 2004
    Posts
    31

    Question Ability to completely and permanently remove Mailman [Case 30562]

    We have unchecked "Mailman" in WHM's Tweak Settings but mailman still appears to be active. For instance, if you go to http://www.domainname.com/mailman/admin/YourListName you will get a mailman greeting screen that indicates "YourListName" is not a valid mailman list and links to how to create a list and the version of mailman running/installed.

    Does anyone know what the mailman check in WHM really does and more to the point does anyone know how to really disable mailman?

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge shashank's Avatar
    Join Date
    Apr 2003
    Posts
    146

    Default

    If you uncheck that , I guess /mailman alias from httpd.conf still remains. To totally disable mailman, I think you should remove /mailman alias from httpd.conf and chmod /usr/local/cpanel/3rdparty/mailman/lists to 000 to prevent creation of new lists.
    Shashank Wagh.
    Systems Administrator.
    http://www.shashank.net

  3. #3
    Member
    Join Date
    Mar 2004
    Posts
    31

    Default

    Quote Originally Posted by shashank
    remove /mailman alias from httpd.conf
    Works great, thanks!

  4. #4
    Member
    Join Date
    Oct 2003
    Posts
    27

    Default

    Quote Originally Posted by shashank View Post
    If you uncheck that , I guess /mailman alias from httpd.conf still remains. To totally disable mailman, I think you should remove /mailman alias from httpd.conf and chmod /usr/local/cpanel/3rdparty/mailman/lists to 000 to prevent creation of new lists.
    I know this is really old, but in the current and stable version of WHM at this time (11.15.0) doing the chmod mentioned above breaks inbound mail. Leaving it chmod 755 lets inbound come in and Exim is checking senders from the mailman lists, even though its turned off in WHM and removed from httpd.conf. This is the default Exim configuration on a new box with Spamassassin enabled. No MailScanner

    Since I found this thread trying to disable mailman, thought I'd update it

  5. #5
    Member Vatoloco's Avatar
    Join Date
    Jun 2004
    Posts
    100

    Default

    Is there any way to keep mailman disabled? I've unchecked it in WHM under tweak settings, removed all the mailman lines in httpd.conf and removed the mailman crontab entries.

    It will stay disabled for awhile but, more often than not, the cPanel update every night will re-enable it all, adding back the httpd and cron entries.
    Last edited by Vatoloco; 05-23-2008 at 04:53 AM.

  6. #6
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by Vatoloco View Post
    Is there any way to keep mailman disabled? I've unchecked it in WHM under tweak settings, removed all the mailman lines in httpd.conf and removed the mailman crontab entries.

    It will stay disabled for awhile but, more often than not, the cPanel update every night will re-enable it all, adding back the httpd and cron entries.
    I recommend submitting a support ticket so our technical analysts can take a look at that for you: http://tickets.cpanel.net/submit

    Anything set in the WHM typically should remain unchanged between updates.

  7. #7
    Member
    Join Date
    Nov 2004
    Posts
    9

    Default What does "mailman" check in Tweak Settings really do?

    Again, I know this is an old post, but same issue here.

    What does "mailman" check in Tweak Settings really do?

    And better yet, is there a way to simply disable it without a trouble ticket and the necessity of going back in to remove the aliases periodically?

  8. #8
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by surfalot View Post
    Again, I know this is an old post, but same issue here.

    What does "mailman" check in Tweak Settings really do?

    And better yet, is there a way to simply disable it without a trouble ticket and the necessity of going back in to remove the aliases periodically?
    Our developers are currently in the process of improving this functionality so when you disable mailman, it truly stays disabled and mailman-related entries in exim.conf are removed. (Internal Case 30562)

  9. #9
    Member
    Join Date
    Dec 2003
    Location
    PA
    Posts
    110
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    any news on this,
    having to go in and manually REMOVE mailman after every update is not working for us anymore and PCI scans are failing because of this

    there needs to be a way to completly DISABLE mailman and have it stay disabled

  10. #10
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by merlinpa1969 View Post
    any news on this,
    having to go in and manually REMOVE mailman after every update is not working for us anymore and PCI scans are failing because of this

    there needs to be a way to completly DISABLE mailman and have it stay disabled
    This case is still being worked on, I have no ETA on when this will be resolved.

  11. #11
    Member safitech's Avatar
    Join Date
    Jul 2008
    Posts
    11

    Exclamation PCI Compliance + Mailman

    I can confirm this is starting to get to be a major issue having to redo the httpd.conf everytime there is an update because mailman is not fully removed from exim nor the httpd.conf even when the box is unticked within the Tweak settings.

    Small note as well... you might want to add in a .htaccess with "Options -Indexes" into the /img-sys/ folder located at /usr/local/cpanel/img-sys/ as a default across all versions/installations of cPanel. This should not effect anything at all, but is something that comes up with all PCI scans.
    SAFI Technologies Ltd.
    http://www.safitech.com/
    Premier Web Design...
    Specialized Hosting Services...
    Custom Software Development...

  12. #12
    Member
    Join Date
    Nov 2004
    Posts
    9

    Default new fix suggestion

    I havn't seen anyone suggest this, but seems to work for me. The real question is will this be broken by a cPanel security update or other.

    since it is a virtual directory running through the apache server why not just put a .htaccess file in the folder with the scripts?

    /usr/local/cpanel/3rdparty/mailman/cgi-bin/

    the .htaccess file:
    Code:
    <Limit GET POST>
    order deny,allow
    deny from all
    </Limit>
    
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>

  13. #13
    Registered User
    Join Date
    Jan 2010
    Posts
    2

    Default Any updates?

    Any updates to solving this issue with disabling mailman? This is stalling our PCI compliance and I cannot figure out how to permanently get rid of it.

  14. #14
    Registered User
    Join Date
    Jan 2010
    Posts
    2

    Default How do I remove mailman?

    My PCI compliance test is failing b/c of mailman. I do not use it and just want to remove it. I am unable to find which virtual host file it's defined in and I've spent hours on this issue trying to find a solution to no avail. Please advise.

  15. #15
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,050

    Default

    What does the PCI scan reports on mailman? If you could paste the report for mailman, it will help people here to provide you the solutions immediately.

    Well, here is the solution:

    1) You can disable Mailman from
    WHM >> Tweak Settings >> Mail
    OR
    /usr/local/cpanel/3rdparty/mailman/bin/mailmanctl stop

    2) Remove OR comment the following lines in the Apache configuration file and restart the httpd service

    Alias /mailman/archives /usr/local/cpanel/3rdparty/mailman/archives/public/
    Alias /pipermail /usr/local/cpanel/3rdparty/mailman/archives/public/
    ScriptAlias /mailman /usr/local/cpanel/3rdparty/mailman/cgi-bin/
    Last edited by madaboutlinux; 01-25-2010 at 03:36 AM.

Page 1 of 4 1 2 3 ... LastLast
Similar Threads & Tags
Similar threads

  1. Disable sending email ability completely for account
    By sysmanz in forum E-mail Discussions
    Replies: 1
    Last Post: 10-24-2011, 04:23 AM
  2. Filed with Developers Ability to Remove the Remote mySQL icon button in cPanel [Case 10474]
    By Metro2 in forum Feature Requests for cPanel/WHM
    Replies: 31
    Last Post: 09-19-2011, 09:53 AM
  3. How can I stop mySQL permanently and completely?
    By khiltd in forum Database Discussions
    Replies: 4
    Last Post: 04-21-2010, 05:10 PM
  4. Completely remove Squirle mail
    By traker1001 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 02-24-2008, 07:20 PM
  5. How can I COMPLETELY Remove SpamAssassin?
    By HendrikM in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-01-2005, 03:54 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube