Displaying 20 results from an estimated 2000 matches similar to: "Trying Dovecot Replication with dsync"
2014 Aug 18
1
[SOLVED] Re: Trying Dovecot Replication with dsync
>
> 1)
> Aug 14 15:39:34 ceph1 dovecot: imap(account=domaintest.com): Error:
> open(/var/run/dovecot/replication-notify-fifo) failed: Permission denied
>
> What is the correct perms for /var/run/dovecot/replication-notify-fifo ?
> Currently:
> # ll /var/run/dovecot/replication-notify-fifo
> prw------- 1 root root 0 Aug 14 15:57
>
2012 Dec 12
1
Too many imap connections in state "idling"
Hi,
I have a "Ubuntu12.04 + dovecot-2.0.19" configuration in my server. My
mailbox server is shared by ~ 10k domains. It works fine with ~50k
accounts.
On average, my server has about 6K simultaneous imap connections during
office hours. But I've noticed that this server has an average of
approximately 4k connections in state "idling".
On other Dovecot servers the
2013 Feb 22
4
Ubuntu-12.04 packages for latest Dovecot release
Hi,
Does anyone here know a trusted package repository for Ubuntu LTS which
has always the latest version of Dovecot?
Thanks !
--
Thiago Henrique
adminlinux.com.br
2016 Jul 29
1
Samba4 won't start
Hi all,
I try to install Samba 4.4.2 , on ubuntu 14.04 LTS.
I have this issue:
sudo /usr/local/samba/sbin/samba -i -M single
samba version 4.4.2 started.
Copyright Andrew Tridgell and the Samba Team 1992-2016
samba: using 'single' process model
task_server_terminate: [ldap_server: no LDAP server required in member
server configuration]
task_server_terminate: [cldap_server: no CLDAP
2015 May 16
2
Couldn't create lock .dovecot-sync.lock
Hi,
In a cluster with two servers and replication via dovecot-dsync, this
error is logged:
server1 dovecot: dsync-server(<user>): Error: Couldn't create lock
/var/lib/imap/user/6a/<user>/.dovecot-sync.lock: No such file or directory
This is because "/var/lib/imap/user/6a/<user>/" doesn't exist in
server1. In another cluster node, the directory exists and
2016 Jul 27
2
samba-tool domain provision --use-rfc2307 --interactive fail
Hi all,
I try to install a samba4 AD DC, but when I try:
samba-tool domain provision --use-rfc2307 --interactive I have this:
Realm [DOMAINTEST.LAN]:
Domain [DOMAINTEST]:
Server Role (dc, member, standalone) [dc]:
DNS backend (SAMBA_INTERNAL, BIND9_FLATFILE, BIND9_DLZ, NONE)
[SAMBA_INTERNAL]:
DNS forwarder IP address (write 'none' to disable forwarding)
[127.0.1.1]:
2016 Jul 27
1
samba-tool domain provision --use-rfc2307 --interactive fail
Ok tomas.
For a good removal of all samba packages.
1) for x in `dpkg -l | grep samba` ; do apt-get remove --purge $x ; done
2) apt-get remove --purge winbind
That should clear all packages of samba.
When thats done. Try the install again.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: Thomas Massip [mailto:thomas.massip at e-tera.com]
> Verzonden: woensdag 27
2020 Sep 25
2
Debian client/workstation pam_mount
On 25/09/2020 12:55, Robert Wooden wrote:
> Thanks Dr, Naumer and Rowland.
>
> Although still not quite correct, my pam_mount.conf.xml looks like:
> root at lws4:~# cat /etc/security/pam_mount.conf.xml
> <debug enable="1" />
> <volume fstype="fuse"
> server="mbr04.subdom.example.com <http://mbr04.subdom.example.com>"
>
2015 May 15
0
Many Duplicated messages after migrate from 2.0.19 to 2.2.15
Hi,
In my company, we have several failover clusters (~50k accounts per
cluster) with Ubuntu12.04 and Dovecot-2.0.19 (without dsync, replication
at block level with DRBD).
We are migrating to active/active clusters with Ubuntu14.04 and
Dovecot-2.2.15 with replication via dovecot-dsync. Each new cluster
consists of two machines and each machine runs two instances of Dovecot
(one for backend
2020 Sep 26
2
Debian client/workstation pam_mount
First, my use of IP addresses is a force of habit. User at shorthostname does
work but, as I do not normally ssh with hostname.
> adminlinux at lws2:~$ ssh tuser16 at lws4
> The authenticity of host 'lws4 (192.168.16.220)' can't be established.
> ECDSA key fingerprint is
> SHA256:iOPtH7sjCWWoWR/92nVv/fWIp0ogRtlHxeRTrC5EePI.
> Are you sure you want to continue connecting
2013 May 16
2
Ubuntu-12.04-LTS repos with Dovecot-2.2 and Pigeonhole
Hi,
I would like to take advantage of new features in Dovecot 2.2 on my servers. But I'm having difficulties to build packages for Ubuntu-12.04-LTS.
Does anyone know a repository that has new stable versions for Dovecot and Pigeonhole ?
Thanks !
--
Thiago Henrique
adminlinux.com.br
2012 Oct 10
4
Irrelevant information filling logs
Hi,
I have a "Ubuntu10.04 + dovecot-2.0.13" configuration in my server. My
mailbox server is shared by ~ 10k domains. It works fine with ~50k
accounts.
There is a lot of logs of "quota exceeded" like this:
Oct 10 13:00:56 mailboxserver5 dovecot: lmtp(29105,
user at mailboxserver5): Error: ifcIN1NxdVCxcQAAMBx7mQ: sieve:
msgid=unspecified: failed to store into mailbox
2020 Sep 28
4
Debian client/workstation pam_mount
The "short" version on why multiple groups here.
For all my member servers apply the following.
This line :
> > AllowGroups servers-ssh sshgroup
There are 2, linux only Admin accounts, ( local accounts )
And, only if these are member of the "local group" sshgroup
then your allowed to login.
Only users that are allowed to login with ssh on these servers
2012 Oct 02
2
About ManageSieve and TLS
Hi,
I have a "ubuntu10.04 + dovecot-2.0.13" configuration in my server. It
works fine with ~50k accounts.
Recently I enabled TLS:
$ cat /etc/dovecot/dovecot.conf
...
# Use SSL ?
ssl = yes
...
The goal was to provide only IMAPS and POP3S. But Managesieve says
"STARTTLS":
$ telnet _MY_IP_ 2000
Trying _MY_IP_...
Connected to _MY_IP_.
Escape character is '^]'.
2006 Apr 23
0
Domain trust relationship between Samba 3.0.21c and AD 2003
Hello,
I have two domains:
- a domain FRANCE on a SAMBA PDC called "SARGE"
- a domain DOMAINTEST on a Active Directory called "SRV2003-2"
I followed the samba howto chapter on setting a domain trust
relationship between this two domains.
For now, I just want DOMAINTEST users to log on shares of the FRANCE domain.
On Windows 2003 side, with the MMC I can check/revalidate
2020 Sep 26
2
Debian client/workstation pam_mount
Yes, sorry, forgot to include in the last email.
> root at lws4:~# getent passwd tuser16
> tuser16:*:10016:10000:User 16. Test:/home/WKDOM/tuser16:/bin/sh
>
On Sat, Sep 26, 2020 at 9:02 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 26/09/2020 14:52, Robert Wooden wrote:
> > First, my use of IP addresses is a force of habit. User at shorthostname
>
2020 Sep 26
3
Debian client/workstation pam_mount
Okay, now so I don't get confused.
Yes, /home/WKDOM/tuser16 does exist on the client/workstation.
root at lws4:~# getent group
> root:x:0:
> *..snipped for brevity..*
>
winbindd_priv:x:129:
> sshgroup:x:998:adminlinux
> postfix:x:130:
>
..snipped for brevity..
>
There is no servers-ssh group on the C/W. (I have a server-ssh group
somewhere per Louis' instructions,
2014 Aug 18
1
Health monitoring of backend servers
Does Dovecot Director health monitoring of backend servers ?
Or is poolmon (http://www.dovecot.org/list/dovecot/2010-August/051946.html) the
best option for this?
Maybe Ldirectord?
Thanks!
--
Thiago Henrique
www.adminlinux.com.br
2012 Aug 15
1
Mdbox corruption
Hi,
I have a "ubuntu10.04 + ext4-filesystem + dovecot-2.0.13 +mdbox"
configuration in my server. It works fine with ~50k accounts.
Recently happened a filesystem corruption in a device of StMailLocation
and I fix with fsck.ext4.
After this crash, one account began to show access timeout and errors
like this on force-resync:
# doveadm force-resync -u account INBOX
doveadm(account):
2020 Sep 25
4
Debian client/workstation pam_mount
On 24/09/2020 12:47, Christian Naumer via samba wrote:
> I am using it on Fedora with Volume Definition looking like this:
and I use this:
<volume fstype="cifs"
??????? server="CIFS_SERVER_FQDN"
??????? path="linprofiles"
??????? mountpoint="/mnt/%(USER)"
options="username=%(USER),uid=%(USERUID),gid=%(USERGID),domain=%(DOMAIN_NAME)"