<?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>Comments on: Installing Postfix with MySql backend and SASL for SMTP authentication</title>
	<atom:link href="http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/</link>
	<description>Copy/Paste tutorials for Debian based Linux distros</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Julien</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1501</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Mon, 08 Aug 2011 00:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1501</guid>
		<description>My bad... overlooked the smtp/smtps disctinction! :-)

One last thing to make the POP3/IMAP work... the authdaemon is looking for a &#039;name&#039; field in the SQL query, and that was missing from the CREATE TABLE for users. Just add a name:

# Create table for e-mail accounts / users
CREATE TABLE users (
email varchar(255) NOT NULL,
password varchar(255) NOT NULL,
quota int(10) DEFAULT &#039;104857600&#039;,
name varchar(255),
PRIMARY KEY (email)
) TYPE=MyISAM;</description>
		<content:encoded><![CDATA[<p>My bad&#8230; overlooked the smtp/smtps disctinction! <img src='http://www.debiantutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>One last thing to make the POP3/IMAP work&#8230; the authdaemon is looking for a &#8216;name&#8217; field in the SQL query, and that was missing from the CREATE TABLE for users. Just add a name:</p>
<p># Create table for e-mail accounts / users<br />
CREATE TABLE users (<br />
email varchar(255) NOT NULL,<br />
password varchar(255) NOT NULL,<br />
quota int(10) DEFAULT &#8217;104857600&#8242;,<br />
name varchar(255),<br />
PRIMARY KEY (email)<br />
) TYPE=MyISAM;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1498</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Sat, 06 Aug 2011 15:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1498</guid>
		<description>Looks like a very nice tutorial and I&#039;ve been trying to get it to work so that I can stop managing long virtual email lists and turn some of them into full blown POP/IMAP boxes, while keeping minor ones as forwards.

I couldn&#039;t get it to work, tt seems that SSL is the problem so far. Ex: Google/GMail can&#039;t connect:

SSL_accept error from mail-vx0-f179.google.com[209.85.220.179]: -1

Did I forget something?</description>
		<content:encoded><![CDATA[<p>Looks like a very nice tutorial and I&#8217;ve been trying to get it to work so that I can stop managing long virtual email lists and turn some of them into full blown POP/IMAP boxes, while keeping minor ones as forwards.</p>
<p>I couldn&#8217;t get it to work, tt seems that SSL is the problem so far. Ex: Google/GMail can&#8217;t connect:</p>
<p>SSL_accept error from mail-vx0-f179.google.com[209.85.220.179]: -1</p>
<p>Did I forget something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1443</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 20 Jan 2011 19:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1443</guid>
		<description>Fantastic tutorial. I was able to get through this with minimal problems. I also told a friend about this because he could use it.</description>
		<content:encoded><![CDATA[<p>Fantastic tutorial. I was able to get through this with minimal problems. I also told a friend about this because he could use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Masters</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1300</link>
		<dc:creator>Masters</dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1300</guid>
		<description>If in log show this msg.
SASL authentication failure: cannot connect to saslauthd server: Permission denied

Add this command in tutorial

adduser postfix sasl
/etc/init.d/postfix restart</description>
		<content:encoded><![CDATA[<p>If in log show this msg.<br />
SASL authentication failure: cannot connect to saslauthd server: Permission denied</p>
<p>Add this command in tutorial</p>
<p>adduser postfix sasl<br />
/etc/init.d/postfix restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fantasio</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1283</link>
		<dc:creator>fantasio</dc:creator>
		<pubDate>Tue, 03 Nov 2009 23:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1283</guid>
		<description>Thanx for your help . yes i solved this problems. there is a space before -o smtpd_tls_wrapper mode=yes

-o smtpd_tls_wrapper mode=yes (wrong)
    -o smtpd_tls_wrapper mode=yes (right)  

also i changed  mail database name  and give user rights to mail database and removed {} signs but  now i am taking this errors  i am installed squirrelmail .and evertyhing seems ok , when i logging up to my server giving me this error .what must i do . 



Nov  3 17:57:22 mail dovecot: Dovecot v1.0.15 starting up
Nov  3 17:57:23 mail dovecot: auth-worker(default): mysql: Connected to 127.0.0.1 (mail)
Nov  3 17:58:29 mail dovecot: imap-login: Aborted login (1 authentication attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Nov  3 17:58:33 mail dovecot: imap-login: Aborted login (1 authentication attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
Nov  3 18:06:07 mail dovecot: Killed with signal 15
Nov  3 18:06:08 mail dovecot: Dovecot v1.0.15 starting up
Nov  3 18:06:09 mail dovecot: auth-worker(default): mysql: Connected to 127.0.0.1 (mail)
Nov  3 18:06:44 mail dovecot: imap-login: Aborted login (1 authentication attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured</description>
		<content:encoded><![CDATA[<p>Thanx for your help . yes i solved this problems. there is a space before -o smtpd_tls_wrapper mode=yes</p>
<p>-o smtpd_tls_wrapper mode=yes (wrong)<br />
    -o smtpd_tls_wrapper mode=yes (right)  </p>
<p>also i changed  mail database name  and give user rights to mail database and removed {} signs but  now i am taking this errors  i am installed squirrelmail .and evertyhing seems ok , when i logging up to my server giving me this error .what must i do . </p>
<p>Nov  3 17:57:22 mail dovecot: Dovecot v1.0.15 starting up<br />
Nov  3 17:57:23 mail dovecot: auth-worker(default): mysql: Connected to 127.0.0.1 (mail)<br />
Nov  3 17:58:29 mail dovecot: imap-login: Aborted login (1 authentication attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured<br />
Nov  3 17:58:33 mail dovecot: imap-login: Aborted login (1 authentication attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured<br />
Nov  3 18:06:07 mail dovecot: Killed with signal 15<br />
Nov  3 18:06:08 mail dovecot: Dovecot v1.0.15 starting up<br />
Nov  3 18:06:09 mail dovecot: auth-worker(default): mysql: Connected to 127.0.0.1 (mail)<br />
Nov  3 18:06:44 mail dovecot: imap-login: Aborted login (1 authentication attempts): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aip</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1282</link>
		<dc:creator>aip</dc:creator>
		<pubDate>Sat, 31 Oct 2009 21:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1282</guid>
		<description>Hey Fantasio

Make sure you replace {database} with your database name and remove all brackets.

In your master.cf does line 87 say &quot;-o smtpd_tls_wrapper mode=yes&quot; instead of &quot;-o smtpd_tls_wrappermode=yes&quot; (Notice the space betwen wrapper and mode)?

- aip</description>
		<content:encoded><![CDATA[<p>Hey Fantasio</p>
<p>Make sure you replace {database} with your database name and remove all brackets.</p>
<p>In your master.cf does line 87 say &#8220;-o smtpd_tls_wrapper mode=yes&#8221; instead of &#8220;-o smtpd_tls_wrappermode=yes&#8221; (Notice the space betwen wrapper and mode)?</p>
<p>- aip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fantasio</title>
		<link>http://www.debiantutorials.com/installing-postfix-with-mysql-backend-and-sasl-for-smtp-authentication/comment-page-1/#comment-1278</link>
		<dc:creator>fantasio</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debiantutorials.net/?p=186#comment-1278</guid>
		<description>i am taking this error. what can i do 

mail postfix/master[3841]: fatal: /etc/postfix/master.cf: line 87: bad transport type: smtpd_tls_wrapper     mode=yes
Oct 26 17:21:21 mail postfix/master[5060]: fatal: /etc/postfix/master.cf: line 87: bad transport type: smtpd_tls_wrapper     mode=yes
Oct 26 17:45:17 mail imapd: authentication error: Input/output error
Oct 26 17:45:17 mail authdaemond: authmysql: mysql_select_db({database}) error: Access denied for user &#039;{fantasio}&#039;@&#039;localhost&#039; to database &#039;{database}&#039;</description>
		<content:encoded><![CDATA[<p>i am taking this error. what can i do </p>
<p>mail postfix/master[3841]: fatal: /etc/postfix/master.cf: line 87: bad transport type: smtpd_tls_wrapper     mode=yes<br />
Oct 26 17:21:21 mail postfix/master[5060]: fatal: /etc/postfix/master.cf: line 87: bad transport type: smtpd_tls_wrapper     mode=yes<br />
Oct 26 17:45:17 mail imapd: authentication error: Input/output error<br />
Oct 26 17:45:17 mail authdaemond: authmysql: mysql_select_db({database}) error: Access denied for user &#8216;{fantasio}&#8217;@'localhost&#8217; to database &#8216;{database}&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
