<?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>MERCUMAYA.NET Blog &#187; Plesk</title>
	<atom:link href="http://blog.mercumaya.net/tag/plesk/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mercumaya.net</link>
	<description>Where Web All Begins!</description>
	<lastBuildDate>Wed, 26 May 2010 15:54:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add SPF records to all domains in Plesk</title>
		<link>http://blog.mercumaya.net/add-spf-records-to-all-domains-in-plesk.html</link>
		<comments>http://blog.mercumaya.net/add-spf-records-to-all-domains-in-plesk.html#comments</comments>
		<pubDate>Sun, 22 Jun 2008 02:13:27 +0000</pubDate>
		<dc:creator>MERCUMAYA</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://blog.mercumaya.net/?p=11</guid>
		<description><![CDATA[If you find yourself in the situation where you need to bulk add SPF records to every domain in Plesk, you can use this huge one-liner: mysql -u admin -p`cat /etc/psa/.psa.shadow` psa -e "select dns_zone_id,displayHost from dns_recs GROUP BY dns_zone_id ORDER BY dns_zone_id ASC;" &#124; awk '{print "INSERT INTO dns_recs (type,host,val,time_stamp,dns_zone_id,displayHost,displayVal) VALUES ('\''TXT'\'','\''"$2"'\'','\''v=spf1 a mx [...]]]></description>
			<content:encoded><![CDATA[<p>If you find yourself in the situation where you need to bulk add SPF records to every domain in Plesk, you can use this huge one-liner:</p>
<p><code>mysql -u admin -p`cat /etc/psa/.psa.shadow` psa -e "select dns_zone_id,displayHost from dns_recs GROUP BY dns_zone_id ORDER BY dns_zone_id ASC;" | awk '{print "INSERT INTO dns_recs (type,host,val,time_stamp,dns_zone_id,displayHost,displayVal) VALUES ('\''TXT'\'','\''"$2"'\'','\''v=spf1 a mx ~all'\'',NOW(),"$1",'\''"$2"'\'','\''v=spf1 a mx ~all'\'');"}' | mysql -u admin -p`cat /etc/psa/.psa.shadow` psa</code></p>
<p>Then you’ll need to make Plesk write these changes to the zone files:</p>
<p><code># mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e 'select name from domains' | awk '{print "/usr/local/psa/admin/sbin/dnsmng update " $1 }' | sh</code></p>
<p>You can check your work by viewing the new entries you made:</p>
<p><code>mysql -u admin -p`cat /etc/psa/.psa.shadow` psa -e "SELECT * FROM dns_recs WHERE type='TXT';"</code></p>
<p>Credit : http://rackerhacker.com/2007/04/24/add-spf-records-to-all-domains-in-plesk/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mercumaya.net/add-spf-records-to-all-domains-in-plesk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to compile php 4.4.9 for Plesk Server</title>
		<link>http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html</link>
		<comments>http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html#comments</comments>
		<pubDate>Wed, 13 Jun 2007 06:55:41 +0000</pubDate>
		<dc:creator>MERCUMAYA</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[swsoft]]></category>

		<guid isPermaLink="false">http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html</guid>
		<description><![CDATA[How to compile php on a plesk machine and actually get it to work so I took the time to document everything. This guide *should* work, I know it worked on 2 seperate machines. Aside from that do it at your own risk I am not so fond of plesk because it does have so [...]]]></description>
			<content:encoded><![CDATA[<p>How to compile php on a plesk machine and actually get it to work so I took the time to document everything. This guide *should* work, I know it worked on 2 seperate machines. Aside from that do it at your own risk I am not so fond of plesk because it does have so many issues with upgrade. If you have any trouble or dep issues please post thme here so I can work the fixes into the guide.</p>
<p>yum install zlib-devel webalizer unixODBC unixODBC-devel tcl tcl-devel sysstat sendmail-devel rwho pspell-devel php-devel php-imap php-ldap php-mysql php-odbc perl-Crypt-SSLeay perl-DBD-Pg perl-DB_File perl-DateManip perl-HTML-Parser perl-HTML-Tagset perl-Parse-Yapp perl-Time-HiRes perl-URI perl-XML-Dumper perl-XML-Encoding perl-XML-Grove perl-XML-Parser perl-XML-Twig perl-libwww-perl perl-libxml-enno perl-libxml-perl perl-suidperl pciutils-devel patchutils openssl-perl openssl-devel net-snmp net-snmp-devel net-snmp-libs net-snmp-perl net-snmp-utilsmysql-devel mrtg mod_perl mod_perl-devel mod_ssl mailman libxslt libxslt-devel libxml libxml-devel libtool libstdc++-devel libpng-devel libpng10 libpng10-devel libjpeg-devel libdbi-dbd-mysql joe htdig htdig-web gd gd-devel compat-libstdc++ compat-libstdc++-devel compat-db compat-gcc compat-gcc-c++ compat-glibc bzip2-devel bind bind-chroot bind-devel ImageMagick ImageMagick-devel ImageMagick-perl MyODBC mysql-bench libmhash libmhash-devel libmcrypt libmcrypt-devel sablotron sablotron-devel js- js-devel</p>
<p>cd /root<br />
wget http://us2.php.net/distributions/php-4.4.9.tar.gz<br />
tar -zvxf php-4.4.9.tar.gz<br />
cd php-4.4.9</p>
<p>./configure &#8211;prefix=/usr/local/php4 &#8211;bindir=/usr/bin &#8211;sbindir=/usr/sbin &#8211;sysconfdir=/etc &#8211;datadir=/usr/share &#8211;includedir=/usr/include &#8211;libdir=/usr/lib &#8211;libexecdir=/usr/libexec &#8211;with-libdir=lib &#8211;with-curl=/usr/bin &#8211;with-config-file-path=/usr/local/php4/lib &#8211;with-pic &#8211;disable-rpath &#8211;with-exec-dir=/usr/bin &#8211;with-png-dir=/usr &#8211;enable-gd-native-ttf &#8211;without-gdbm &#8211;with-gettext &#8211;with-iconv &#8211;with-jpeg-dir=/usr &#8211;with-png &#8211;with-zlib &#8211;enable-exif &#8211;enable-ftp &#8211;enable-magic-quotes &#8211;enable-sockets &#8211;enable-track-vars &#8211;enable-trans-sid &#8211;enable-yp &#8211;enable-wddx &#8211;with-pear=/usr/share/pear &#8211;enable-calendar &#8211;with-libxml-dir=/usr &#8211;with-xml &#8211;enable-force-cgi-redirect &#8211;enable-pcntl &#8211;enable-mbstring &#8211;enable-mbregex &#8211;with-ncurses &#8211;with-gd &#8211;enable-bcmath &#8211;with-xmlrpc &#8211;with-mysql &#8211;with-mysqli &#8211;enable-dom &#8211;with-xsl &#8211;enable-fastcgi &#8211;with-openssl &#8211;program-suffix=4 &#8211;with-expat-dir=/usr &#8211;with-mhash &#8211;with-mcrypt</p>
<p>make<br />
make install</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mercumaya.net/how-to-compile-php-447-for-plesk-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
