<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer: Forum: SASL - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer: Forum: SASL - Recent Posts</description>
<language>en</language>
<pubDate>Fri, 30 Jul 2010 05:38:29 +0000</pubDate>

<item>
<title>richard on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-205</link>
<pubDate>Tue, 14 Nov 2006 06:33:56 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">205@http://diymacserver.com/forum/</guid>
<description>Keep us posted on the results...</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-204</link>
<pubDate>Tue, 14 Nov 2006 06:31:34 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">204@http://diymacserver.com/forum/</guid>
<description>I'm going to see if I can modify this 'guidelet' to do what I'm looking for wrt default domain auth.&#60;br /&#62;
&#60;br /&#62;
&#60;a href=&#34;http://www.howtoforge.com/forums/archive/index.php/t-5863.html&#34;&#62;http://www.howtoforge.com/forums/archive/index.php/t-5863.html&#60;/a&#62;</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-203</link>
<pubDate>Tue, 14 Nov 2006 03:52:45 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">203@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;I think there is still an issue with virtual domains and static ones. You use whiterose.org as a static domain with users defined in a virtual setup. That doesn't mix well.&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
What doesn't work well about it?  The only real login on the machine is an admin one that doesn't have a mailbox.  I don't want to run into problems down the line, but it's working fine now.&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;Please make whiterose.org a virtual domain and try again. Change the myhostname and mydomain into something different instead of the other way around as you solved it.&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
I'll have to wait 'til this weekend to experiment with this.  I need to be careful with the setup now because it's up and running.</description>
</item>
<item>
<title>richard on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-202</link>
<pubDate>Tue, 14 Nov 2006 02:22:17 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">202@http://diymacserver.com/forum/</guid>
<description>I think there is still an issue with virtual domains and static ones. You use whiterose.org as a static domain with users defined in a virtual setup. That doesn't mix well.&#60;br /&#62;
&#60;br /&#62;
Please make whiterose.org a virtual domain and try again. Change the myhostname and mydomain into something different instead of the other way around as you solved it.</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-200</link>
<pubDate>Tue, 14 Nov 2006 01:40:14 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">200@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;Two remarks:&#60;br /&#62;
&#60;br /&#62;
- do you have an entry in your postfix database, table alias where the address is @whiterose.org ? Not *@whiterose.org !&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;select address, goto, domain, active from alias where address like '@%'&#60;br /&#62;
&#60;br /&#62;
&#38;nbsp;address&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; goto&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; domain&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; active&#38;nbsp; &#38;nbsp; &#60;br /&#62;
&#38;nbsp;-------------------&#38;nbsp; --------------&#38;nbsp; ------------------&#38;nbsp; --------- &#60;br /&#62;
&#38;nbsp;@mail.whiterose.org&#38;nbsp; @whiterose.org&#38;nbsp; mail.whiterose.org&#38;nbsp; 1&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#60;br /&#62;
&#60;br /&#62;
&#38;nbsp;1 record&#38;#40;s&#38;#41; selected &#38;#91;Fetch MetaData&#38;#58; 0/ms&#38;#93; &#38;#91;Fetch Data&#38;#58; 1/ms&#38;#93; &#60;br /&#62;
&#60;br /&#62;
&#38;nbsp;&#38;#91;Executed&#38;#58; 11/13/06 7&#38;#58;33&#38;#58;57 PM EST &#38;#93; &#38;#91;Execution&#38;#58; 46/ms&#38;#93; &#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;&#60;br /&#62;
- the domain name whiterose.org should not be used in your main.cf, because it also used as a virtual domain you get conflicts. Use the hostname you get from the ISP or you local machine name for myhostname and mydomain and you won't have a conflict and still have a working mailserver.&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
I do have a working mailserver.  [aside: thanks!  Your help has been invaluable.]  I had trouble for quite a while because of that, and finally a light dawned regarding this mail.log error:&#60;br /&#62;
&#60;p&#62;&#60;code&#62;Nov&#38;nbsp; 7 08&#38;#58;07&#38;#58;19 mail-whiterose-org postfix/trivial-rewrite&#38;#91;1549&#38;#93;&#38;#58; warning&#38;#58; do not list domain mail.whiterose.org in BOTH mydestination and virtual_mailbox_domains&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
I removed it from the virtual domain and it all started working.  Mail to &#60;a href=&#34;mailto:user@whiterose.org&#34;&#62;user@whiterose.org&#60;/a&#62; and &#60;a href=&#34;mailto:user@mail.whiterose.org&#34;&#62;user@mail.whiterose.org&#60;/a&#62; both work.&#60;br /&#62;
&#60;br /&#62;
I do have a few things to do to improve my setup, like figure out how to handle spamassassin or dspam when most of my users are used to POP3 instead of IMAP and figure out this auth mapping thing (my users are currently doing auth with 'user@whiterose.org', but the old server was single-domain, so they're used to 'user').&#60;br /&#62;
&#60;br /&#62;
I also need to switch back to SSL, which I turned off for testing and now think I want, but otherwise, I'm functional.</description>
</item>
<item>
<title>richard on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-199</link>
<pubDate>Mon, 13 Nov 2006 19:13:01 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">199@http://diymacserver.com/forum/</guid>
<description>Two remarks:&#60;br /&#62;
&#60;br /&#62;
- do you have an entry in your postfix database, table alias where the address is @whiterose.org ? Not *@whiterose.org !&#60;br /&#62;
&#60;br /&#62;
- the domain name whiterose.org should not be used in your main.cf, because it also used as a virtual domain you get conflicts. Use the hostname you get from the ISP or you local machine name for myhostname and mydomain and you won't have a conflict and still have a working mailserver.</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-198</link>
<pubDate>Mon, 13 Nov 2006 16:48:06 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">198@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;Just a quick question, it looks like the user &#60;a href=&#34;mailto:username@mail.whiterose.org&#34;&#62;username@mail.whiterose.org&#60;/a&#62; is not configured in your database ? Is it available in the table mailbox in the database postfix. If not create it using the postfixadmin site that would solve this issue. I'll check your config at a later time.&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
*@mail.whiterose.org is aliased to whiterose.org so &#60;a href=&#34;mailto:username@mail.whiterose.org&#34;&#62;username@mail.whiterose.org&#60;/a&#62; = &#60;a href=&#34;mailto:username@whiterose.org.&#34;&#62;username@whiterose.org.&#60;/a&#62;  There were reasons to do this in the old MTA and I put the alias back in for the new setup.  So &#60;a href=&#34;mailto:username@mail.whiterose.org&#34;&#62;username@mail.whiterose.org&#60;/a&#62; can receive mail, but doesn't authenticate.&#60;br /&#62;
&#60;br /&#62;
ETA: changed username to username so it won't get harvested and annoy my wife...</description>
</item>
<item>
<title>richard on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-195</link>
<pubDate>Mon, 13 Nov 2006 14:37:22 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">195@http://diymacserver.com/forum/</guid>
<description>Just a quick question, it looks like the user &#60;a href=&#34;mailto:ginger@mail.whiterose.org&#34;&#62;ginger@mail.whiterose.org&#60;/a&#62; is not configured in your database ? Is it available in the table mailbox in the database postfix. If not create it using the postfixadmin site that would solve this issue. I'll check your config at a later time.</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-194</link>
<pubDate>Mon, 13 Nov 2006 14:19:46 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">194@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;At least the error isn't connected to sasl or courier auth. Which would result is something being wrong with postfix. &#60;br /&#62;
&#60;br /&#62;
Could you post the error you see in /var/log/mail.log around the time you had the problem.&#60;/blockquote&#62;&#60;br /&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;53 mail-whiterose-org postfix/smtpd&#38;#91;2197&#38;#93;&#38;#58; connect from airport.whiterose.org&#38;#91;70.106.123.197&#38;#93;&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; received auth request, service=smtp, authtype=login&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; authmysql&#38;#58; trying this module&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; SQL query&#38;#58; SELECT username, password, &#38;quot;&#38;quot;, '27', '27', '/usr/local/virtual', maildir, &#38;quot;&#38;quot;, name, &#38;quot;&#38;quot; FROM mailbox WHERE username = &#38;quot;username@mail.whiterose.org&#38;quot;&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; zero rows returned&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; no password available to compare&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org postfix/smtpd&#38;#91;2197&#38;#93;&#38;#58; warning&#38;#58; airport.whiterose.org&#38;#91;70.106.123.197&#38;#93;&#38;#58; SASL LOGIN authentication failed&#38;#58; authentication failure&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; authmysql&#38;#58; REJECT - try next module&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;54 mail-whiterose-org authdaemond&#38;#58; FAIL, all modules rejected&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;55 mail-whiterose-org postfix/smtpd&#38;#91;2197&#38;#93;&#38;#58; lost connection after AUTH from airport.whiterose.org&#38;#91;70.106.123.197&#38;#93;&#60;br /&#62;
Nov 11 23&#38;#58;05&#38;#58;55 mail-whiterose-org postfix/smtpd&#38;#91;2197&#38;#93;&#38;#58; disconnect from airport.whiterose.org&#38;#91;70.106.123.197&#38;#93;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;&#60;br /&#62;
By the way, what are you trying to do, I guess send an email ?&#60;br /&#62;
&#60;/blockquote&#62;&#60;br /&#62;
Yes, in this case from a background process called chatalog which emails ichat logs.  It was trying every 30 seconds and not reporting errors, so the log had quite a few entries before we noticed it.&#60;br /&#62;
&#60;br /&#62;
Our old mailserver (SIMS on Mac OS9) did Auth, so every app that offered auth we set up for it.  Had a similar problem with a user last night who is remote (actually in the UAE these days) who isn't on a trusted network.&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;&#60;br /&#62;
For a check of postfix configuration please post the output of the command 'postconf -n'&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;mail&#38;#58;/usr/local/sbin elrond$ postconf -n&#60;br /&#62;
broken_sasl_auth_clients = yes&#60;br /&#62;
command_directory = /usr/sbin&#60;br /&#62;
config_directory = /etc/postfix&#60;br /&#62;
daemon_directory = /usr/libexec/postfix&#60;br /&#62;
debug_peer_level = 2&#60;br /&#62;
disable_vrfy_command = yes&#60;br /&#62;
html_directory = /Library/WebServer/Documents/PostfixDocs&#60;br /&#62;
mail_owner = postfix&#60;br /&#62;
mailbox_size_limit = 0&#60;br /&#62;
mailq_path = /usr/bin/mailq&#60;br /&#62;
manpage_directory = /usr/local/man&#60;br /&#62;
mydomain = whiterose.org&#60;br /&#62;
myhostname = mail.whiterose.org&#60;br /&#62;
myorigin = $mydomain&#60;br /&#62;
newaliases_path = /usr/bin/newaliases&#60;br /&#62;
queue_directory = /private/var/spool/postfix&#60;br /&#62;
readme_directory = no&#60;br /&#62;
sample_directory = /etc/postfix&#60;br /&#62;
sendmail_path = /usr/sbin/sendmail&#60;br /&#62;
setgid_group = postdrop&#60;br /&#62;
smtpd_delay_reject = yes&#60;br /&#62;
smtpd_enforce_tls = no&#60;br /&#62;
smtpd_etrn_restrictions = reject&#60;br /&#62;
smtpd_helo_required = yes&#60;br /&#62;
smtpd_helo_restrictions = permit_mynetworks,&#38;nbsp; warn_if_reject,&#38;nbsp; reject_non_fqdn_hostname,&#38;nbsp; reject_invalid_hostname,&#38;nbsp; permit&#60;br /&#62;
smtpd_recipient_restrictions = reject_non_fqdn_recipient,&#38;nbsp; reject_unknown_recipient_domain,&#38;nbsp; permit_mynetworks,&#38;nbsp; permit_sasl_authenticated,&#38;nbsp; reject_unauth_destination,&#38;nbsp; warn_if_reject,&#38;nbsp; reject_non_fqdn_hostname,&#38;nbsp; reject_non_fqdn_sender,&#38;nbsp; reject_invalid_hostname,&#38;nbsp; reject_rbl_client opm.blitzed.org,&#38;nbsp; reject_rbl_client list.dsbl.org,&#38;nbsp; reject_rbl_client zen.spamhaus.org,&#38;nbsp; permit&#60;br /&#62;
smtpd_sasl_auth_enable = yes&#60;br /&#62;
smtpd_sasl_local_domain = $mydomain&#60;br /&#62;
smtpd_sasl_security_options = noanonymous&#60;br /&#62;
smtpd_tls_cert_file = /etc/postfix/smtpd.cert&#60;br /&#62;
smtpd_tls_key_file = /etc/postfix/smtpd.key&#60;br /&#62;
smtpd_tls_loglevel = 1&#60;br /&#62;
smtpd_use_tls = yes&#60;br /&#62;
unknown_local_recipient_reject_code = 550&#60;br /&#62;
virtual_alias_maps = mysql&#38;#58;/etc/postfix/mysql_virtual_alias_maps.cf&#60;br /&#62;
virtual_gid_maps = static&#38;#58;27&#60;br /&#62;
virtual_mailbox_base = /usr/local/virtual/&#60;br /&#62;
virtual_mailbox_domains = mysql&#38;#58;/etc/postfix/mysql_virtual_domains_maps.cf&#60;br /&#62;
virtual_mailbox_limit = 51200000&#60;br /&#62;
virtual_mailbox_maps = mysql&#38;#58;/etc/postfix/mysql_virtual_mailbox_maps.cf&#60;br /&#62;
virtual_minimum_uid = 27&#60;br /&#62;
virtual_transport = virtual&#60;br /&#62;
virtual_uid_maps = static&#38;#58;27&#60;/code&#62;&#60;/p&#62;</description>
</item>
<item>
<title>richard on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-193</link>
<pubDate>Sun, 12 Nov 2006 22:58:16 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">193@http://diymacserver.com/forum/</guid>
<description>At least the error isn't connected to sasl or courier auth. Which would result is something being wrong with postfix. &#60;br /&#62;
&#60;br /&#62;
Could you post the error you see in /var/log/mail.log around the time you had the problem.&#60;br /&#62;
&#60;br /&#62;
By the way, what are you trying to do, I guess send an email ?&#60;br /&#62;
&#60;br /&#62;
For a check of postfix configuration please post the output of the command 'postconf -n'</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-192</link>
<pubDate>Sun, 12 Nov 2006 21:19:42 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">192@http://diymacserver.com/forum/</guid>
<description>Well, my simple test of setting&#60;br /&#62;
smtpd_sasl_local_domain = $mydomain didn't work.&#60;br /&#62;
&#60;br /&#62;
Next up, I'll look at smtpd_sender_login_maps and see if that's what I want.</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-191</link>
<pubDate>Sun, 12 Nov 2006 21:03:45 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">191@http://diymacserver.com/forum/</guid>
<description>So here's what I tried:&#60;br /&#62;
&#60;p&#62;&#60;code&#62;mail&#38;#58;/usr/local/sbin elrond$ ./authtest postmaster; ./authtest &#60;a href=&#34;mailto:postmaster@whiterose.org&#34;&#62;postmaster@whiterose.org&#60;/a&#62;&#60;br /&#62;
Authentication FAILED&#38;#58; Operation not permitted&#60;br /&#62;
Authentication succeeded.&#60;br /&#62;
&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp;Authenticated&#38;#58; &#60;a href=&#34;mailto:postmaster@whiterose.org&#38;nbsp;&#34;&#62;postmaster@whiterose.org&#38;nbsp;&#60;/a&#62; &#38;#40;uid 27, gid 27&#38;#41;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; Home Directory&#38;#58; /usr/local/virtual&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Maildir&#38;#58; whiterose.org/postmaster/&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Quota&#38;#58; &#38;#40;none&#38;#41;&#60;br /&#62;
Encrypted Password&#38;#58; &#38;#91;i&#38;#93;an encrypted password&#38;#91;/i&#38;#93;.&#60;br /&#62;
Cleartext Password&#38;#58; &#38;#40;none&#38;#41;&#60;br /&#62;
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;Options&#38;#58; &#38;#40;none&#38;#41;&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
So, the primary use of my mailserver is a single domain, although I may eventually add another domain.  I added the line to my Imap and pop3 configs to add the default domain &#38;quot;@whiterose.org&#38;quot; if a user leaves it off.  It looks like SASL2 also needs that.  I'm going to investigate &#60;a href=&#34;http://www.postfix.org/postconf.5.html#smtpd_sasl_local_domain&#34;&#62;smtpd_sasl_local_domain&#60;/a&#62; and see if that fixes my problem.</description>
</item>
<item>
<title>richard on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-190</link>
<pubDate>Sun, 12 Nov 2006 20:18:18 +0000</pubDate>
<dc:creator>richard</dc:creator>
<guid isPermaLink="false">190@http://diymacserver.com/forum/</guid>
<description>Well, it looks like the authdaemon can't connect to your database. At first glance I would say that the dashes in your domain name should be dots ?&#60;br /&#62;
&#60;br /&#62;
For testing you can use:&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;/usr/local/sbin/authtest user&#60;/code&#62;&#60;/p&#62;</description>
</item>
<item>
<title>Michael on "How do I know if this is working?"</title>
<link>http://diymacserver.com/forum/topic/how-do-i-know-if-this-is-working#post-189</link>
<pubDate>Sun, 12 Nov 2006 05:15:39 +0000</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">189@http://diymacserver.com/forum/</guid>
<description>Auth errors in log:&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;Nov 11 23&#38;#58;06&#38;#58;38 mail-whiterose-org postfix/smtpd&#38;#91;2196&#38;#93;&#38;#58; mysql plugin couldnt connect to any host\n&#60;br /&#62;
Nov 11 23&#38;#58;06&#38;#58;38 mail-whiterose-org postfix/smtpd&#38;#91;2196&#38;#93;&#38;#58; mysql plugin couldnt connect to any host\n&#60;br /&#62;
Nov 11 23&#38;#58;07&#38;#58;10 mail-whiterose-org postfix/smtpd&#38;#91;2198&#38;#93;&#38;#58; mysql plugin couldnt connect to any host\n&#60;br /&#62;
Nov 11 23&#38;#58;07&#38;#58;10 mail-whiterose-org postfix/smtpd&#38;#91;2198&#38;#93;&#38;#58; mysql plugin couldnt connect to any host\n&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
This doesn't seem right, but it could just be me not knowing what an auth failure looks like.&#60;br /&#62;
&#60;br /&#62;
The smtpd.conf has a lot of commented out config items.&#60;br /&#62;
&#60;br /&#62;
How can I test that this is properly configured?</description>
</item>

</channel>
</rss>
