Displaying 1 result from an estimated 1 matches for "dsync_command".
2014 Aug 18
2
Dovecot failing with exit code 19200 in cron job
...script from the command
line it appears to dsync all the accounts OK.?? The relevant part of
my Perl code is below.??
Any ideas?
Thanks, Murray
foreach (@userlist) {
??? my $email = $_;
??? chomp ($email); # get rid of CR
??? logit("Started sync of mailbox $email") if $debug;
??? my $dsync_command="dsync -v -D -u $email mirror ssh -C
root@$mailstore dsync -u $email";
??? logit("dsync_command=$dsync_command");
??? # Run dsync of mailbox
??? logit("Started secondary sync of $mailbox to $mailstore") if
$debug;
??? my $exit_status = system ( $dsync_command );
??? l...