"Jorey Bump" wrote:
If you need to transfer your sasldb2 to a new machine, it will depend on
the underlying database format/version used. In many cases, you can
simply copy it. But, if the formats are incompatible, you may have to
dump it to text, then recreate it on the new machine.
yes, I want transfer sasldb2 users to another mail server, on my current
mail server I have:
cyrus-sasl-2.1.21
postfix-2.3.3
and for to create user I use:
#saslpasswd2 -c -u mail.example.com -a smtpauth test
On the new mail server I have:
cyrus-sasl-2.1.22
postfix-2.5.6
With this configuration can I simply copy sasldb2 file from current server
to new server ?
Thanks in advance.
------
Salvatore.
----- Original Message -----
From: "Jorey Bump" <l...@joreybump.com>
To: "Sasa" <s...@shoponweb.it>
Cc: "Postfix users" <postfix-users@postfix.org>
Sent: Friday, March 13, 2009 3:18 PM
Subject: Re: Export User
Sasa wrote, at 03/13/2009 09:08 AM:
How can I Export my postfix users (my users are stored in
sasldblistusers2 and I have 2.3.3 postfix version) for then to import in
a new server postfix server (with 2.5.6 postfix version)?
Thanks in advance.
As long as you're compiling against the same Cyrus SASL, there is no
need to export users when you upgrade Postfix. It will recognize the
same sasldb2.
If you need to transfer your sasldb2 to a new machine, it will depend on
the underlying database format/version used. In many cases, you can
simply copy it. But, if the formats are incompatible, you may have to
dump it to text, then recreate it on the new machine.