<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[Mailman can't send messages to subscribers showing error in maillog: "Failure_to_exec_mailman_wrapper. WANTED_gid_110,_GOT_gid_101. (Reconfigure_to_take_101?)/did_0+0+1/"]]></title>
<link>http://kb.parallels.com/en/942</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">Mailman can't send messages to subscribers showing error in maillog: "Failure_to_exec_mailman_wrapper. WANTED_gid_110,_GOT_gid_101. (Reconfigure_to_take_101?)/did_0+0+1/"</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 942&nbsp;</div>
					<div>Last Review: Jun,22 2009</div>
					<tr>
						<td>Author: </td>
						<td>Vitaly Malakhov</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Daria Taranova</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Plesk Panel for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Symptoms</h2>
					The following errors can be found in /usr/local/psa/var/log/maillog:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'>Failure_to_exec_mailman_wrapper. WANTED_gid_110,_GOT_gid_101. (Reconfigure_to_take_101?)/did_0+0+1/<br /><br />&nbsp;Failed_to_exec_mailman_wrapper:_unable_to_determine_caller's<br />_group_name/ </span><br /><br />
				</div>
				<div class="article-part">
					<h2>Resolution</h2>
					To solve this issue follow the steps below.<br /><br />- Check that /var/qmail/bin/mm_wrapper has right permissions as listed below:<br /><br /><div class="commandline"><code># ls -al /var/qmail/bin/mm_wrapper<br />-r-xr-sr-x 21:06 /var/qmail/bin/mm_wrapper<br /></code></div><br /><br />If not, change the permissions and ownership to the right ones:<br /><br /><div class="commandline"><code># chmod 2555 /var/qmail/bin/mm_wrapper</code></div><br /><br />- Make sure that 'popuser' UID (user ID) and GID (group ID) are 110:<br /><br /><div class="commandline"><code># id popuser<br />uid=110(popuser) gid=110(popuser) groups=110(popuser)</code></div><br /><br />- If popuser GID is 101 (as reported in the above error) or other number, it is needed to be changed to 110. <br /><br />- Stop services which use 'popuser' user and group: mailman, qmail, courier-imap, xinetd or inetd. Then check that no other uses 110 GID and change popuser's GID to 110 in /etc/group file and in /etc/passwd (using `vipw` utility):<br /><br />/etc/group:<br />popuser:x:110:<br /><br />/etc/passwd:<br />popuser:x:110:110:POP3 service user:/:/bin/false<br /><br />- Run the following command to rebuild qmail configuration files:<br /><br /><div class="commandline"><code># <a href="http://kb.parallels.com/en/952">$PRODUCT_ROOT_D</a>/admin/sbin/mchk --with-spam</code></div><br /><br />-Then you need to find out all files which are owned by previous popuser GID (for example 101) and change their ownership to the new popuser group ID:<br /><br /><div class="commandline"><code># find /var /usr/lib/mailman -gid 101 -print0 | xargs -r0 chgrp popuser</code></div><br /><br />On FreeBSD:<br /><div class="commandline"><code>find /usr/local/psa -group 101 | xargs chgrp popuser</code></div><br /><br />- Make sure that all users in /var/qmail/users/assign has group ID 110.<br /><br />- Start the services back.
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=942&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=942&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '942',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Vitaly Malakhov</author>
<guid isPermaLink="false">592 LastUpdated: 2009-06-22 09:44:00</guid>
<pubDate>2008-10-06 09:10:52</pubDate>
</item>
</channel>
</rss>



