similar to: Sieve scripts replication not working

Displaying 20 results from an estimated 20000 matches similar to: "Sieve scripts replication not working"

2020 Aug 18
0
Sieve scripts replication not working
Hi all! I am a long-time dovecot user/admin on my home server, but only recently tried to configure replication. Everything seems to work except sieve scripts replication. When I upload new one on the server A, it does not replicate to server B, even if it seemingly tries to, according to debug logs. The log antry says: Replication requested by 'sieve_storage_sync_transaction_begin',
2020 Oct 16
2
Newbie question about replication
Hi, I am a long-time dovecot user/admin for my family mail server, but I had ventured into configuring replication only recently and I am not sure about how it should work and what are the good practices. My intent for replication was to have another instance to switch to in a short time if something fails. I have daily backups, but it will take much more time to rebuild and restore than just to
2020 Oct 18
2
Newbie question about replication
On Sat, Oct 17, 2020 at 11:17:34PM +0200, John Fawcett wrote: > > I have observed my mail storage directories on both instances and have > > noticed that they diverge a little over time - the instance B not having > > all the updates. However the moment I connect another client to instance > > B and log in as a particular user, the state on instance B springs to the >
2017 Oct 12
2
SSL overview...
Can someone help me understand the overall picture of SSL certificates in this scenario? I have a working dovecot/postfix/mysql server. It has a certificate. I now want to create a second, essentially duplicate configured server for use with replication. What is the relationship between the certificate and the hostname, or the DNS entry since the certs are created using the server?s domain
2017 Oct 12
1
SSL overview...
I thought I read somewhere that the hostnames on replicated dovecot servers had to be different. Is this simply the hostname you specify in the config for dovecot and can this be different than the actual unix hostname? Ethon B. > On Oct 11, 2017, at 11:04 PM, Anvar Kuchkartaev <anvar at anvartay.com> wrote: > > If you are using different hostname for each server then you need
2017 Oct 12
0
SSL overview...
If you are using different hostname for each server then you need different certificates or SAN certificate with corresponding subjectAltName extensions. Certificates verifies hostname so if your hostnames are different then you have to use different certificates. However it is more useful if you keep your server hostname and service hostname separately. Your server hostnames might be
2020 Oct 18
0
Newbie question about replication
On 18/10/2020 22:53, Piotr Auksztulewicz wrote: > On Sat, Oct 17, 2020 at 11:17:34PM +0200, John Fawcett wrote: >>> I have observed my mail storage directories on both instances and have >>> noticed that they diverge a little over time - the instance B not having >>> all the updates. However the moment I connect another client to instance >>> B and log in as
2017 Feb 06
0
Dsync migration with shared folders
Hi everyone, We discovered that the migration path from a VPS to our 2XHP replication server environment with shared folders should be: 1) Rsync all domains from the VPS to serverA. Then rsync all domains from ServerA to ServerB. ServerA & ServerB are in a identical state. 2) Create an empty directory for the shared indexes 3) Start dovecot on both machines. If we did not sync both
2017 Feb 06
0
Dsync migration with shared folders
Hi everyone, We discovered that the migration path from a VPS to our 2XHP replication server environment with shared folders should be: 1) Rsync all domains from the VPS to serverA. Then rsync all domains from ServerA to ServerB. ServerA & ServerB are in a identical state. 2) Create an empty directory for the shared indexes 3) Start dovecot on both machines. If we did not sync both
2017 Feb 06
0
Dsync migration with shared folders
Hi everyone, We discovered that the migration path from a VPS to our 2XHP replication server environment with shared folders should be: 1) Rsync all domains from the VPS to serverA. Then rsync all domains from ServerA to ServerB. ServerA & ServerB are in a identical state. 2) Create an empty directory for the shared indexes 3) Start dovecot on both machines. If we did not sync both machines
2010 Aug 04
1
callerid between 2 asterisk servers
I've got 2 asterisk servers on the same box: ubuntu 10.04 lucid. I have not been able to send useful callerid info between them (callerid becomes "serverB"). serverA register statement: (serverB has the exact opposite statement) register => serverA:serverApassword at IP_of_serverB_nic/serverB users.conf of serverA: users.conf of serverB: [serverB] [serverA] type=friend
2007 May 05
1
strange authentication issue
hi I just joined this list, as I am having really strange issue and so far been unable to find the root cause.I will give you scenario to see if anyone knows what could be the cause: 1: 2 windows 64bit enterprise server serverA and Server B 2: both on same physical network no firwalls not routers 3: both on same domain controller ( windows NT4) I can connect to serverA as under from a linux
2013 Feb 25
1
samba + nfs locking doesn't work
this is the case: serverA [ CentOs 5.6 kernel 2.6.18-238.12.1.el5.centos.plus, Samba ver. 3.5.21 ] serverB [ CentOS 5.6 kernel 2.6.18-348.1.1.el5.centos.plus, Samba ver. 3.6.6-0.129.el5 ] clientA [ WindowsXP ] clientB [ WindowsXP ] The serverA shares via Samba the resource [test] [global] workgroup = DMIT netbios name = SAMBA server string = DMIT domain server interfaces = eth0
2015 Feb 05
2
IAX2 problem for WAN connections
Hi, I am trying to connect two Asterisk servers using IAX2. Everything works fine when I couple them within a LAN segment, but not when I connect them using WAN connections. I made sure that the routers' ports are mapped properly and checked this with additional ssh rules. ServerA is a Raspberry box with the vendor's Asterisk version 1.8.13.1 and ServerB is normal CentOS 7 box with
2007 Jul 30
1
iax2 trunk registration with auth rsa
hi all, I am trunking via iax2 2 asterisk serverses if both of them have static ip addresses, I can connect them using no password, password or auth rsa with a pair of keys. If one of them has dynamic ip address and need to register on the other server, I can connect them with no password, but I am not able to do that using keys. The question is: which is the right register syntax to use when
2008 May 30
3
How to backup files without destroying the destination?!
Hello List, i would like to copy/mirror/rsync the backup files from ServerA to ServerB. Since i must assume that ServerA is hacked (public server with a few services), i would like to "pull" the files to ServerB (save server with no services). That means i do something like: rsync -avz ServerA:/backup ServerB:/backup IF ServerA gets hacked and the files get zeroed out (every file
2007 Sep 27
2
IAX configuration
Hi, I have some problems and doubts connecting two asterisk servers. I have one asterisk (serverA), with 1 sip client registered (clientA). I have another asterisk (sever B), with another client (clientB). Now I want to call from client A to B and from B to A. Searching in google i find many configuration examples. For instance:
2010 Nov 15
2
SSH keys question
All, I have 3 servers. All 3 are CentOS 5.5. All 3 have identical /etc/ssh/sshd_config files. I used ssh-keygen (with no arguments) to generate keys with no password. I then added all 3 id_rsa.pub keys to the authorized_keys file. With this set up, I should be able to ssh between all 3 boxes without needing a password. The problem is that one of the servers keeps asking for a password even with
2015 Feb 05
1
IAX2 problem for WAN connections
> On Thursday 05 Feb 2015, jg wrote: >> Calling from ServerB to ServerA works, but not vice versa. The only odd >> thing that appears to me is the different perceived port on ServerA. >> >> Does someone have an idea at what to look in detail? > > Look in /etc/asterisk/iax.conf in the first instance. > Basically I used the example from the Asterisk book
2010 Oct 18
5
IAX2 works one direction, but not the other...