Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Δημήτρης Ζέρβας
well, I can se all the emails in /home/vmail/
t...@dimitrisze.com/new/numbers_numbers.ns1!
strange 1:
I have 2 paths:
/home/vmail/t...@dimitrisze.com
/home/vmail/dimitrisze.com/t...@dimitrisze.com

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 12:54 AM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 yes, you were right :P
 ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
 oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
 ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C: message-id=
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
 t...@test.com, size=220, nrcpt=1 (queue active)
 Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
 t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
 dsn=2.0.0, status=sent (delivered to maildir)
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau 
 j...@onetoserve.netwrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?





Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Δημήτρης Ζέρβας
problem solved:
postfix would store the emails in /home/vmail/user
dovecot would read the emails from /home/vmail/domain/user
the solution is to change in /etc/webapps/postfixadmin/config.inc.php from:
$CONF['domain_in_mailbox'] = 'NO';
to:
$CONF['domain_in_mailbox'] = 'YES';

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 3:37 PM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 well, I can se all the emails in /home/vmail/
 t...@dimitrisze.com/new/numbers_numbers.ns1!
 strange 1:
 I have 2 paths:
 /home/vmail/t...@dimitrisze.com
 /home/vmail/dimitrisze.com/t...@dimitrisze.com


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:54 AM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 yes, you were right :P
 ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
 oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
 ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C:
 message-id=
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
 t...@test.com, size=220, nrcpt=1 (queue active)
 Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do not
 list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
 t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
 dsn=2.0.0, status=sent (delivered to maildir)
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau 
 j...@onetoserve.netwrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?






Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Δημήτρης Ζέρβας
sorry, domain_path :)

guys thank you very much for all the help and patience! :)
-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 4:22 PM, Δημήτρης Ζέρβας 01tto...@gmail.com wrote:

 problem solved:
 postfix would store the emails in /home/vmail/user
 dovecot would read the emails from /home/vmail/domain/user
 the solution is to change in /etc/webapps/postfixadmin/config.inc.php from:
 $CONF['domain_in_mailbox'] = 'NO';
 to:
 $CONF['domain_in_mailbox'] = 'YES';


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 3:37 PM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 well, I can se all the emails in /home/vmail/
 t...@dimitrisze.com/new/numbers_numbers.ns1!
 strange 1:
 I have 2 paths:
 /home/vmail/t...@dimitrisze.com
 /home/vmail/dimitrisze.com/t...@dimitrisze.com


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:54 AM, Δημήτρης Ζέρβας 01tto...@gmail.comwrote:

 yes, you were right :P
 ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
 oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do
 not list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
 ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
 Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C:
 message-id=
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
 t...@test.com, size=220, nrcpt=1 (queue active)
 Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do
 not list domain dimitrisze.com in BOTH mydestination and
 virtual_mailbox_domains
 Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
 t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
 dsn=2.0.0, status=sent (delivered to maildir)
 Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed


 --
 (\_ /) copy the bunny to your profile
 (0.o ) to help him achieve world domination.
 ( ) come join the dark side.
 /_|_\ (we have cookies.)



 On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau j...@onetoserve.net
  wrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?







Re: [arch-general] dovecot postfix + mysql

2012-08-22 Thread Jean-Luc Bassereau
Le Wed, 22 Aug 2012 16:24:16 +0300
Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

 sorry, domain_path :)
 
 guys thank you very much for all the help and patience! :)

Just happy for you that everything works well now :-)


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Nicolás de la Torre
2012/8/21 Δημήτρης Ζέρβας 01tto...@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


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
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
ndelato...@gmail.comwrote:

 2012/8/21 Δημήτρης Ζέρβας 01tto...@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



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Jean-Luc Bassereau
Le Tue, 21 Aug 2012 12:44:04 +0300
Δημήτρης Ζέρβας 01tto...@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.


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
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 j...@onetoserve.netwrote:

 Le Tue, 21 Aug 2012 12:44:04 +0300
 Δημήτρης Ζέρβας 01tto...@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.



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Jean-Luc Bassereau
Le Tue, 21 Aug 2012 14:45:38 +0300
Δημήτρης Ζέρβας 01tto...@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.


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
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 j...@onetoserve.netwrote:

 Le Tue, 21 Aug 2012 14:45:38 +0300
 Δημήτρης Ζέρβας 01tto...@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.



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Jean-Luc Bassereau
Le Tue, 21 Aug 2012 15:19:38 +0300
Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

 port 25 is now open and postfix listen to it


And is it working now ?
Does postfix receive email ?


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
nope :(
take a look, /var/log/mail.log:
Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from
x.google.com[xxx..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 j...@onetoserve.netwrote:

 Le Tue, 21 Aug 2012 15:19:38 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  port 25 is now open and postfix listen to it


 And is it working now ?
 Does postfix receive email ?



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Jean-Luc Bassereau
Le Tue, 21 Aug 2012 15:54:37 +0300
Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

 nope :(
 take a look, /var/log/mail.log:
 Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from
 x.google.com[xxx..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:t...@test.com
250 2.1.0 Ok
rcpt to:t...@dimitrisze.com
250 2.1.5 Ok
data
354 End data with CRLF.CRLF
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


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Menachem Moystoviz
On Tue, Aug 21, 2012 at 4:47 PM, Jean-Luc Bassereau j...@onetoserve.net wrote:
 Le Tue, 21 Aug 2012 15:54:37 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

 nope :(
 take a look, /var/log/mail.log:
 Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from
 x.google.com[xxx..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:t...@test.com
 250 2.1.0 Ok
 rcpt to:t...@dimitrisze.com
 250 2.1.5 Ok
 data
 354 End data with CRLF.CRLF
 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

I also sent an email, for redundancy:

20:05 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 gesh.uni.cx
250 ns1.dimitrisze.com
mail from:g...@gesh.uni.cx
250 2.1.0 Ok
rcpt to:t...@dimitrisze.com
250 2.1.5 Ok
data
354 End data with CRLF.CRLF
Hello Dimitri,
This is a test message sent by telnet to port 25 on your server.
If this arrives safely, please confirm by return email.
Good night,

Gesh
.
250 2.0.0 Ok: queued as 4BE743FC9C
quit
221 2.0.0 Bye
Connection closed by foreign host.

So long,

Gesh


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
inbox is empty... :(
should I allow IMAP normal? (not SSL)

-- 
(\_ /) 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 8:08 PM, Menachem Moystoviz moyst...@g.jct.ac.ilwrote:

 On Tue, Aug 21, 2012 at 4:47 PM, Jean-Luc Bassereau j...@onetoserve.net
 wrote:
  Le Tue, 21 Aug 2012 15:54:37 +0300
  Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :
 
  nope :(
  take a look, /var/log/mail.log:
  Aug 21 15:21:28 localhost postfix/smtpd[6461]: disconnect from
  x.google.com[xxx..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:t...@test.com
  250 2.1.0 Ok
  rcpt to:t...@dimitrisze.com
  250 2.1.5 Ok
  data
  354 End data with CRLF.CRLF
  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

 I also sent an email, for redundancy:

 20:05 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 gesh.uni.cx
 250 ns1.dimitrisze.com
 mail from:g...@gesh.uni.cx
 250 2.1.0 Ok
 rcpt to:t...@dimitrisze.com
 250 2.1.5 Ok
 data
 354 End data with CRLF.CRLF
 Hello Dimitri,
 This is a test message sent by telnet to port 25 on your server.
 If this arrives safely, please confirm by return email.
 Good night,

 Gesh
 .
 250 2.0.0 Ok: queued as 4BE743FC9C
 quit
 221 2.0.0 Bye
 Connection closed by foreign host.

 So long,

 Gesh



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Jean-Luc Bassereau
Le Tue, 21 Aug 2012 21:17:28 +0300
Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

 inbox is empty... :(
 should I allow IMAP normal? (not SSL)
 


what does your logfile says about the email we sent ?


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
O.o nothing!

WTF?
On Aug 22, 2012 12:12 AM, Jean-Luc Bassereau j...@onetoserve.net wrote:

 Le Tue, 21 Aug 2012 21:17:28 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  inbox is empty... :(
  should I allow IMAP normal? (not SSL)
 


 what does your logfile says about the email we sent ?



Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Jean-Luc Bassereau
Le Wed, 22 Aug 2012 00:39:27 +0300
Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

 O.o nothing!
 
 WTF?

Can you try to grep my t...@test.com in your logfile ?


Re: [arch-general] dovecot postfix + mysql

2012-08-21 Thread Δημήτρης Ζέρβας
yes, you were right :P
ug 21 16:46:19 localhost postfix/smtpd[12628]: connect from
oiujoidjwiodjwodij.net[xxx.xxx.xxx.xxx]
Aug 21 16:47:16 localhost postfix/trivial-rewrite[12643]: warning: do not
list domain dimitrisze.com in BOTH mydestination and virtual_mailbox_domains
Aug 21 16:47:16 localhost postfix/smtpd[12628]: 64A403FC9C: client=
ijdoijdoijwdoiwjdoj.net[xxx.xxx.xxx.xxx]
Aug 21 16:47:23 localhost postfix/cleanup[12701]: 64A403FC9C: message-id=
Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: from=
t...@test.com, size=220, nrcpt=1 (queue active)
Aug 21 16:47:23 localhost postfix/trivial-rewrite[12643]: warning: do not
list domain dimitrisze.com in BOTH mydestination and virtual_mailbox_domains
Aug 21 16:47:23 localhost postfix/virtual[12710]: 64A403FC9C: to=
t...@dimitrisze.com, relay=virtual, delay=53, delays=53/0.01/0/0.01,
dsn=2.0.0, status=sent (delivered to maildir)
Aug 21 16:47:23 localhost postfix/qmgr[6410]: 64A403FC9C: removed

-- 
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
( ) come join the dark side.
/_|_\ (we have cookies.)



On Wed, Aug 22, 2012 at 12:50 AM, Jean-Luc Bassereau j...@onetoserve.netwrote:

 Le Wed, 22 Aug 2012 00:39:27 +0300
 Δημήτρης Ζέρβας 01tto...@gmail.com a écrit :

  O.o nothing!
 
  WTF?

 Can you try to grep my t...@test.com in your logfile ?