Displaying 20 results from an estimated 10000 matches similar to: "custom ssh port doveadm sync"
2013 Dec 09
0
Dovecot - solr - user unknown
Hi all,
I am running dovecot with solr on centos 6.5.
In my dovecotlog i am getting the following error for any user :
Dec 09 16:03:22 indexer-worker: Error: User me at mydomain.net lookup
failed: Unknown user
everything else works ok and no mail-issues.
I have been searching and searching and really cant figure it out.
Probably i overlooked something dumb,
I hope someone can help me out
2012 Mar 20
2
Dsync Dovecot
Hi guys,
I am using dovecot-2.1.0 in centos 5.7, I configured dovecot with postfix
in 2 system both system is having same configuration and os. I want to use
dsync in mirror mode via ssh but I am not able to do it. When I followed
the dsync wiki then I an unable to find the username :
*dsync -u username mirror ssh -i id_dsa.dovecot mailuser at example.com
dsync -u username*
In the above
2012 Apr 19
2
Custom LDAP filter for doveadm-mailbox?
Dear Timo,
With Dovecot-2.0.16, 'doveadm mailbox list -A' will perform LDAP search with filter "(objectClass=posixAccount)", and get value of attribute 'uid' as mail user. Is it possible to custom the ldap filter and returned attribute name? For example:
- LDAP filter: (&(objectClass=mailUser)(accountStatus=active))
- Returned attribute name: mail
Did i miss
2007 Feb 20
8
xen time sync problem
Hi,
I am facing problem in sync time within DomU with Dom0. After gone
through mailing lists, I have set /proc/sys/xen/independent_wallclock
to 0. But still DomU are not syncing their time :-S Machine using
kernel-xen-2.6.19-1.2911.fc6
xen-3.0.3-3.fc6
xen-libs-3.0.3-3.fc6
Please advice to solve this weird problem, Thanks
_______________________________________________
Xen-users mailing list
2006 Nov 24
19
Time/clock issues with Xen 3.0.3?
The time appears to be perfect inside dom0, however all the domU''s
tend to have a slightly faster date which gets further out of sync
every day.
I''m currently using Xen 3.0.3 with Gentoo Linux, under 3.0.2 I had no
problems with domU clocks. Are there any known issues which could
cause this? I''d strongly prefer not to run ntpd in every domU,
having all domU clocks in
2006 Oct 11
5
Where is djvmti Agent?
What am I missing?
[Download dvm.zip from https://solaris10-dtrace-vm-agents.dev.java.net/]
[root at load0 /]$ mkdir /opt/dvm;cd /opt/dvm
root at load0 dvm]$ unzip /home/jbuckley/dvm.zip
[jbuckley at load0 ~]$ more /etc/release
Solaris Nevada snv_45 SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to
2001 Aug 15
2
rsync without reverse dns lookup
Hello,
I set up an script witch connects my rsyncd server. But the IPs for
rsyncd Server and Client have no DNS Name, and so rsync trys to lookup
for a DNS Name for this IPs. This causes a long DNS Timeout!
My question: is there a commandline option to disable this "feature"? Or
can you give me quick "hack around"?
Best regards
--
Clemens Gesell <cgesell@astaro.de> |
2014 Sep 28
1
"doveadm backup/sync" are badly documented
Most documents around there talk abour "dsync", but the modern way is
"doveadm backup". This command is not documented in the wiki and there
are a few details missing, like how to use it thru SSH.
I am currently doing some tests about how to backup my mdbox. I can do
tests in local using:
$ doveadm backup -u jcea -m proveedores/dovecot mdbox:/tmp/aa/
This will
2005 Sep 01
0
Astaro SIP Proxy
Hi,
Did anyone successfully installed and setup Astaro
Security Linux V6 SIP Proxy with Asterisk behind the
Astaro and clients bedinde another NAT?
Regards
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
2019 Aug 28
5
LMTP Post login script for acl_groups
> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>
>
> > Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via dovecot <dovecot at dovecot.org>:
> >
> > I think, i had the same problem as you.
> >
> > When dovecot runs lmtp, no user is logged in, so there is no user from
> > which you can get groups. So i think, my
2012 Feb 18
3
Failing: doveadm sync <--remote host--> dsync mirror
Hi --
I'm used to dsync my two mailservers running 2.0.16.
Today, I did upgrade one server to 2.1, and doveadm sync is throwing to following error:
mail> doveadm sync -f -u test ssh vmail at remote-host.tld dsync -v -f -u test
doveadm(test): Fatal: All your namespaces have a location setting. It should be empty (default mail_location) in the namespace to be converted.
Same error with
2019 Aug 28
2
LMTP Post login script for acl_groups
I think, i had the same problem as you.
When dovecot runs lmtp, no user is logged in, so there is no user from
which you can get groups. So i think, my solution is (not really sure,
if this is right, it's a long time ago, i played around) this transport
in exim for local delivery
dovecot_delivery:?????????????
? debug_print = "T: dovecot_delivery_pipe for $local_part@$domain
translates
2006 Oct 11
9
time synchronization problem (using NTP)
Hi,
using SLES10 I''m unable to synchronize the time of DomU with that of Dom0. There
is a persistent offset of about 3 seconds!
Here''s a small history (not actual output):
remote refid st t when poll reach delay offset jitter
rkdvmso1.dvm.kl 192.168.0.11 5 u - 64 1 0.136 -2977.1 0.099
*rkdvmso1.dvm.kl 192.168.0.11 5 u 2 64
2002 Sep 09
3
loading data from a specified directory
System info:
Linux slackware
R Version 1.5.1 (2002-06-17)
ESS 5.1.21
Emacs 21.2.1
-------------------
Colleagues
I have some text files in a certain directory and want to process them
sequentially. So I want to pass the filename identifier into a function
and loop through the processing of each file in turn.I've called the
file identifier f in this code segment:
image.dvm <- function
2009 May 15
13
How to calculate java method timestamp?
Hi,
I need help in calculating Java method time-stamp in following fashion.
Consider following method example.
long method3(long stop) {
try {
Thread.sleep(1500);
} catch (Exception e) {
}
//////////////////// real CPU intensive operation ///////////////////////////
for (int i = 1; i < stop; i++) {
stop = stop * stop * i;
};
2006 Oct 13
3
error running webserver 7 with the DTrace dvm agents...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#330000" bgcolor="#ffffff">
<tt><font size="+1">I am attempting to run the sun webserver 7
2015 Feb 05
2
doveadm sync out of memory
Hello:
I've been looking forward to getting my mail server up to Dovecot 2.2+ to be able to use the sync mechanism. I run my own mail server just for myself, with a few different accounts, and want to keep a master and backup server in sync.
I'm running the Ubuntu server 14.04.1 mail stack which features Dovecot 2.2.9 (and Postfix). My setup is to use system users (userdb passwd /
2019 May 13
2
Doveadm sync, Error: read(remote) failed: EOF, Error: read(remote) failed: EOF
In the manual page this command is used for converting a mailbox
doveadm sync -u test mdbox:~/mdbox -x INBOX -x INBOX/*
Yet I am getting this error and the mdbox folder is not created.
dsync-local(test): (version not received)
doveadm(test): Fatal: execvp(mdbox:~/mdbox) failed: No such file or
directory
[@ dovecot]# doveconf | grep mail_locat
mail_location =
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
On 29.8.2019 12.18, R.N.S. via dovecot wrote:
>
>> Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
>>
>>
>>> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>>>
>>>
>>>> Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via dovecot <dovecot at dovecot.org>:
2011 Aug 02
0
Wrong values when projecting LatLong in UTM
Hi R helpers,
I tried to convert a list of LatLong coordinates (in DD format) into UTM
zone 11 NAD 27. I first tried this from PBSmapping:
library(PBSmapping)
LatLong<-cbind(c(56.85359, 56.85478),c(-118.4109, -118.4035))
colnames(LatLong)<-c("X","Y")
attr(LatLong, "projection") <- "UTM"
attr(LatLong, "zone") <- 11