<?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>PostfixMail.com &#187; Postfix Commands</title>
	<atom:link href="http://postfixmail.com/blog/index.php/tag/postfix-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://postfixmail.com/blog</link>
	<description>Postfix Mail Server Training and Consulting</description>
	<lastBuildDate>Sat, 10 Jul 2010 13:18:43 +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>postqueue</title>
		<link>http://postfixmail.com/blog/index.php/postqueue/</link>
		<comments>http://postfixmail.com/blog/index.php/postqueue/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 15:50:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Postfix Commands]]></category>
		<category><![CDATA[postqueue]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=78</guid>
		<description><![CDATA[postqueue This command has several uses. Flush the Queue # postqueue -f Print the Contents of the Queue # postqueue -p Deliver Queued Mail for a Domain # postqueue -s myexample.com Though you may not have mail in the queue run these commands so you are familiar with them. Copyright CyberMontana Inc. and Postfixmail.com All [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/postqueue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postlog</title>
		<link>http://postfixmail.com/blog/index.php/postlog/</link>
		<comments>http://postfixmail.com/blog/index.php/postlog/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 15:49:10 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Postfix Commands]]></category>
		<category><![CDATA[postlog]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=74</guid>
		<description><![CDATA[postlog This command allows an external program to write to the mail log. This is what you would use if you had a shell script that you wanted to write messages to the mail log. # postlog testing postlog postfix/postlog: testing postlog Now check the log. # cat /var/log/mail.log &#124; grep testing Jul 3 23:49:02 [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/postlog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postmap</title>
		<link>http://postfixmail.com/blog/index.php/postmap/</link>
		<comments>http://postfixmail.com/blog/index.php/postmap/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 15:48:01 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Postfix Commands]]></category>
		<category><![CDATA[postmap]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=70</guid>
		<description><![CDATA[postmap The purpose of this command is to build indexed maps from flat files. In the example a virtual_mailbox_recipients database is created. Create this file /etc/postfix/virtual_mailbox_recipients with these contents. tom.smith@example.com     tomsmith jane.smith@example.com    jane # postmap hash:/etc/postfix/virtual_mailbox_recipients Copyright CyberMontana Inc. and Postfixmail.com All rights reserved. Cannot be reproduced without written permission. Box 1262 [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/postmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postcat</title>
		<link>http://postfixmail.com/blog/index.php/postcat/</link>
		<comments>http://postfixmail.com/blog/index.php/postcat/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 15:45:46 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[postcat]]></category>
		<category><![CDATA[Postfix Commands]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=67</guid>
		<description><![CDATA[postcat You can use postcat to view the contents of mail in the queue. First you will need to see a list of mail queue IDs with mailq command: mailq A48B0794BF3 Once you have the queue ID you may view the contents with: # postcat -q A48B0794BF3 Run the mailq command to see if any [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/postcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>postalias</title>
		<link>http://postfixmail.com/blog/index.php/postalias/</link>
		<comments>http://postfixmail.com/blog/index.php/postalias/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 15:43:53 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[postalias]]></category>
		<category><![CDATA[Postfix Commands]]></category>

		<guid isPermaLink="false">http://postfixmail.com/blog/?p=64</guid>
		<description><![CDATA[postalias This command is used to create the alias map. # postalias hash:/etc/postfix/aliases You will have to create the /etc/postfix/aliases file in order to run the command. Note: the /etc/aliases file is created by default and you can use this file by running the command newaliases. Edit your /etc/aliases file and enter an email address [...]]]></description>
		<wfw:commentRss>http://postfixmail.com/blog/index.php/postalias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
