Hi all, Thanks for the help. I've discovered that I was missing some details in SELinux (Using CentOS6)
[code] wget linuxmail.info/files/rhel6/postfixdovecotsasl.te checkmodule -M -m -o postfixdovecotsasl.mod postfixdovecotsasl.te semodule_package -o postfixdovecotsasl.pp -m postfixdovecotsasl.mod semodule -i postfixdovecotsasl.pp [/code] Now it is working. Thanks for all the help. Best Regards, On Tue, Feb 7, 2012 at 9:50 PM, Reindl Harald <h.rei...@thelounge.net> wrote: > > > Am 07.02.2012 22:43, schrieb Andre Lopes: >> Hi all, >> >> Thanks for the replies, >> >> I'm using this tutorial for sasl configuration, >> http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2 >> >> There is something wrong here? Better... there is something missing here? >> Best Regards > > do not take a ready hwoto and try making this 1:1 like it > and most important - read the logs you post, try google > after them and read how other solved the same and what > comments they made, this helps to understand the big picture > > try to learn how the things are working, what services are running > in a mail-system, how they work together and do this step by step > > if not you will be lost sooner or later, at least if the first > real problem in production happens >