<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HowToBSD &#187; postfix</title>
	<atom:link href="http://howtobsd.com/tag/postfix/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Postfix problem with maildrop courier-authlib (user unknown. Command output: Invalid user specified.)</title>
		<link>http://howtobsd.com/solutions/postfix-problem-with-maildrop-courier-authlib-user-unknown-command-output-invalid-user-specified.html</link>
		<comments>http://howtobsd.com/solutions/postfix-problem-with-maildrop-courier-authlib-user-unknown-command-output-invalid-user-specified.html#comments</comments>
		<pubDate>Thu, 29 Apr 2010 15:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[maildrop]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://howtobsd.com/?p=100</guid>
		<description><![CDATA[I&#8217;ve recently updated installed ports by the use of portupgrade. After that I was found problem with my MTA system (Postfix) out of order: When I sended message to some e-mail on server (postfix clients in mysql) I saw that in maillog: postfix/pipe[5895]: 6201FE37CE7: to=&#60;anton@howtobsd.com&#62;, relay=maildrop, delay=0.04, delays=0/0/0/0.03, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve recently updated installed ports by the use of portupgrade. After that I was found problem with my MTA system (Postfix) out of order:</p>
<p>When I sended message to some e-mail on server (postfix clients in mysql) I saw that in maillog:<br />
<code><strong>postfix/pipe[5895]: 6201FE37CE7: to=&lt;anton@howtobsd.com&gt;, relay=maildrop, delay=0.04, delays=0/0/0/0.03, dsn=5.1.1, status=bounced (user unknown. Command output: Invalid user specified. )</strong></code><br />
To senter returned answer from my server:</p>
<p><em>&#8220;This is the mail system at host mail.howtobsd.com.</em></p>
<p><em>I&#8217;m sorry to have to inform you that your message could not<br />
be delivered to one or more recipients. It&#8217;s attached below.</em></p>
<p><em>For further assistance, please send mail to postmaster.</em></p>
<p><em>If you do so, please include this problem report. You can<br />
delete your own text from the attached returned message.</em></p>
<p><em> The mail system</em></p>
<p><em>: user unknown. Command output: Invalid userspecified.</em></p>
<p><em>Reporting-MTA: dns; mail.howtobsd.com<br />
X-Postfix-Queue-ID: 8B7C5E37C5A<br />
X-Postfix-Sender: rfc822; anton_paluhin@gmail.com<br />
Arrival-Date: Wed, 28 Apr 2010 15:45:24 +0300 (EEST)</em></p>
<p><em>Final-Recipient: rfc822; anton@howtobsd.com<br />
Original-Recipient: rfc822;anton@howtobsd.com<br />
Action: failed<br />
Status: 5.1.1<br />
Diagnostic-Code: x-unix; Invalid user specified.</em>&#8221;</p>
<p>I checked maildrop&#8230;</p>
<p><code>#maildrop -v<br />
Copyright 1998-2005 Double Precision, Inc.<br />
GDBM/DB extensions enabled.<br />
Maildir quota extension are now always enabled.<br />
This program is distributed under the terms of the GNU General Public<br />
License. See COPYING for additional information.</code></p>
<p>I have thought it have to be buit with  courier-authlib:</p>
<p><code>#cd /usr/ports/mail/maildrop &amp;&amp; make deinstall<br />
#vim /usr/ports/mail/maildrop/Makefile</code></p>
<p>uncomment line: <strong>WITH_AUTHLIB=yes</strong><br />
&#8230;</p>
<p><code>#maildrop -v<br />
Copyright 1998-2005 Double Precision, Inc.<br />
GDBM/DB extensions enabled.<br />
Courier Authentication Library extension enabled.<br />
Maildir quota extension are now always enabled.<br />
This program is distributed under the terms of the GNU General Public<br />
License. See COPYING for additional information.</code></p>
<p>It&#8217;s Ok!Trying send message and check (in log new problem):</p>
<p><strong>postfix/pipe[59663]: 23414E37EC3: to=, relay=maildrop, delay=24, delays=24/0/0/0.07, dsn=4.3.0, status=deferred (temporary failure. command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/local/bin/maildrop: Temporary authentication failure.)</strong></p>
<p>check rights:<br />
<code># cd /usr/local/bin/ &amp;&amp; la -la | grep maildrop<br />
-rwxr-xr-x   1 root  mail      1239752 Apr 29 10:12 maildrop<br />
</code></p>
<p>it is need +s (edit rights)  :</p>
<p><code># ls -la /usr/local/bin/ | grep maildrop<br />
-rwsr-xr-x   1 root   mail      1239752 Apr 29 11:53 maildrop</code></p>
<p>And after that manipulation maildrop can transport mail in boxes&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/solutions/postfix-problem-with-maildrop-courier-authlib-user-unknown-command-output-invalid-user-specified.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
