<?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; Forum: PostfixAdmin - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Forum: PostfixAdmin - Recent Posts</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 06:39:21 +0000</pubDate>

<item>
<title>Richard on "postfixadmin 2.3?"</title>
<link>http://diymacserver.com/forum/topic/postfixadmin-23#post-766</link>
<pubDate>Sun, 24 Jan 2010 12:04:57 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">766@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;No there is no reason not to upgrade.
&#60;/p&#62;</description>
</item>
<item>
<title>Michael on "postfixadmin 2.3?"</title>
<link>http://diymacserver.com/forum/topic/postfixadmin-23#post-763</link>
<pubDate>Wed, 20 Jan 2010 05:29:37 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">763@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Is there any reason to/not to upgrade?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://postfixadmin.sourceforge.net/&#34; rel=&#34;nofollow&#34;&#62;http://postfixadmin.sourceforge.net/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>LarryL on "postfixadmin passwords"</title>
<link>http://diymacserver.com/forum/topic/postfixadmin-passwords#post-693</link>
<pubDate>Mon, 10 Aug 2009 13:42:14 +0000</pubDate>
<dc:creator>LarryL</dc:creator>
<guid isPermaLink="false">693@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;My PHP/postfixadmin is still messed up. I downgraded to PHP 5.2.8 and the errors about deprecated functions went away, but I got a new error about zend mm heap errors. I wanted to add a new user without waiting to get this figured out.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "postfixadmin passwords"</title>
<link>http://diymacserver.com/forum/topic/postfixadmin-passwords#post-691</link>
<pubDate>Thu, 06 Aug 2009 06:15:55 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">691@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Sorry Larry, I've tried several attempts to do this but there is some magic crypt function enabling this. Why would you want to do this in this manner? Otherwise create the account and change the passwordwith postfixadmin. Or create your own PHP page for adding users and copy the password generating part from the postfixadmin code.
&#60;/p&#62;</description>
</item>
<item>
<title>LarryL on "postfixadmin passwords"</title>
<link>http://diymacserver.com/forum/topic/postfixadmin-passwords#post-690</link>
<pubDate>Wed, 05 Aug 2009 16:10:03 +0000</pubDate>
<dc:creator>LarryL</dc:creator>
<guid isPermaLink="false">690@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;My postfixadmin is configured to use md5crypt passwords for user passwords. If I use the MySQL client to manually add a user in the postfix.mailbox table, is there a way for me to encrypt the password like postfixadmin does? The MySQL function md5() generates passwords that are 2 characters shorter than the postfixadmin encrypted passwords and they don't work for me.
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "/usr/local/virtual empty on Leopard"</title>
<link>http://diymacserver.com/forum/topic/usrlocalvirtual-empty-on-leopard#post-608</link>
<pubDate>Mon, 29 Dec 2008 03:55:13 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">608@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Great, that works for generating the virtual domain &#38;#38; its virtual mailbox subdirectory... but I'm still having issues. See other thread ;)&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "/usr/local/virtual empty on Leopard"</title>
<link>http://diymacserver.com/forum/topic/usrlocalvirtual-empty-on-leopard#post-605</link>
<pubDate>Wed, 24 Dec 2008 23:08:28 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">605@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi Dave, yes I do know what the problem is. If you had checked the /var/log/mail.log file you would have seen the error on pipelining or postfixadmin is to quick in sending the commands to the mailserver so it sees it as a spammer and ignoring it.&#60;/p&#62;
&#60;p&#62;To create the directory try to send an email via the command line using &#34;sendmail &#60;a href=&#34;mailto:user@yourdomain.com&#34;&#62;user@yourdomain.com&#60;/a&#62;&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>dw on "/usr/local/virtual empty on Leopard"</title>
<link>http://diymacserver.com/forum/topic/usrlocalvirtual-empty-on-leopard#post-604</link>
<pubDate>Wed, 24 Dec 2008 21:58:56 +0000</pubDate>
<dc:creator>dw</dc:creator>
<guid isPermaLink="false">604@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;I've been working on an upgrade to Leopard on a PPC Mac (using an external drive). It's going pretty well, except for the fact that postfixadmin does not add the required folders/files in /usr/local/virtual (even though it claims it was successful). I've checked everything several times, but I'm not sure what to look for,  after rechecking permissions, users, etc. the postfixadmin log doesn't give any errors.&#60;/p&#62;
&#60;p&#62;Any idea where to look?&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Problem with creating new mailboxes"</title>
<link>http://diymacserver.com/forum/topic/problem-with-creating-new-mailboxes#post-562</link>
<pubDate>Mon, 22 Sep 2008 18:36:02 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">562@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Try to send an email from the command line or an outside server. If everything is configured correctly a maildir should appear.
&#60;/p&#62;</description>
</item>
<item>
<title>mshad on "Problem with creating new mailboxes"</title>
<link>http://diymacserver.com/forum/topic/problem-with-creating-new-mailboxes#post-559</link>
<pubDate>Sun, 21 Sep 2008 18:51:06 +0000</pubDate>
<dc:creator>mshad</dc:creator>
<guid isPermaLink="false">559@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Postfixadmin hangs up while creating mailboxes. I don't have any subdirs under /usr/local/virtual.&#60;/p&#62;
&#60;p&#62;I am using the correct functions.inc.php.&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Configuring postfix to bounce mail..."</title>
<link>http://diymacserver.com/forum/topic/configuring-postfix-to-bounce-mail#post-444</link>
<pubDate>Wed, 16 Jan 2008 18:40:38 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">444@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Sorry, can't help you with that. You have a catch-all address and that is what it will do. The only thing you could do is create aliases for all the addresses you use and remove the catch-all.
&#60;/p&#62;</description>
</item>
<item>
<title>bluewomble on "Configuring postfix to bounce mail..."</title>
<link>http://diymacserver.com/forum/topic/configuring-postfix-to-bounce-mail#post-443</link>
<pubDate>Wed, 16 Jan 2008 11:13:56 +0000</pubDate>
<dc:creator>bluewomble</dc:creator>
<guid isPermaLink="false">443@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;But the problem is that I don;t currently have an alias for&#60;br /&#62;
    &#60;code&#62;&#60;a href=&#34;mailto:thisaddressgetslotsofspam@mydomain.com&#34;&#62;thisaddressgetslotsofspam@mydomain.com&#60;/a&#62; --&#38;gt; &#60;a href=&#34;mailto:myactualaddress@mydomain.com&#34;&#62;myactualaddress@mydomain.com&#60;/a&#62;.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I only have the general rule that anything @mydomain.com  goes to &#60;a href=&#34;mailto:myactualaddress@mydomain.com&#34;&#62;myactualaddress@mydomain.com&#60;/a&#62;, va the alias:&#60;br /&#62;
    &#60;code&#62;@mydomain.com --&#38;gt; &#60;a href=&#34;mailto:myactualaddress@mydomain.com&#34;&#62;myactualaddress@mydomain.com&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So I already have a general alias that means that *@mydomain.com goes to me, I need a specific rule that just bounces all mail sent to &#60;a href=&#34;mailto:thisaddressgetslotsofspam@mydomain.com&#34;&#62;thisaddressgetslotsofspam@mydomain.com&#60;/a&#62;...
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Configuring postfix to bounce mail..."</title>
<link>http://diymacserver.com/forum/topic/configuring-postfix-to-bounce-mail#post-442</link>
<pubDate>Tue, 15 Jan 2008 21:26:45 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">442@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Just remove the alias and the mail address does not exist anymore and emails get bounced...&#60;/p&#62;
&#60;p&#62;Nice idea by the way!
&#60;/p&#62;</description>
</item>
<item>
<title>bluewomble on "Configuring postfix to bounce mail..."</title>
<link>http://diymacserver.com/forum/topic/configuring-postfix-to-bounce-mail#post-441</link>
<pubDate>Mon, 14 Jan 2008 16:49:17 +0000</pubDate>
<dc:creator>bluewomble</dc:creator>
<guid isPermaLink="false">441@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I've used postfix.admin to set up my domain so that @mydomain.com gets sent to me... I've done this with an alias:&#60;/p&#62;
&#60;p&#62;@mydomain.com --&#38;gt; &#60;a href=&#34;mailto:myactualaddress@mydomain.com&#34;&#62;myactualaddress@mydomain.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I use this setup so that every site I set up an account for gets given a different email address, e.g.&#60;br /&#62;
 &#60;a href=&#34;mailto:diymacserver@mydomain.com&#34;&#62;diymacserver@mydomain.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the idea behind this is that if I get lots of spam sent to a particular address I can just start to bounce the mail sent to that address...&#60;/p&#62;
&#60;p&#62;Anyway, I now have an address that I want to bounce (because lots of spam goes there), but can't work out how to use postfix.admin to bounce specific addresses...  Basically I want to keep my general alias:&#60;br /&#62;
@mydomain.com --&#38;gt; &#60;a href=&#34;mailto:myactualaddress@mydomain.com&#34;&#62;myactualaddress@mydomain.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;but also have a rule that says that mail to the alias:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;mailto:thisaddressgetslotsofspam@mysomain.com&#34;&#62;thisaddressgetslotsofspam@mysomain.com&#60;/a&#62; --&#38;gt; bounce back to sender&#60;/p&#62;
&#60;p&#62;Any ideas on how to do this?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Unable to access postfixadmin/admin"</title>
<link>http://diymacserver.com/forum/topic/unable-to-access-postfixadminadmin#post-318</link>
<pubDate>Mon, 19 Feb 2007 09:48:39 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">318@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;your .htaccess file should be in postfixadmin/admin/ and should have the content as described in the documentation. Be aware of the pathnames used in there, they might be different in your setup...
&#60;/p&#62;</description>
</item>
<item>
<title>snozle on "Unable to access postfixadmin/admin"</title>
<link>http://diymacserver.com/forum/topic/unable-to-access-postfixadminadmin#post-313</link>
<pubDate>Sun, 18 Feb 2007 13:43:43 +0000</pubDate>
<dc:creator>snozle</dc:creator>
<guid isPermaLink="false">313@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Yes, I have allowoverride set to all in my httpd.conf file. Do I need to add something to my .htaccess file?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Unable to access postfixadmin/admin"</title>
<link>http://diymacserver.com/forum/topic/unable-to-access-postfixadminadmin#post-311</link>
<pubDate>Sun, 18 Feb 2007 10:30:08 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">311@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Sorry, have the wrong url, you first have to create users to be able to access &#60;code&#62;http//localhost/postfixadmin/login.php&#60;/code&#62;&#60;br /&#62;
You need to create them in &#60;code&#62;http//localhost/postfixadmin/admin/&#60;/code&#62;, you should get the browser to respond with an authentication request where you should use the admin/admin combination ?&#60;br /&#62;
Do you have the AllowOverride All in your httpd.conf ?
&#60;/p&#62;</description>
</item>
<item>
<title>snozle on "Unable to access postfixadmin/admin"</title>
<link>http://diymacserver.com/forum/topic/unable-to-access-postfixadminadmin#post-309</link>
<pubDate>Sat, 17 Feb 2007 22:14:58 +0000</pubDate>
<dc:creator>snozle</dc:creator>
<guid isPermaLink="false">309@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I don't get any error with that URL, only when I try to load postfixadmin/admin. However, when I try to login via postfixadmin/login.php I am unable to. &#60;/p&#62;
&#60;p&#62;I've tried the default values of admin/admin, and I've also tried changing the password in .htpasswd via your instructions, but neither works, seems something is wrong with the authentication.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Unable to access postfixadmin/admin"</title>
<link>http://diymacserver.com/forum/topic/unable-to-access-postfixadminadmin#post-308</link>
<pubDate>Sat, 17 Feb 2007 21:11:26 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">308@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;The hostname in &#60;code&#62;main.cf&#60;/code&#62; should be the hostname you got from your ISP.&#60;/p&#62;
&#60;p&#62;What is the error you get when accessing &#60;code&#62;http//localhost/postfixadmin/login.php&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>snozle on "Unable to access postfixadmin/admin"</title>
<link>http://diymacserver.com/forum/topic/unable-to-access-postfixadminadmin#post-307</link>
<pubDate>Sat, 17 Feb 2007 20:35:35 +0000</pubDate>
<dc:creator>snozle</dc:creator>
<guid isPermaLink="false">307@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I am able to access postfix admin via:&#60;br /&#62;
&#60;code&#62;http//localhost/postfixadmin/login.php&#60;/code&#62;&#60;br /&#62;
but I am unable to access:&#60;br /&#62;
&#60;code&#62;&#60;a href=&#34;http://localhost/postfixadmin/admin&#34; rel=&#34;nofollow&#34;&#62;http://localhost/postfixadmin/admin&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I followed the instructions perfectly, the only thing I wasn't sure about is the hostname variable in:&#60;br /&#62;
&#60;code&#62;/etc/postfix/main.cf&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, how can I test to see that the mailserver is configured properly. I would like to be able to send a test email or something.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Michael on "Problem with creating new mailboxes"</title>
<link>http://diymacserver.com/forum/topic/problem-with-creating-new-mailboxes#post-188</link>
<pubDate>Sun, 12 Nov 2006 02:02:40 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">188@http://diymacserver.com/forum/</guid>
<description>I just ran into this.  Good catch</description>
</item>
<item>
<title>Richard on "Problem with creating new mailboxes"</title>
<link>http://diymacserver.com/forum/topic/problem-with-creating-new-mailboxes#post-55</link>
<pubDate>Sun, 10 Sep 2006 20:08:42 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">55@http://diymacserver.com/forum/</guid>
<description>Ok, I've got it solved as far as I can tell. When testing this solution against postfix 2.2.3 with the strict pipelining settings the mailboxes get created on the system which means that new users don't have problems accessing their newly created mail address via POP3 or IMAP.&#60;br /&#62;
&#60;br /&#62;
You got to replace the function 'smtp_mail($to, $from, $data)' in the file functions.inc.php with the following:&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function smtp_mail &#38;#40;$to, $from, $data&#38;#41;&#60;br /&#62;
&#38;#123;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;global $CONF;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$smtpd_server = $CONF&#38;#91;'smtp_server'&#38;#93;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$smtpd_port = $CONF&#38;#91;'smtp_port'&#38;#93;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$smtp_server = $_SERVER&#38;#91;&#38;quot;SERVER_NAME&#38;quot;&#38;#93;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$errno = &#38;quot;0&#38;quot;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$errstr = &#38;quot;0&#38;quot;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$timeout = &#38;quot;30&#38;quot;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;$fh = @fsockopen &#38;#40;$smtpd_server, $smtpd_port, $errno, $errstr, $timeout&#38;#41;;&#60;br /&#62;
&#60;br /&#62;
&#38;nbsp; &#38;nbsp;if &#38;#40;!$fh&#38;#41;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;&#38;#123;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; return false;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;&#38;#125;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;else&#60;br /&#62;
&#38;nbsp; &#38;nbsp;&#38;#123;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fputs &#38;#40;$fh, &#38;quot;EHLO $smtp_server\r\n&#38;quot;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; $res = smtp_get_response&#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fputs &#38;#40;$fh, &#38;quot;MAIL FROM&#38;#58;&#38;lt;$from&#38;gt;\r\n&#38;quot;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; $res = smtp_get_response&#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fputs &#38;#40;$fh, &#38;quot;RCPT TO&#38;#58;&#38;lt;$to&#38;gt;\r\n&#38;quot;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; $res = smtp_get_response&#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fputs &#38;#40;$fh, &#38;quot;DATA\r\n&#38;quot;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; $res = smtp_get_response&#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fputs &#38;#40;$fh, &#38;quot;$data\r\n.\r\n&#38;quot;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; $res = smtp_get_response&#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fputs &#38;#40;$fh, &#38;quot;QUIT\r\n&#38;quot;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; $res = smtp_get_response&#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; fclose &#38;#40;$fh&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp;&#38;#125;&#38;nbsp; &#60;br /&#62;
&#38;nbsp; &#38;nbsp;return true;&#60;br /&#62;
&#38;#125;&#38;nbsp; &#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
Also you need to add the following function to read the response from Postfix properly, add it anywhere in the functon file.&#60;br /&#62;
&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;function smtp_get_response &#38;#40;$fh&#38;#41;&#60;br /&#62;
&#38;#123;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;$res ='';&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;do&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;#123;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; $line = fgets&#38;#40;$fh, 256&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; $res .= $line;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;#125;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;while &#38;#40;preg_match&#38;#40;&#38;quot;/^\d\d\d\-/&#38;quot;, $line&#38;#41;&#38;#41;;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;return $res;&#60;br /&#62;
&#38;#125;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
I didn't make this up myself, I just copied the code that was needed from CVS.&#60;br /&#62;
&#60;br /&#62;
You can also donwload the complete functions.inc.php file from &#60;a href=&#34;http://switch.richard5.net/serverinstall/functions.inc.php.txt&#34;&#62;here&#60;/a&#62;.</description>
</item>
<item>
<title>Richard on "Problem with creating new mailboxes"</title>
<link>http://diymacserver.com/forum/topic/problem-with-creating-new-mailboxes#post-52</link>
<pubDate>Thu, 07 Sep 2006 15:03:04 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">52@http://diymacserver.com/forum/</guid>
<description>Since the upgrade of postfix to version 2.2 there has been a problem with the automatic creation of the mail directories. Postfix admin sends an email to the newly created email address which results in the creation of the maildir. However, postfix has become very strict in their acceptance of incoming email.&#60;br /&#62;
&#60;br /&#62;
The email being send is rejected because of the unauth pipelining being caused by postfix admin. Or in plain words, postfix admin is sending a lot of commands to postfix without listening for answers. The bug is noticed and solved in the source tree but it has been some time since there has been a release.&#60;br /&#62;
&#60;br /&#62;
I'll try to get a bugfix for the current 2.1.0 release out of the source tree and test it out.</description>
</item>

</channel>
</rss>

