<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commenti a: Qmailtoaster &amp; Dovecot IMAP</title>
	<atom:link href="http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/feed/" rel="self" type="application/rss+xml" />
	<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/</link>
	<description>C'è chi vede il bicchiere mezzo pieno e chi lo vede mezzo vuoto... Per me, l'acqua che manca, è traboccata fuori ;)</description>
	<lastBuildDate>Fri, 15 Jul 2011 00:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Di: Bryan</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-22784</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 11 Feb 2011 13:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-22784</guid>
		<description>If anyone is using this setup and Dovecot broke when upgrading from Debian Lenny -&gt; Squeeze this is due to the migration to Dovecot 1.2.  Alex&#039;s update in the comments should fix the problem.

auth default {
passdb checkpassword {
args = /home/vpopmail/bin/vchkpw
}
userdb prefetch {
}
userdb checkpassword {
args = /home/vpopmail/bin/vchkpw
}
userdb static {
args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u
}
count = 1
}</description>
		<content:encoded><![CDATA[<p>If anyone is using this setup and Dovecot broke when upgrading from Debian Lenny -&gt; Squeeze this is due to the migration to Dovecot 1.2.  Alex&#8217;s update in the comments should fix the problem.</p>
<p>auth default {<br />
passdb checkpassword {<br />
args = /home/vpopmail/bin/vchkpw<br />
}<br />
userdb prefetch {<br />
}<br />
userdb checkpassword {<br />
args = /home/vpopmail/bin/vchkpw<br />
}<br />
userdb static {<br />
args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u<br />
}<br />
count = 1<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Parantido Julius De Rica</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-16010</link>
		<dc:creator>Parantido Julius De Rica</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-16010</guid>
		<description>Ops,

sorry for double post. I would to exply my previous reply.

Vpopmail, above 100 domains, create a new directory called 0 inside of which it stores next 100 domains!

Then you should to have something like that

/home/vpopmail/domains/0/OTHER_DOMAINS

Obviously following statement

args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u

Stops to work!</description>
		<content:encoded><![CDATA[<p>Ops,</p>
<p>sorry for double post. I would to exply my previous reply.</p>
<p>Vpopmail, above 100 domains, create a new directory called 0 inside of which it stores next 100 domains!</p>
<p>Then you should to have something like that</p>
<p>/home/vpopmail/domains/0/OTHER_DOMAINS</p>
<p>Obviously following statement</p>
<p>args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u</p>
<p>Stops to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Parantido Julius De Rica</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-16009</link>
		<dc:creator>Parantido Julius De Rica</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-16009</guid>
		<description>Mmmm,

looks like a nice tutorial but ... what happens when you get over 100 domains?!

Dovecot authentication stops working!</description>
		<content:encoded><![CDATA[<p>Mmmm,</p>
<p>looks like a nice tutorial but &#8230; what happens when you get over 100 domains?!</p>
<p>Dovecot authentication stops working!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: mvg</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-15812</link>
		<dc:creator>mvg</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-15812</guid>
		<description>Qmailtoaster &amp; Dovecot IMAP &#124; DoK - Where Dreams Come From great article thank you.</description>
		<content:encoded><![CDATA[<p>Qmailtoaster &amp; Dovecot IMAP | DoK &#8211; Where Dreams Come From great article thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: alex</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-15304</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 31 Jul 2009 13:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-15304</guid>
		<description>A little change from version 1.2.x, in userdb prefetch there is no args.
From now proper configuration for qmailtoaster:
auth default {
  passdb checkpassword {
    args = /home/vpopmail/bin/vchkpw
  }
  userdb prefetch {
  }
  userdb checkpassword {
    args = /home/vpopmail/bin/vchkpw
  }
  userdb static {
    args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u
  }
  count = 1
}</description>
		<content:encoded><![CDATA[<p>A little change from version 1.2.x, in userdb prefetch there is no args.<br />
From now proper configuration for qmailtoaster:<br />
auth default {<br />
  passdb checkpassword {<br />
    args = /home/vpopmail/bin/vchkpw<br />
  }<br />
  userdb prefetch {<br />
  }<br />
  userdb checkpassword {<br />
    args = /home/vpopmail/bin/vchkpw<br />
  }<br />
  userdb static {<br />
    args = uid=89 gid=89 home=/home/vpopmail/domains/%d/%u<br />
  }<br />
  count = 1<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: alex</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-13899</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-13899</guid>
		<description>To be compatible with Courier-imap You should additionaly write in dovecot.conf:
namespace private {
   separator = .
   prefix = INBOX.
   inbox = yes
}

Without it will be the problem to access old emails.
Regards,
Aleksander Podsiadły</description>
		<content:encoded><![CDATA[<p>To be compatible with Courier-imap You should additionaly write in dovecot.conf:<br />
namespace private {<br />
   separator = .<br />
   prefix = INBOX.<br />
   inbox = yes<br />
}</p>
<p>Without it will be the problem to access old emails.<br />
Regards,<br />
Aleksander Podsiadły</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Salvatore Ansani</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-8286</link>
		<dc:creator>Salvatore Ansani</dc:creator>
		<pubDate>Thu, 09 Oct 2008 09:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-8286</guid>
		<description>Hi Pat,
it seems you have a security issues creating /etc/tcp.smtp temp file.

Which user do you use to launch dovecot ??

Salvatore</description>
		<content:encoded><![CDATA[<p>Hi Pat,<br />
it seems you have a security issues creating /etc/tcp.smtp temp file.</p>
<p>Which user do you use to launch dovecot ??</p>
<p>Salvatore</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: patrick</title>
		<link>http://ansani.it/2008/08/14/qmailtoaster-dovecot-imap/comment-page-1/#comment-8276</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Wed, 08 Oct 2008 20:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://ansani.it/?p=588#comment-8276</guid>
		<description>hi!

i am trying to setup dovecot with vpopmail on debian. everything seems to work ok, but:

telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is &#039;^]&#039;.
* OK Dovecot ready.
a login postmaster@test.bogus xxx
a NO Authentication failed.


dovecot: Oct 08 16:36:10 Info: Dovecot v1.1.4 starting up
dovecot: Oct 08 16:36:10 Info: Generating Diffie-Hellman parameters for the first time. This may take a while..
dovecot: Oct 08 16:43:17 Error: auth(default): tcprules: fatal: unable to create /etc/tcp.smtp.tmp.20161: access denied
dovecot: Oct 08 16:43:17 Error: user postmaster: Logins with UID 0 not permitted
dovecot: Oct 08 16:43:17 Info: imap-login: Internal login failure (auth failed, 1 attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured


here&#039;s the content of vpopmail database:

select * from vpopmail;
+------------+------------+------------------------------------+--------+--------+------------+-------------------------------------------------+----------+-----------------+
&#124; pw_name    &#124; pw_domain  &#124; pw_passwd                          &#124; pw_uid &#124; pw_gid &#124; pw_gecos   &#124; pw_dir                                          &#124; pw_shell &#124; pw_clear_passwd &#124;
+------------+------------+------------------------------------+--------+--------+------------+-------------------------------------------------+----------+-----------------+
&#124; postmaster &#124; test.bogus &#124; $1$8TUMu/ &#124;  0 &#124;  0 &#124; Postmaster &#124; /var/lib/vpopmail/domains/test.bogus/postmaster &#124; NOQUOTA  &#124; xxx            &#124;

do you have 2 minutes to help me?
pat (canada / montreal)</description>
		<content:encoded><![CDATA[<p>hi!</p>
<p>i am trying to setup dovecot with vpopmail on debian. everything seems to work ok, but:</p>
<p>telnet localhost 143<br />
Trying 127.0.0.1&#8230;<br />
Connected to localhost.<br />
Escape character is &#8216;^]&#8217;.<br />
* OK Dovecot ready.<br />
a login <a href="mailto:postmaster@test.bogus">postmaster@test.bogus</a> xxx<br />
a NO Authentication failed.</p>
<p>dovecot: Oct 08 16:36:10 Info: Dovecot v1.1.4 starting up<br />
dovecot: Oct 08 16:36:10 Info: Generating Diffie-Hellman parameters for the first time. This may take a while..<br />
dovecot: Oct 08 16:43:17 Error: auth(default): tcprules: fatal: unable to create /etc/tcp.smtp.tmp.20161: access denied<br />
dovecot: Oct 08 16:43:17 Error: user postmaster: Logins with UID 0 not permitted<br />
dovecot: Oct 08 16:43:17 Info: imap-login: Internal login failure (auth failed, 1 attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured</p>
<p>here&#8217;s the content of vpopmail database:</p>
<p>select * from vpopmail;<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />
| pw_name    | pw_domain  | pw_passwd                          | pw_uid | pw_gid | pw_gecos   | pw_dir                                          | pw_shell | pw_clear_passwd |<br />
+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+<br />
| postmaster | test.bogus | $1$8TUMu/ |  0 |  0 | Postmaster | /var/lib/vpopmail/domains/test.bogus/postmaster | NOQUOTA  | xxx            |</p>
<p>do you have 2 minutes to help me?<br />
pat (canada / montreal)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

