Displaying 3 results from an estimated 3 matches for "dsync1".
Did you mean:
dsync
2002 Oct 18
2
Question on a long filename
Hi,
How many characters of the file name can be transferred thru rsync?
255? I am running rsync on solaris 5.8 machine, I got the following
error messages:
ERROR: dsync: dsync1:/import/data/ to dsync2:/import/data2/
mkstemp failed: File name too long
rsync error: partial transfer (code 23) at main.c(578)
The filename in that directory is over 220 characters, is there
a problem on a long filename?
Thanks,
Jennifer
2015 May 14
2
Best practice for getting sieve scripts replicated?
Hi ?
I do have replication between two servers running, and mail is replicated without any issues.
I do have sieve running at both servers without any issues.
But replication of sieve scripts doesn't work as "expected":
Whenever I do modify my default script und upload it via "doveadm sieve put -u abc -a default < default" it becomes uploaded to the home directory of
2015 May 14
2
Best practice for getting sieve scripts replicated?
...l
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth-userdb {
user = vmail
}
}
service config {
unix_listener config {
user = vmail
}
}
service doveadm {
inet_listener {
address = dsync1.some.td
port = 55588
}
user = vmail
}
service imap-login {
inet_listener imap {
port = 0
}
inet_listener imaps {
address = *,[::]
port = 993
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfi...