Answering my own question:
... or do I need to establish my own SSH tunnel from master to backup
server?
I do have to supply my own tunnel. The Cyrus backup daemon currently
(3.1.7) doesn't support the STARTTLS command.
if (!strcmp(cmd.s, "Starttls") && tls_enabled()) {
Thanks Patrick. I wonder if I inadvertently compiled out support for TLS when I
built my binaries. I’ll try it again with the stock binaries rather than my
patched ones.
> On 8 Nov 2019, at 22:42, Patrick Boutilier wrote:
>
> Odd, works here.
>
>
> telnet localhost 2005
> Trying ::1...
> C
Just noticed that I am running an older version of Cyrus though.
On 11/8/19 7:35 AM, Patrick Boutilier wrote:
Odd, works here.
telnet localhost 2005
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* SASL PLAIN
* STARTTLS
* COMPRESS DEFLATE
* OK domain Cyrus sync server v2.4.20
Odd, works here.
telnet localhost 2005
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* SASL PLAIN
* STARTTLS
* COMPRESS DEFLATE
* OK domain Cyrus sync server v2.4.20
STARTTLS
OK Begin TLS negotiation now
On 11/8/19 2:12 AM, Deborah Pickett wrote:
... or do I need to establi
A typo
http://downloads.topicdesk.com/mailbfr/mailbfr.tar.gz
-- Dale
On Nov 10, 2005, at 10:24 , Martin Müller wrote:
Hi!
I would like to download your tool, to try it out. But I got
"The requested URL /mailbfr/mailbfr.tgz was not found on this server."
have you removed the file?
Best
Hi!
I would like to download your tool, to try it out. But I got
"The requested URL /mailbfr/mailbfr.tgz was not found on this server."
have you removed the file?
Best regards, Martin
websrvr schrieb:
I wrote one called mailbfr that is unix/Mac based (I'm told you can
modify to work on most
Hi,
I'll quote myself here, I wrote it some time ago on this list:
1) I'll make a dump of all mailboxes to the text file:
su - cyrus -c "ctl_mboxlist -d" > /var/lib/imap/mailboxlist.txt
And I can restore it with:
su - cyrus -c "ctl_mboxlist -u" < /var/lib/imap/mailboxlist.txt
2) I will make a
Hello !
Why not using rsnapshot.
I have an array used for backup with rsnapshot.
You can step back 1 hour with this elegant backup script which copies
only changed files.
The other ones are hard linked.
Or you use an backup imap server to which all your mails are delivered.
Rgds.
Franz
On Thu,
I wrote one called mailbfr that is unix/Mac based (I'm told you can
modify to work on most OS's with minor changes)
http://downloads.topicdesk.com/mailbfr/mailbfr.tgz
On Nov 10, 2005, at 05:24 , Vladimir Dvorak wrote:
Hello all,
is there some good way how to elegantly backup cyrus mailboxes
On Friday 15 October 2004 21:27, Dudi Goldenberg wrote:
Hi Dudi,
> I have a Debian sarge machine running postfix/cyrus21, serving ~30 users
> with about 8000 daily emails.
> Until I set up a proper backup solution, I have this little script that
> dumps all the users' mailboxes:
> Files in /home/
Zitat von Kevin Baker <[EMAIL PROTECTED]>:
> I need to setup a backup process for our Cyrus install.
>
> Searched the archives and googled, but can't seem to find
> a list of the specific files to backup.
>
> I'm assuming, but wasn't sure:
> - entire /var/cyrus dir, /var/imap in my case
> - all of
pnelson wrote:
Yes dumping to removable medium.
Why not write directly to tape rather than going through an extra step
and requiring extra disk space?
So a cyrus backup needs to contain:
/var/spool/imap
/var/lib/imap/mailboxes.db
to be useful as a backup, right? With these to things I can
On Fri, 13 Jun 2003, pnelson wrote:
> On Fri, 2003-06-13 at 12:11, Igor Brezac wrote:
> > On Fri, 13 Jun 2003, pnelson wrote:
> >
> > > On Fri, 2003-06-13 at 11:29, John Alton Tamplin wrote:
> > > > pnelson wrote:
> > > >
> > > > >My last thing to do prior to converting to production is a backup
On Fri, 2003-06-13 at 12:11, Igor Brezac wrote:
> On Fri, 13 Jun 2003, pnelson wrote:
>
> > On Fri, 2003-06-13 at 11:29, John Alton Tamplin wrote:
> > > pnelson wrote:
> > >
> > > >My last thing to do prior to converting to production is a backup
> > > >strategy. I have been doing this with tar s
On Fri, 13 Jun 2003, pnelson wrote:
> On Fri, 2003-06-13 at 11:29, John Alton Tamplin wrote:
> > pnelson wrote:
> >
> > >My last thing to do prior to converting to production is a backup
> > >strategy. I have been doing this with tar something like:
> > >
> > >tar -C /var/lib-czf lib-.tar.g
On Fri, 2003-06-13 at 11:29, John Alton Tamplin wrote:
> pnelson wrote:
>
> >My last thing to do prior to converting to production is a backup
> >strategy. I have been doing this with tar something like:
> >
> >tar -C /var/lib-czf lib-.tar.gzimap
> >tar -C /var/spool -czf spool-.tar.gz
pnelson wrote:
My last thing to do prior to converting to production is a backup
strategy. I have been doing this with tar something like:
tar -C /var/lib-czf lib-.tar.gzimap
tar -C /var/spool -czf spool-.tar.gz imap
tar -cf cyrus-.tar
This is producing a pretty big file(s):
lib-.tar.g
17 matches
Mail list logo