• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

case sensitivity bug in plesk postfix / mailman

PeterKi

Regular Pleskian
Since plesk 9 there seems to be a bug with postfix updates which breaks mailman list functionality.
Ever since I need to correct /etc/postix/master.cf after every update of plesk postfix as the line
mailman unix - n n - - pipe flags=Ru user=li...
gets replaced by
mailman unix - n n - - pipe flags=R user=li..

Explanation:
I have setup some lists with mailman under plesk9 and somewhere in the process there occurred a capitalization of the first letter of list names.
I don't know where the mismatch is buried but somewhere there exist entries like 'Listname' instead of 'listname'.
I see that the web Gui of mailman always show list names with capitalized first letters even though the real list name is all lower case so I suspect the mismatch originates in this area.
In most mailers mail addresses are case insensitive but not so with mailman and postfix unless you have the flags=Ru setting.
The error message I get if flags=Ru is not given is shown below.
Without flags=Ru it is not possible to send to Listname@example.com nor to listname@example.com

It is a real nag that plesk updates always break my mailing list functionality.
Plesk updates should set flags=Ru as default or at least issue a notification about a changed master.cf

> <Listname@example.com>: Command died with status 1:
> "/usr/lib/plesk-9.0/postfix-mailman". Command output: post script, list not
> found: Listname
> Reporting-MTA: dns; ...
> X-Postfix-Queue-ID: EF00C185C1FD
> X-Postfix-Sender: rfc822; test@example.com
> Arrival-Date: Thu, 11 Oct 2012 23:54:24 +0200 (CEST)
>
> Final-Recipient: rfc822; Listname@example.com
> Original-Recipient: rfc822;listname@example.com
> Action: failed
> Status: 5.3.0
> Diagnostic-Code: x-unix; post script, list not found: Listname
> Return-Path: <test@example.com>
> X-No-Auth: unauthenticated sender
> Received-SPF: none (no valid SPF record)
> X-No-Relay: not in my network
> Received: from ...
> by ...
> for <listname@example.com>; Thu, 11 Oct 2012 23:54:24 +0200 (CEST)
> Received: from ...
> by ...
> for <listname@example.com>; Thu, 11 Oct 2012 23:53:59 +0200 (CEST)
> From: "Test User" <test@example.com>
> Content-Type: multipart/alternative; boundary=Apple-Mail-6-170566548
> Subject: ...
> Date: Thu, 11 Oct 2012 23:53:57 +0200
> Message-Id: ...
> To: listname@example.com
> Mime-Version: 1.0 (Apple Message framework v1085)
> X-Mailer: Apple Mail (2.1085)
 
@abdi:
If I click on the link that you supplied I get exactly to the forum where my post is in.
So is there another bug forum?
 
Back
Top