> In a flurry of recycled electrons, Kim Leandersson wrote: > > > My problem is that when the server was being installed someone > > misspelled the hostname so it was entered as > plisk.example.com instead > > of plesk.example.com. This error are now corrected, but > somewhere in the > > mailman installation the plisk entry exists. The problem > with this is > > that all the monthly password reminders are sent out from > > [EMAIL PROTECTED] and since many mailserver > checks if > > the domain exist before delivery the deny the mail. > > The brute force approach is to get into the mailman directory and > "grep -r plisk *.pck". Also check all db and py files. > > It's got to show up eventually. > > z! > In the main mailman directory I try this: [EMAIL PROTECTED] mailman]# pwd /usr/lib/mailman [EMAIL PROTECTED] mailman]# grep -r plisk * [EMAIL PROTECTED] mailman]#
No entry at all. The in the spool directory [EMAIL PROTECTED] mailman]# pwd /var/spool/mailman [EMAIL PROTECTED] mailman]# grep -r plisk * Then I get lots and lots of pck-files in the shunt-directory which all have headers like this: Return-Path: <[EMAIL PROTECTED]> Received: (qmail 25327 invoked from network); 1 Jul 2006 05:01:22 +0200 Received: from localhost (HELO plesk.example.com) (127.0.0.1) by localhost with SMTP; 1 Jul 2006 05:01:22 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: tarantella.example.com mailing list memberships reminder From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] X-No-Archive: yes Message-ID: <[EMAIL PROTECTED]> Date: Sat, 01 Jul 2006 05:00:40 +0200 Precedence: bulk X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.1.5 List-Id: mailman.plisk.example.com //kim ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
