<?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>FAQforge &#187; Mailserver</title> <atom:link href="http://www.faqforge.com/tag/mailserver/feed/" rel="self" type="application/rss+xml" /><link>http://www.faqforge.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Wed, 01 Sep 2010 10:19:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>How to enable port 465 (smtps) in postfix mailserver</title><link>http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/</link> <comments>http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/#comments</comments> <pubDate>Wed, 28 Oct 2009 07:54:24 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Controlpanels]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Distributions]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Linux & Unix]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[Mailserver]]></category> <category><![CDATA[postfix]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=271</guid> <description><![CDATA[More and more internet access providers are closing port 25 to reduce spam except for connections to their own mailservers. If you run your own mailserver and have problems to connect to it on port 25, you can enable port 465 (smtps) in postfix as a workaround. Edit the /etc/postfix/master.cf file: vi /etc/postfix/master.cf and remove [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-enable-port-465-smtps-in-postfix-mailserver%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fhow-to-enable-port-465-smtps-in-postfix-mailserver%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>More and more internet access providers are closing port 25 to reduce spam except for connections to their own mailservers. If you run your own mailserver and have problems to connect to it on port 25, you can enable port 465 (smtps) in postfix as a workaround. Edit the /etc/postfix/master.cf file:<br
/><p
class="command">vi /etc/postfix/master.cf</p></p><p>and remove the # in front of the smtps line. Example for Debain 5, change the line:<br
/><p
class="command">#smtps     inet  n       -       -       -       -       smtpd</p></p><p>to:<br
/><p
class="command">smtps     inet  n       -       -       -       -       smtpd</p></p><p>and restart postfix:<br
/><p
class="command">/etc/init.d/postfix restart</p></p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to renew SSL certificates for courier pop3 and imap server on Debian or Ubuntu?</title><link>http://www.faqforge.com/linux/distributions/debian/how-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux/</link> <comments>http://www.faqforge.com/linux/distributions/debian/how-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux/#comments</comments> <pubDate>Tue, 28 Jul 2009 17:35:11 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Debian]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[courier]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[Mailserver]]></category> <category><![CDATA[pop3]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=75</guid> <description><![CDATA[This articles describes the renewal of SSL certificates for courier pop3 and imap server. This is nescessary e.g. when the certificates are expired or contain the wrong hostname. First delete the exsiting certificates: rm -f /etc/courier/imapd.pem rm -f /etc/courier/pop3d.pem Then edit the template that contains the details for the ecrtificates so that the hostname in [...]]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fdistributions%2Fdebian%2Fhow-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fdistributions%2Fdebian%2Fhow-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>This articles describes the renewal of SSL certificates for courier pop3 and imap server. This is nescessary e.g. when the certificates are expired or contain the wrong hostname.</p><p>First delete the exsiting certificates:</p><p
class="command">rm -f /etc/courier/imapd.pem<br
/> rm -f /etc/courier/pop3d.pem</p><p>Then edit the template that contains the details for the ecrtificates so that the hostname in the certificate matches the hsotanme of your server and that the email address matches your postmaster email address:</p><p
class="command">vi /etc/courier/imapd.cnf<br
/> vi /etc/courier/pop3d.cnf</p><p>and create the new certificates:</p><p
class="command">mkimapdcert<br
/> mkpop3dcert</p><p>Courier pop3 and imap have to be restarted so they pick up the new ecrtificates:</p><p
class="command">/etc/init.d/courier-imap-ssl restart<br
/> /etc/init.d/courier-pop-ssl restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/distributions/debian/how-to-renew-ssl-certificates-for-courier-pop3-and-imap-server-on-debian-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Postfix: One of the users on the system has a CatchAll-email address. He receives all emails, even those intended for users of another site on the same server.</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig2/postfix-one-of-the-users-on-the-system-has-a-catchall-email-address-he-receives-all-emails-even-those-intended-for-users-of-another-site-on-the-same-server/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig2/postfix-one-of-the-users-on-the-system-has-a-catchall-email-address-he-receives-all-emails-even-those-intended-for-users-of-another-site-on-the-same-server/#comments</comments> <pubDate>Tue, 28 Jul 2009 14:59:23 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[Mailserver]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=23</guid> <description><![CDATA[Please check if the domain of the users that receives all emails is the same as the domain $mydomain in /etc/postfix/main.cf. If this is the case, change $mydomain and run postfix reload on the shell. You should never enter a domain that is used for a virtual site on the server as $mydomain in /etc/postfix/main.cf!]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig2%2Fpostfix-one-of-the-users-on-the-system-has-a-catchall-email-address-he-receives-all-emails-even-those-intended-for-users-of-another-site-on-the-same-server%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig2%2Fpostfix-one-of-the-users-on-the-system-has-a-catchall-email-address-he-receives-all-emails-even-those-intended-for-users-of-another-site-on-the-same-server%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>Please check if the domain of the users that receives all emails is the same as the domain $mydomain in /etc/postfix/main.cf. If this is the case, change $mydomain and run<br
/><p
class="command">postfix reload</p></p><p>on the shell.</p><p>You should never enter a domain that is used for a virtual site on the server as $mydomain in /etc/postfix/main.cf!</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig2/postfix-one-of-the-users-on-the-system-has-a-catchall-email-address-he-receives-all-emails-even-those-intended-for-users-of-another-site-on-the-same-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Which virus- and Spam scanner is used by ISPConfig 3</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig3/which-virus-and-spam-scanner-is-used-by-ispconfig-3/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig3/which-virus-and-spam-scanner-is-used-by-ispconfig-3/#comments</comments> <pubDate>Tue, 28 Jul 2009 14:56:40 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 3]]></category> <category><![CDATA[Mailserver]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=21</guid> <description><![CDATA[ISPConfig 3 uses ClamAV (http://www.clamav.net) as virus scanner and spamassassin as spam scanner. Amavisd-new is used as content filter.]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fwhich-virus-and-spam-scanner-is-used-by-ispconfig-3%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig3%2Fwhich-virus-and-spam-scanner-is-used-by-ispconfig-3%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>ISPConfig 3 uses ClamAV (<a
href="http://www.clamav.net/" target="_blank">http://www.clamav.net</a>) as virus scanner and <a
href="http://spamassassin.apache.org/" target="_blank">spamassassin</a> as spam scanner. <a
href="http://www.ijs.si/software/amavisd/" target="_blank">Amavisd-new</a> is used as content filter.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig3/which-virus-and-spam-scanner-is-used-by-ispconfig-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Which virus scanner is used by ISPConfig 2</title><link>http://www.faqforge.com/linux/controlpanels/ispconfig2/which-virus-scanner-is-used-by-ispconfig-2/</link> <comments>http://www.faqforge.com/linux/controlpanels/ispconfig2/which-virus-scanner-is-used-by-ispconfig-2/#comments</comments> <pubDate>Tue, 28 Jul 2009 13:36:00 +0000</pubDate> <dc:creator>Till</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[ISPConfig 2]]></category> <category><![CDATA[ClamAV]]></category> <category><![CDATA[Mailserver]]></category><guid
isPermaLink="false">http://www.faqforge.com/?p=19</guid> <description><![CDATA[ISPConfig 2 uses ClamAV (http://www.clamav.net) as virus scanner and the E-mail Sanitizer (http://www.impsec.org/email-tools/procmail-security.html) as content filter.]]></description> <content:encoded><![CDATA[<div
class="tweetmeme_button" style="float: right; margin-left: 10px;"> <a
href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig2%2Fwhich-virus-scanner-is-used-by-ispconfig-2%2F"><br
/> <img
src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.faqforge.com%2Flinux%2Fcontrolpanels%2Fispconfig2%2Fwhich-virus-scanner-is-used-by-ispconfig-2%2F&amp;source=tweetmeme&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br
/> </a></div><p>ISPConfig 2 uses ClamAV (<a
href="http://www.clamav.net/" target="_blank">http://www.clamav.net</a>) as virus scanner and the E-mail Sanitizer (<a
href="http://www.impsec.org/email-tools/procmail-security.html" target="_blank">http://www.impsec.org/email-tools/procmail-security.html</a>) as content filter.</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/controlpanels/ispconfig2/which-virus-scanner-is-used-by-ispconfig-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 6/27 queries in 0.012 seconds using disk

Served from: www.faqforge.com @ 2010-09-06 18:12:38 -->