{"id":222,"date":"2010-10-22T09:56:38","date_gmt":"2010-10-22T07:56:38","guid":{"rendered":""},"modified":"2010-10-22T10:00:46","modified_gmt":"2010-10-22T08:00:46","slug":"dovecot-206","status":"publish","type":"post","link":"https:\/\/drfugazi.eu.org\/en\/dovecot-206\/","title":{"rendered":"dovecot-2.0.6"},"content":{"rendered":"<p>Dovecot is an open source IMAP and POP3 email server for Linux\/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It&#8217;s fast, simple to set up, requires no special administration and it uses very little memory.<\/p>\n<p style=\"text-align: right; font-style: italic;\">Source: <a href=\"http:\/\/dovecot.org\/\" target=\"_blank\">http:\/\/dovecot.org\/<\/a><\/p>\n<p><a href=http:\/\/www.dovecot.org\/list\/dovecot-news\/2010-October\/000179.html\" target=\"_blank\">Dovecot 2.0.6<\/a> is bugfix release and should be more stable than previous versions of 2.0.x.<\/p>\n<p>Below you can find transcript of configuration and compilation session of Dovecot server and a script which I use for this purpose (as attachement).<\/p>\n<p><!--break--><\/p>\n<p>Download sources and unpack:<\/p>\n<pre><code>root@feniks:~# su - soft\r\nsoft@feniks:~% cd dovecot\r\nsoft@feniks:~\/dovecot% wget http:\/\/dovecot.org\/releases\/2.0\/dovecot-2.0.6.tar.gz\r\n--2010-10-22 09:10:05--  http:\/\/dovecot.org\/releases\/2.0\/dovecot-2.0.6.tar.gz\r\nResolving dovecot.org... 62.236.108.70\r\nConnecting to dovecot.org|62.236.108.70|:80... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 3155389 (3.0M) [application\/x-gzip]\r\nSaving to: `dovecot-2.0.6.tar.gz'\r\n\r\nsoft@feniks:~\/dovecot% wget http:\/\/dovecot.org\/releases\/2.0\/dovecot-2.0.6.tar.gz.sig\r\n--2010-10-22 09:12:56--  http:\/\/dovecot.org\/releases\/2.0\/dovecot-2.0.6.tar.gz.sig\r\nResolving dovecot.org... 62.236.108.70\r\nConnecting to dovecot.org|62.236.108.70|:80... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 198 \r\nSaving to: `dovecot-2.0.6.tar.gz.sig'\r\n\r\nsoft@feniks:~\/dovecot% gpg --verify dovecot-2.0.6.tar.gz.sig dovecot-2.0.6.tar.gz\r\ngpg: WARNING: using insecure memory!\r\ngpg: please see http:\/\/www.gnupg.org\/faq.html for more information\r\ngpg: Signature made Thu Oct 21 20:07:39 2010 CEST using DSA key ID 40558AC9\r\ngpg: Good signature from \"Timo Sirainen <tss@iki.fi>\"\r\ngpg: WARNING: This key is not certified with a trusted signature!\r\ngpg:          There is no indication that the signature belongs to the owner.\r\nPrimary key fingerprint: E643 F0BD FDCD 04D9 FFCB  6279 C948 5251 4055 8AC9\r\nsoft@feniks:~\/dovecot% gtar -zxf dovecot-2.0.6.tar.gz \r\n<\/code><\/pre>\n<p>Check configuration options:<\/p>\n<pre><code>soft@feniks:~\/dovecot% .\/dovecot-2.0.6\/configure --help|less<\/code><\/pre>\n<p>Replace version number in configuration script and run:<br \/>\n<em>NOTE: if you set &#8211;sysconfdir, you need to set parent directory, eg. &#8220;\/data\/etc&#8221;, not &#8220;\/data\/etc\/dovecot&#8221;<\/em><\/p>\n<pre><code>soft@feniks:~\/dovecot% gsed \"s\/2.0.3\/2.0.6\/g\" drf_dovecot-2.0.3_conf > drf_dovecot-2.0.6_conf\r\nsoft@feniks:~\/dovecot% chmod 754 drf_dovecot-2.0.6_conf\r\nsoft@feniks:~\/dovecot% .\/drf_dovecot-2.0.6_conf\r\n soft@feniks:~\/dovecot% .\/drf_dovecot-2.0.6_conf\r\ncc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007\/07\/12\r\nusage: cc [ options] files.  Use 'cc -flags' for details\r\nPATH=\/usr\/local\/bin:\/usr\/bin:\/opt\/SUNWspro\/bin:\/usr\/ccs\/bin:\/usr\/ucb\r\nCFLAGS=-xO3 -xautopar\r\nCPPFLAGS=-I\/usr\/local\/ssl\/include -I\/usr\/local\/openldap\/include -I\/usr\/local\/include\r\nCXXFLAGS=-xO3 -xautopar\r\nLDFLAGS=-L\/usr\/local\/ssl\/lib -R\/usr\/local\/ssl\/lib -L\/usr\/local\/openldap\/lib -R\/usr\/local\/openldap\/lib -L\/usr\/local\/lib -R\/usr\/local\/lib\r\n=============================================\r\ndmake clean [y|n] ?\r\nn\r\n=============================================\r\nconfigure [y|n] ?\r\ny\r\nchecking for a BSD-compatible install... \/usr\/local\/bin\/ginstall -c\r\nchecking whether build environment is sane... yes\r\nchecking for a thread-safe mkdir -p... \/usr\/local\/bin\/mkdir -p\r\nchecking for gawk... gawk\r\n...<\/code><\/pre>\n<p>Configuration summary:<\/p>\n<pre><code>Install prefix . : \/usr\/local\/dovecot-2.0.6\r\nFile offsets ... : 64bit\r\nI\/O polling .... : poll\r\nI\/O notifys .... : none\r\nSSL ............ : yes (OpenSSL)\r\nGSSAPI ......... : no\r\npassdbs ........ : static passwd passwd-file shadow pam checkpassword ldap\r\n                 : -bsdauth -sia -sql -vpopmail\r\nuserdbs ........ : static prefetch passwd passwd-file checkpassword ldap\r\n                 : -sql -vpopmail -nss\r\nSQL drivers .... :\r\n                 : -pgsql -mysql -sqlite<\/code><\/pre>\n<p>Compilation and test:<\/p>\n<pre><code>dmake [y|n] ?\r\ny\r\ndmake  all-recursive\r\n...\r\nCompillation successful\r\ndmake test || dmake check [y|n] ?\r\ny\r\ndmake: Fatal error: Don't know how to make target `test'\r\nMaking check in .\r\n...<\/code><\/pre>\n<p>Switch to root and install:<\/p>\n<pre><code>soft@feniks:~\/dovecot% exit\r\nroot@feniks:~# cd \/home\/soft\/dovecot\/dovecot-2.0.6 \r\nroot@feniks:\/home\/soft\/dovecot\/dovecot-2.0.6# dmake install\r\nMaking install in .\r\n\/bin\/bash .\/update-version.sh . .<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Dovecot is an open source IMAP and POP3 email server for Linux\/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It&#8217;s fast, simple to set up, requires no special administration and it uses very little memory.<\/p>\n<p style=\"text-align: right; font-style: italic;\">Source: <a href=\"http:\/\/dovecot.org\/\" target=\"_blank\">http:\/\/dovecot.org\/<\/a><\/p>\n<p><a href=http:\/\/www.dovecot.org\/list\/dovecot-news\/2010-October\/000179.html\" target=\"_blank\">Dovecot 2.0.6<\/a> is bugfix release and should be more stable than previous versions of 2.0.x.<\/p>\n<p>Below you can find transcript of configuration and compilation session of Dovecot server and a script which I use for this purpose (as attachement).<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[],"tags":[22],"jetpack_publicize_connections":[],"acf":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p7M9Tz-3A","jetpack-related-posts":[{"id":219,"url":"https:\/\/drfugazi.eu.org\/en\/dovecot-203\/","url_meta":{"origin":222,"position":0},"title":"dovecot-2.0.3","author":"drfugazi","date":"Wednesday October  6th, 2010","format":false,"excerpt":"Dovecot is an open source IMAP and POP3 email server for Linux\/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory. Source: http:\/\/dovecot.org\/ Below you\u2026","rel":"","context":"In \"Mail system\"","block_context":{"text":"Mail system","link":"https:\/\/drfugazi.eu.org\/en\/tag\/mail_system\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":348,"url":"https:\/\/drfugazi.eu.org\/en\/dovecot-2\/","url_meta":{"origin":222,"position":1},"title":"Dovecot","author":"drfugazi","date":"Monday June  4th, 2012","format":false,"excerpt":"Dovecot is an open source IMAP and POP3 email server for Linux\/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.","rel":"","context":"In &quot;Mail system&quot;","block_context":{"text":"Mail system","link":"https:\/\/drfugazi.eu.org\/en\/category\/mail-system\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":208,"url":"https:\/\/drfugazi.eu.org\/en\/dovecot-1213\/","url_meta":{"origin":222,"position":2},"title":"dovecot-1.2.13","author":"drfugazi","date":"Friday August 13th, 2010","format":false,"excerpt":"Dovecot is an open source IMAP and POP3 email server for Linux\/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory. Source: http:\/\/dovecot.org\/ Below you\u2026","rel":"","context":"In \"Mail system\"","block_context":{"text":"Mail system","link":"https:\/\/drfugazi.eu.org\/en\/tag\/mail_system\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":216,"url":"https:\/\/drfugazi.eu.org\/en\/dovecot-203\/","url_meta":{"origin":222,"position":3},"title":"dovecot-2.0.3","author":"drfugazi","date":"Tuesday September 21st, 2010","format":false,"excerpt":"Dovecot jest Open Sourceowym serwerem IMAP i POP3 dla system\u00f3w Linux\/UNIX, napisanym z naciskiem na bezpiecze\u0144stwo. Dovecot jest doskona\u0142ym wyborem zar\u00f3wno dla ma\u0142ych jak i wielkich instalacji. Jest szybki, \u0142atwy do ustawienia, nie wymaga specjalnej administracji i u\u017cywa niewiele pami\u0119ci. \u0179r\u00f3d\u0142o: http:\/\/dovecot.org\/ Poni\u017cej znajdziecie zapis sesji konfiguracji i kompilacji serwera\u2026","rel":"","context":"In \"Dovecot\"","block_context":{"text":"Dovecot","link":"https:\/\/drfugazi.eu.org\/en\/tag\/dovecot\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":206,"url":"https:\/\/drfugazi.eu.org\/en\/dovecot-1213\/","url_meta":{"origin":222,"position":4},"title":"dovecot-1.2.13","author":"drfugazi","date":"Friday August 13th, 2010","format":false,"excerpt":"Dovecot jest Open Sourceowym serwerem IMAP i POP3 dla system\u00f3w Linux\/UNIX, napisanym z naciskiem na bezpiecze\u0144stwo. Dovecot jest doskona\u0142ym wyborem zar\u00f3wno dla ma\u0142ych jak i wielkich instalacji. Jest szybki, \u0142atwy do ustawienia, nie wymaga specjalnej administracji i u\u017cywa niewiele pami\u0119ci. \u0179r\u00f3d\u0142o: http:\/\/dovecot.org\/ Poni\u017cej znajdziecie zapis sesji konfiguracji i kompilacji serwera\u2026","rel":"","context":"In \"Dovecot\"","block_context":{"text":"Dovecot","link":"https:\/\/drfugazi.eu.org\/en\/tag\/dovecot\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":220,"url":"https:\/\/drfugazi.eu.org\/en\/dovecot-20-sieve-020\/","url_meta":{"origin":222,"position":5},"title":"dovecot-2.0-sieve-0.2.0","author":"drfugazi","date":"Wednesday October  6th, 2010","format":false,"excerpt":"Pigeonhole - Sieve Support for Dovecot Projekt Pigeonhole is the name of the project that adds support for the Sieve language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the Dovecot Secure IMAP Server. In the literal sense, a pigeonhole is a a hole or recess inside a dovecot\u2026","rel":"","context":"In \"Mail system\"","block_context":{"text":"Mail system","link":"https:\/\/drfugazi.eu.org\/en\/tag\/mail_system\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/posts\/222"}],"collection":[{"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/comments?post=222"}],"version-history":[{"count":0,"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/posts\/222\/revisions"}],"wp:attachment":[{"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/media?parent=222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/categories?post=222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/drfugazi.eu.org\/en\/wp-json\/wp\/v2\/tags?post=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}