<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Tag: Maildrop - Recent Topics</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Tag: Maildrop - Recent Topics</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 06:50:36 +0000</pubDate>

<item>
<title>Nick on "More mail problems - Unable to open mailbox"</title>
<link>http://diymacserver.com/forum/topic/more-mail-problems-unable-to-open-mailbox#post-466</link>
<pubDate>Tue, 22 Apr 2008 19:25:59 +0000</pubDate>
<dc:creator>Nick</dc:creator>
<guid isPermaLink="false">466@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Having solved the last problem of not a failure to create a mailbox, I now have new error in the mail log:&#60;/p&#62;
&#60;p&#62;to=&#38;lt;nick@xxxxxxxx&#38;gt;, relay=maildrop, delay=90883, delays=90872/0.32/0/10, dsn=4.3.0, status=deferred (temporary failure. Command output: /usr/local/bin/maildrop: Unable to open mailbox. )&#60;/p&#62;
&#60;p&#62;As far as I can see I have followed the instructions on the site...&#60;/p&#62;
&#60;p&#62;Details:  &#60;/p&#62;
&#60;p&#62;Mac Mini 10.5.3&#60;br /&#62;
Postfix-2.5.1&#60;br /&#62;
Maidrop-2.0.4&#60;/p&#62;
&#60;p&#62;Mails should be delivered to:&#60;/p&#62;
&#60;p&#62;/usr/local/virtual/xxxxx/nick&#60;/p&#62;
&#60;p&#62;Now, should the next level down be:&#60;/p&#62;
&#60;p&#62;/usr/local/virtual/mapped.at/nick/Maildir&#60;br /&#62;
/usr/local/virtual/mapped.at/nick/mail&#60;br /&#62;
/usr/local/virtual/mapped.at/nick/mailbox&#60;/p&#62;
&#60;p&#62;And below that:&#60;/p&#62;
&#60;p&#62;/usr/local/virtual/mapped.at/nick/??????/cur&#60;br /&#62;
/usr/local/virtual/mapped.at/nick/??????/new&#60;br /&#62;
/usr/local/virtual/mapped.at/nick/??????/tmp&#60;/p&#62;
&#60;p&#62;From virtual down the directory tree things are set owner:_vmail group:_postfix permission: 770&#60;/p&#62;
&#60;p&#62;I am really at a loss as to where to go from here.  I have rerun installs.  Read tons of sites.  I have spent hours and hours on this.  What is causing the real problems is the lack of details in the mail log... 'Unable to open mailbox.'  Not very informative.....
&#60;/p&#62;</description>
</item>
<item>
<title>Nick on "Postfix problems -mailbox not created?"</title>
<link>http://diymacserver.com/forum/topic/postfix-problems-mailbox-not-created#post-458</link>
<pubDate>Mon, 21 Apr 2008 19:06:54 +0000</pubDate>
<dc:creator>Nick</dc:creator>
<guid isPermaLink="false">458@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Still battling with set up a Mac Mini as a server.&#60;/p&#62;
&#60;p&#62;I have followed the instructions for setting up mail (twice).  Double checked ownership of the virtual directory (_vmail, _postfix, read, write, execute).  I can send mail to myself on another account via the server... but I can't get mail delivered.  If I send a message, from another machine, via another SMTP, to myself, I get:&#60;/p&#62;
&#60;p&#62;Apr 21 11:41:24 customer postfix/pipe[351]: 63802117B4F: to=&#38;lt;test@ XXXXX &#38;gt;, relay=maildrop, delay=0.08, delays=0.03/0.01/0/0.05, dsn=4.3.0, status=deferred (temporary failure. Command output: /usr/local/bin/maildrop: Unable to create a dot-lock at /usr/local/virtual/XXXXX/test/XXXX.customer.macminicolo.net.  )&#60;/p&#62;
&#60;p&#62;User test is set up to receive mail using postfixadmin, and is listed in MySQL (thepostfix.mailbox).... &#60;/p&#62;
&#60;p&#62;Any thoughts, comments, help etc. are greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
</item>
<item>
<title>Nick on "_dspam and _vmail on 10.5.2 - postfix won&#039;t start"</title>
<link>http://diymacserver.com/forum/topic/_dspam-and-_vmail-on-1052-postfix-wont-start#post-454</link>
<pubDate>Sun, 20 Apr 2008 18:37:44 +0000</pubDate>
<dc:creator>Nick</dc:creator>
<guid isPermaLink="false">454@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have been following your excellent instructions and run in to a problem where postfix won't start.  The problem are these two lines in the master.cf&#60;/p&#62;
&#60;p&#62;Machine details:  Mac Mini, 10.5.2&#60;/p&#62;
&#60;p&#62;maildrop unix - n n - - pipe&#60;br /&#62;
flags=DRhu user=_vmail argv=/usr/local/bin/maildrop /etc/maildroprc -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop} ${sender}&#60;br /&#62;
dspam unix - n n - 10 pipe&#60;br /&#62;
flags=Ru user=_dspam argv=/usr/local/bin/dspam --deliver=innocent --user ${recipient} -i - f $sender -- $recipient&#60;/p&#62;
&#60;p&#62;The complaint in the log is:&#60;/p&#62;
&#60;p&#62;bad transport type: user=_vmail&#60;/p&#62;
&#60;p&#62;The users were created using:&#60;/p&#62;
&#60;p&#62;sudo dscl . -create /Users/_vmail&#60;br /&#62;
sudo dscl . -create /Users/_vmail UserShell /usr/bin/false&#60;br /&#62;
sudo dscl . -create /Users/_vmail UniqueID 102&#60;br /&#62;
sudo dscl . -create /Users/_vmail PrimaryGroupID 102&#60;br /&#62;
sudo dscl . -create /Users/_vmail NFSHomeDirectory /var/empty&#60;br /&#62;
sudo dscl . -passwd /Users/_vmail ''&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;sudo dscl . -create /Users/_dspam&#60;br /&#62;
sudo dscl . -create /Users/_dspam UserShell /usr/bin/false&#60;br /&#62;
sudo dscl . -create /Users/_dspam UniqueID 101&#60;br /&#62;
sudo dscl . -create /Users/_dspam PrimaryGroupID 101&#60;br /&#62;
sudo dscl . -create /Users/_dspam NFSHomeDirectory /usr/local/var/dspam&#60;br /&#62;
sudo dscl . -passwd /Users/_dspam ''&#60;/p&#62;
&#60;p&#62;Any thoughts?&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
</item>
<item>
<title>macmax on "/usr/local/bin/maildrop: Unable to open mailbox"</title>
<link>http://diymacserver.com/forum/topic/usrlocalbinmaildrop-unable-to-open-mailbox#post-271</link>
<pubDate>Tue, 16 Jan 2007 19:32:35 +0000</pubDate>
<dc:creator>macmax</dc:creator>
<guid isPermaLink="false">271@http://diymacserver.com/forum/</guid>
<description>Ok, now it works.&#60;br /&#62;
&#60;br /&#62;
Thank you.&#60;br /&#62;
Max</description>
</item>
<item>
<title>Priz on "/usr/local/bin/maildrop: Cannot have world/group permissions"</title>
<link>http://diymacserver.com/forum/topic/usrlocalbinmaildrop-cannot-have-worldgroup-permissions#post-326</link>
<pubDate>Mon, 26 Feb 2007 00:04:10 +0000</pubDate>
<dc:creator>Priz</dc:creator>
<guid isPermaLink="false">326@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
I had an error when the postfix server received an email :&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;postfix/pipe[1692]: 8699098029C:to=&#38;lt;xxxxxxx@xxxxxxxx.net&#38;gt;,relay=maildrop, delay=3100, delays=3100/0.02/0/0.04, dsn=4.3.0, status=deferred (temporary failure. Command output: /usr/local/bin/maildrop: Cannot have world/group permissions on the filter file - for your own good. )&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Answer from Richard :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;The rights should be:
-rw-------  vmail  wheel  /etc/maildroprc&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and I complete :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Don&#38;#39;t forget to restart services authdaemond, maildrop and postfix&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thank's Richard&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>

</channel>
</rss>

