Migrate mail from one drive to another

2013-08-06 Thread Felix Rubio Dalmau
Hi all, I have set up a postfix+dovecot mail server that stores all the mails under /home mountpoint, and that has been working for half a year. Now I have bought a new disk and I'd like to move all the existing mail to this new location. How should I do it, without stopping the postfix

Re: STARTTLS only to send ?

2013-06-28 Thread Felix Rubio Dalmau
You have to setup two different services, on the port 25 without AUTH nor TLS and on submission port (587) with both AUTH and TLS. On Friday 28 June 2013 14:43:16 li...@kurawa.fidonet.or.id wrote: > On Fri, 28 Jun 2013 09:40:05 +0200 > > Frank Bonnet wrote: > > is it possible to setup one inst

Re: question about auth, smtpd and roundcube

2013-06-22 Thread Felix Rubio Dalmau
g the encryption in the roundcube. Regards! Felix On Friday 21 June 2013 22:17:49 b...@bitrate.net wrote: > On Jun 21, 2013, at 03.50, Felix Rubio Dalmau wrote: > > Sorry for disturbing you, Ben > > > > Thank you for your answer, but there is one point I don't f

question about auth, smtpd and roundcube

2013-06-20 Thread Felix Rubio Dalmau
Hi all, I have set up a postfix+dovecot+roundcube installation. Currently, I have set up these smtpd parameters: smtpd_tls_security_level = may smtpd_tls_auth_only = yes smtpd_discard_ehlo_keyword_address_maps = hash:/etc/postfix/discard_ehlo inside disc