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

<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>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>Dave on "replacing postfixadmin with syscp?"</title>
<link>http://diymacserver.com/forum/topic/replacing-postfixadmin-with-syscp#post-216</link>
<pubDate>Fri, 17 Nov 2006 19:15:38 +0000</pubDate>
<dc:creator>Dave</dc:creator>
<guid isPermaLink="false">216@http://diymacserver.com/forum/</guid>
<description>Hi richard5,&#60;br /&#62;
&#60;br /&#62;
this is completely understandable.&#60;br /&#62;
i expect that we all (opensourcepeople) have the same problems ;-)&#60;br /&#62;
&#60;br /&#62;
maybe i can motivate the syscp guys to take a look at your tutorials. perhaps they are so impressed, that they start to setup on their own (including syscp) :-)&#60;br /&#62;
&#60;br /&#62;
greetings,&#60;br /&#62;
&#60;br /&#62;
Dave</description>
</item>
<item>
<title>Richard on "replacing postfixadmin with syscp?"</title>
<link>http://diymacserver.com/forum/topic/replacing-postfixadmin-with-syscp#post-215</link>
<pubDate>Fri, 17 Nov 2006 09:43:30 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">215@http://diymacserver.com/forum/</guid>
<description>Dave, I agree with your points and would love to take a good look at syscp or even at webmin which Jeff suggested earlier. &#60;br /&#62;
&#60;br /&#62;
The problem here is not that I don't want to take a look at it but it's the time constraints. I've got a daytime job, a family with kids and I have to negotiate between them to find time to spend here. &#60;br /&#62;
&#60;br /&#62;
I try to restrict myself to doing one subject at a time, which currently is DSpam and will move on to geylisting, and I have to support people who have problems setting up their Mac.&#60;br /&#62;
&#60;br /&#62;
I hope you understand this, I really want to but if I can't  do it properly I leave it till later. Please note that syscp is on my list of things to look at !</description>
</item>
<item>
<title>Dave on "replacing postfixadmin with syscp?"</title>
<link>http://diymacserver.com/forum/topic/replacing-postfixadmin-with-syscp#post-214</link>
<pubDate>Thu, 16 Nov 2006 18:29:12 +0000</pubDate>
<dc:creator>Dave</dc:creator>
<guid isPermaLink="false">214@http://diymacserver.com/forum/</guid>
<description>Hi Richard5,&#60;br /&#62;
&#60;br /&#62;
your tutorials are really great!&#60;br /&#62;
Only one point of critizism. i hope its constructive :-)&#60;br /&#62;
&#60;br /&#62;
postfixadmin is a fine tool, but your tutorial aims at a &#38;quot;isp in a box&#38;quot; so it would be really nice if there'd be an administration tool, to create &#38;amp; configure virtual webhosts etc, too.&#60;br /&#62;
&#60;br /&#62;
most of you probably know confixx from swsoft (comercial software), but only a few know about syscp.&#60;br /&#62;
&#60;br /&#62;
syscp has nearly ALL the confixx functions and it's opensource.&#60;br /&#62;
the core syscp devs use osx systems as clients, too and i read on the list that they are very interested in a &#38;quot;osx port&#38;quot;.&#60;br /&#62;
&#60;br /&#62;
in my opinion there is not much to do for such a port, as syscp is a php project and thus just needs to &#38;quot;speak&#38;quot; with the system daemons like apache, mysql, postfix etc.&#60;br /&#62;
&#60;br /&#62;
would be really great if you could take a look at it and cook up a nice tutorial :)&#60;br /&#62;
&#60;br /&#62;
the projectsite is located at &#60;a href=&#34;http://www.syscp.org&#34; rel=&#34;nofollow&#34;&#62;http://www.syscp.org&#60;/a&#62;&#60;br /&#62;
&#60;br /&#62;
and take a look at the screenshots:&#60;br /&#62;
&#60;a href=&#34;http://www.syscp.org/attachment/wiki/Ressources/customer_index.png?format=raw&#34; rel=&#34;nofollow&#34;&#62;http://www.syscp.org/attachment/wiki/Ressources/customer_index.png?format=raw&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.syscp.org/attachment/wiki/Ressources/admin_domains.png?format=raw&#34; rel=&#34;nofollow&#34;&#62;http://www.syscp.org/attachment/wiki/Ressources/admin_domains.png?format=raw&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.syscp.org/attachment/wiki/Ressources/admin_settings.png?format=raw&#34; rel=&#34;nofollow&#34;&#62;http://www.syscp.org/attachment/wiki/Ressources/admin_settings.png?format=raw&#60;/a&#62;&#60;br /&#62;
&#60;br /&#62;
they also have a mailinglist etc. just take a look at the site.</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>

