<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Days of ... (postfix)</title><link>http://blog.yellowbluebus.com</link><description>Useful technology stuff</description><lastBuildDate>Wed, 03 Jul 2013 12:03:00 GMT</lastBuildDate><generator>nikola</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Problem testing Postfix</title><link>http://blog.yellowbluebus.com/posts/wordpress20091210problem-testing-postfix.html</link><description>&lt;html&gt;&lt;body&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I am installing Postfix on my unmanaged VPS hosting machine and I am doing it first time ever. I followed the installation manual on Ubuntu site and everything looks all right except one tiny thing: I can’t send email using Telnet. Here is the response:&lt;/p&gt;  &lt;pre&gt;421 4.3.0 collect: Cannot write ./dfnBA9gfVO030273 (bfcommit, uid=0, gid=111): No such file or directory&lt;/pre&gt;
&lt;p&gt;I googled for an answer, but nothing useful came up so I tried to debug the problem myself. By looking into mail logs (/var/log/mail.log, found by examining /etc/syslog.conf) I found following strange response: &lt;/p&gt;

&lt;pre&gt; start postfix/master[15758]: fatal: bind 0.0.0.0 port 25: Address already in use&lt;/pre&gt;

&lt;p&gt;That means only one thing: there is another process listening on this port. Hmm, what could it be? Sendmail, perhaps. I uninstalled it, according to guides I was using, but it was still running.&lt;/p&gt;

&lt;p&gt;It’s time to stop it and start postfix!&lt;/p&gt;

&lt;pre&gt;sudo service sendmail stop



sudo service postfix restart&lt;/pre&gt;

&lt;p&gt; &lt;/p&gt;

&lt;p&gt;Problem solved!&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</description><guid>http://blog.yellowbluebus.com/posts/wordpress20091210problem-testing-postfix.html</guid><pubDate>Thu, 10 Dec 2009 10:16:44 GMT</pubDate></item></channel></rss>