dovecot postfix + mysql
I've setup a mail server according to arch linux wiki post:
https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System while everything works without any error, I can send email from roundcube but can't receive any. please tell me what more info you need to help me figure out the problem thanks in advance -- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_ (we have cookies.) |
dovecot postfix + mysql
2012/8/21 Δημήτρης Ζ*ρβας <01ttouch@gmail.com>:
> I've setup a mail server according to arch linux wiki post: > https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System > while everything works without any error, I can send email from roundcube > but can't receive any. > please tell me what more info you need to help me figure out the problem > > thanks in advance > > -- > (\_ /) copy the bunny to your profile > (0.o ) to help him achieve world domination. > (> <) come join the dark side. > /_|_ (we have cookies.) Hello, maybe a email bounce if you get any or maybe you can watch at your postfix logs to track the problem. Cheers |
dovecot postfix + mysql
I get no bounce...
and no errors at all... here is my mail.log: http://pastebin.com/raw.php?i=3pmRGEK5 -- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_ (we have cookies.) On Tue, Aug 21, 2012 at 12:26 PM, Nicolás de la Torre <ndelatorre@gmail.com>wrote: > 2012/8/21 Δημήτρης Ζ*ρβας <01ttouch@gmail.com>: > > I've setup a mail server according to arch linux wiki post: > > https://wiki.archlinux.org/index.php/Simple_Virtual_User_Mail_System > > while everything works without any error, I can send email from roundcube > > but can't receive any. > > please tell me what more info you need to help me figure out the problem > > > > thanks in advance > > > > -- > > (\_ /) copy the bunny to your profile > > (0.o ) to help him achieve world domination. > > (> <) come join the dark side. > > /_|_ (we have cookies.) > > Hello, maybe a email bounce if you get any or maybe you can watch at > your postfix logs to track the problem. > > Cheers > |
dovecot postfix + mysql
Le Tue, 21 Aug 2012 12:44:04 +0300
Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > I get no bounce... > and no errors at all... > here is my mail.log: http://pastebin.com/raw.php?i=3pmRGEK5 > Hello, The MX set for your domain does not seem to answer : # telnet mail.dimitrisze.com 25 Trying 158.255.215.159... ... and times out. Is your MTA (postfix ?) started ? No firewall ? Cheers. |
dovecot postfix + mysql
well, I run smtps, so try:
openssl s_client -connect dimitrisze.com:465 as well ass IMAPS (port 993) -- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_ (we have cookies.) On Tue, Aug 21, 2012 at 2:10 PM, Jean-Luc Bassereau <jlb@onetoserve.net>wrote: > Le Tue, 21 Aug 2012 12:44:04 +0300 > Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > > > I get no bounce... > > and no errors at all... > > here is my mail.log: http://pastebin.com/raw.php?i=3pmRGEK5 > > > > Hello, > > The MX set for your domain does not seem to answer : > > # telnet mail.dimitrisze.com 25 > Trying 158.255.215.159... > ... > > and times out. > > Is your MTA (postfix ?) started ? > No firewall ? > > > Cheers. > |
dovecot postfix + mysql
Le Tue, 21 Aug 2012 14:45:38 +0300
Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > well, I run smtps, so try: > openssl s_client -connect dimitrisze.com:465 > > as well ass IMAPS (port 993) You need to have a MTA listening on port 25, if not, no one would be able to send you email. |
dovecot postfix + mysql
port 25 is now open and postfix listen to it
-- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_ (we have cookies.) On Tue, Aug 21, 2012 at 3:04 PM, Jean-Luc Bassereau <jlb@onetoserve.net>wrote: > Le Tue, 21 Aug 2012 14:45:38 +0300 > Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > > > well, I run smtps, so try: > > openssl s_client -connect dimitrisze.com:465 > > > > as well ass IMAPS (port 993) > > > You need to have a MTA listening on port 25, if not, no one would be > able to send you email. > |
dovecot postfix + mysql
Le Tue, 21 Aug 2012 15:19:38 +0300
Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > port 25 is now open and postfix listen to it And is it working now ? Does postfix receive email ? |
dovecot postfix + mysql
nope :(
take a look, /var/log/mail.log: Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from xxxxx.google.com[xxx.xxxx.xxx.xxx] Aug 21 15:21:44 localhost postfix/smtpd[6578]: connect from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx] Aug 21 15:21:44 localhost postfix/smtpd[6578]: SSL_accept error from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]: -1 Aug 21 15:21:44 localhost postfix/smtpd[6578]: warning: TLS library problem: 6578:error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request:s23_srvr.c:418: Aug 21 15:21:44 localhost postfix/smtpd[6578]: lost connection after CONNECT from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx] Aug 21 15:21:44 localhost postfix/smtpd[6578]: disconnect from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx] -- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_ (we have cookies.) On Tue, Aug 21, 2012 at 3:43 PM, Jean-Luc Bassereau <jlb@onetoserve.net>wrote: > Le Tue, 21 Aug 2012 15:19:38 +0300 > Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > > > port 25 is now open and postfix listen to it > > > And is it working now ? > Does postfix receive email ? > |
dovecot postfix + mysql
Le Tue, 21 Aug 2012 15:54:37 +0300
Δημήτρης Ζ*ρβας <01ttouch@gmail.com> a écrit : > nope :( > take a look, /var/log/mail.log: > Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from > xxxxx.google.com[xxx.xxxx.xxx.xxx] > Aug 21 15:21:44 localhost postfix/smtpd[6578]: connect from > xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx] > Aug 21 15:21:44 localhost postfix/smtpd[6578]: SSL_accept error from > xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx]: -1 > Aug 21 15:21:44 localhost postfix/smtpd[6578]: warning: TLS library > problem: 6578:error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http > request:s23_srvr.c:418: > Aug 21 15:21:44 localhost postfix/smtpd[6578]: lost connection after > CONNECT from xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx] > Aug 21 15:21:44 localhost postfix/smtpd[6578]: disconnect from > xxx-xxx-xxx-xxx.example.net[xxx.xxx.xxx.xxx] I just tried to send you an email by telneting your server on port 25 and it seems to work : telnet mail.dimitrisze.com 25 Trying 158.255.215.159... Connected to mail.dimitrisze.com. Escape character is \'^]\'. 220 ns1.dimitrisze.com ESMTP Postfix helo toto.com 250 ns1.dimitrisze.com mail from:<test@test.com> 250 2.1.0 Ok rcpt to:<test@dimitrisze.com> 250 2.1.5 Ok data 354 End data with <CR><LF>.<CR><LF> test . 250 2.0.0 Ok: queued as 64A403FC9C quit 221 2.0.0 Bye Connection closed by foreign host. Check your logs with this. Cheers |
| All times are GMT. The time now is 06:36 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.