<?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>Shekhar Govindarajan's Blog &#187; possible reason/solution</title>
	<atom:link href="http://www.shekhargovindarajan.com/tag/possible-reasonsolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shekhargovindarajan.com</link>
	<description>My Notepad on the Web</description>
	<lastBuildDate>Wed, 08 Feb 2012 04:58:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com/" />
			<item>
		<title>Postfix issue: Skipped, still being delivered</title>
		<link>http://www.shekhargovindarajan.com/tips-n-tricks/postfix-issue-skipped-still-being-delivered/?&#038;owa_medium=feed&#038;owa_sid=&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=postfix-issue-skipped-still-being-delivered</link>
		<comments>http://www.shekhargovindarajan.com/tips-n-tricks/postfix-issue-skipped-still-being-delivered/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:26:53 +0000</pubDate>
		<dc:creator>Shekhar</dc:creator>
				<category><![CDATA[Tips N Tricks]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[possible reason/solution]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[system administrator]]></category>

		<guid isPermaLink="false">http://www.shekhargovindarajan.com/?p=6</guid>
		<description><![CDATA[Today, a client of mine complained about mails not showing up. The system administrator (at the client&#8217;s place) claimed to see the mails in the mailq (mail queue). I logged into the server and indeed found the mails in the mailq. After checking the logs (/var/log/maillog) I saw messages, similar to the one below, repeating: [...]]]></description>
			<content:encoded><![CDATA[<p>Today, a client of mine complained about mails not showing up. The system administrator (at the client&#8217;s place) claimed to see the mails in the mailq (mail queue). I logged into the server and indeed found the mails in the mailq. After checking the logs (/var/log/maillog) I saw messages, similar to the one below, repeating:</p>
<p>Jul 10 17:01:05 server postfix/qmgr[24347]: CB4F21928CBA: skipped, still being delivered</p>
<p>This message repeated for many (maybe all) messages held in the mailq. Googled and googled for a possible reason/solution or a hint to it. The reason which made most sense to me was &#8220;Postfix was restarted when qmgr (Queue Manager) was processing the mails&#8221;, found via Google.The system administrator also reported of restarting Postfix.</p>
<p>Flushing the queue (service postfix flush) did not work. The solution that finally worked was re-queuing  the mails using the following command:</p>
<p><strong>postsuper -r ALL</strong></p>
<p>and I could see the queue clearing up!</p>
<img src="http://www.shekhargovindarajan.com/?ak_action=api_record_view&id=6&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.shekhargovindarajan.com/tips-n-tricks/postfix-issue-skipped-still-being-delivered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

