<?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>Fri, 03 Feb 2012 13:47:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.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[<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:</p><p
class="command">vi /etc/postfix/master.cf</p><p>and remove the # in front of the smtps line. Example for Debain 5, change the line:</p><p
class="command">#smtps     inet  n       -       -       -       -       smtpd</p><p>to:</p><p
class="command">smtps     inet  n       -       -       -       -       smtpd</p><p>and restart postfix:</p><p
class="command">/etc/init.d/postfix restart</p> ]]></content:encoded> <wfw:commentRss>http://www.faqforge.com/linux/how-to-enable-port-465-smtps-in-postfix-mailserver/feed/</wfw:commentRss> <slash:comments>6</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[<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[<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</p><p
class="command">postfix reload</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[<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[<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>7</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/27 queries in 0.187 seconds using disk: basic
Object Caching 879/940 objects using disk: basic

Served from: www.faqforge.com @ 2012-02-04 23:21:14 -->
