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.mo
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
Hi Andre,
>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?
I have no idea, and I do not intend to check, there are too many howtos out
there.
Did you try Rei
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,
On Tue, Feb 7, 2012 at 9:30 PM, Dudi Goldenberg wrote:
> Hi And
Hi Andre,
>Feb 7 21:13:31 localhost postfix/smtpd[25108]: connect from
>unknown[192.168.59.1]
>Feb 7 21:13:31 localhost postfix/smtpd[25108]: warning: SASL: Connect to
>private/auth failed: Permission denied
>Feb 7 21:13:31 localhost postfix/smtpd[25108]: fatal: no SASL authentication
>mecha
your dovecot configuration is wrong
"private/auth failed: Permission denied" states it clearly
# configure backend for postfix sasl-auth
service auth {
unix_listener /var/spool/postfix/private/auth {
mode = 0660
user = postfix
group
Thanks for the reply Dudi,
It sovle the connection problem to the port 25, but I'm not able to
send e-mails, here is the error:
[code]
Feb 7 21:13:31 localhost postfix/smtpd[25108]: connect from
unknown[192.168.59.1]
Feb 7 21:13:31 localhost postfix/smtpd[25108]: warning: SASL: Connect
to priva
Hi Andre,
>The 192.168.59.246 is not listen on port 25. How can I listen on port
>25 with 192.168.59.246?
Look for inet_interfaces in main.cf and set it to 'inet_interfaces = all', make
sure that you search all of main.cf and verify that you only have one
inet_interfaces line there.
Another te
Thanks for the reply,
Here is my netstat,
[code]
[root@localhost ~]# netstat -napt
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address
Stat
e PID/Program name
tcp0 0 0.0.0.0:110
Hi Andre,
>Hi Dudi,
>
>Thanks for the reply. It shoes "lo", but I have hide it in the e-mail.
>Some clues on what can I test to see what is blocking the port 25?
Did you try 'netstat -napt' to verify that the machine is indeed listening on
port 25?
If not - then the logs are your next place to
Hi Dudi,
Thanks for the reply. It shoes "lo", but I have hide it in the e-mail.
Some clues on what can I test to see what is blocking the port 25?
Best Regards,
On Tue, Feb 7, 2012 at 8:41 PM, Dudi Goldenberg wrote:
>>[root@localhost andrelopes]# ifconfig
>>eth0 Link encap:Ethernet HWaddr
>[root@localhost andrelopes]# ifconfig
>eth0 Link encap:Ethernet HWaddr 00:0C:29:6B:43:E2
> inet addr:192.168.59.246 Bcast:192.168.59.255 Mask:255.255.255.0
> inet6 addr: fe80::20c:29ff:fe6b:43e2/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>
Thank you for the reply.
I have configured my IPTABLES in several ways but I can't telnet to
eth0, here is my iptables rules:
[code]
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
On 2/7/2012 1:58 PM, Andre Lopes wrote:
Hi all,
I have installed and configured Postfix and Dovecot in CentOS6, I have
followed this tutorials:
Postfix, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=1
Dovecot, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2
What can I
Hi all,
I have installed and configured Postfix and Dovecot in CentOS6, I have
followed this tutorials:
Postfix, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=1
Dovecot, http://www.server-world.info/en/note?os=CentOS_6&p=mail&f=2
Dovecot is running, I can send an e-mail to an user an
15 matches
Mail list logo