[Workaround] Tutorial: ISP-style Email Service with Debian-Sarge and Postfix 2.1
Christoph Haas
email at christoph-haas.de
Wed Apr 12 10:49:31 CEST 2006
On Tue, Apr 11, 2006 at 07:01:39PM +0200, PATAKI Pierre wrote:
> We’ve tested your tutorial ISP-style Email Service with Debian-Sarge and
> Postfix 2.1 and found an error in it.
>
> If the postfix user in MySQL is defined with @localhost, then the user won’t
> connect to the SQL Servers if you have configured your .cf files with
>
> host = 127.0.0.1
>
> To correct the tutorial, you’ve to change this line from :
>
> grant select on provider.* to provider_admin at localhost identified by 'your-password';
> to :
> grant select on provider.* to provider_admin at 127.0.0.1 identified by 'your-password';
Are you sure that you fixed the line for 127.0.0.1 in your /etc/hosts?
Search the tutorial for "localdomain". This is a bug in Debian/Sarge which
will be fixed with the next release.
Kind regards
Christoph Haas
--
~
~
".signature" [Modified] 1 line --100%-- 1,48 All
More information about the Workaround-chitchat
mailing list