search for: t_dst

Displaying 7 results from an estimated 7 matches for "t_dst".

Did you mean: _dst
2019 Mar 10
3
sieve vacation to an alias group
...e folders via acl files and symlinks (dovecot must be configured accordingly) : root at messagerie[10.10.10.19] /usr/local/scripts/mail # cat sharemailbox.single #!/bin/bash function create_link { ??? l_src=$1 ??? l_dst=$2 ??? l_maildir=$3 ??? t_maildir=$(echo "$3" | tr . ?) ??? t_dst="$l_dst"/.shared."$t_maildir" ??? echo pointing "$t_dst" to "$l_src" ??? echo ln -s "$l_src/" "$t_dst" ??? ln -s "$l_src/" "$t_dst" } function verifier_email { ??? l_email=$1 ??? if ! searchmailbox.strict.sql $l...
2019 Mar 10
2
sieve vacation to an alias group
...gt; > root at messagerie[10.10.10.19] /usr/local/scripts/mail # cat > sharemailbox.single > #!/bin/bash > > function create_link { > ??? l_src=$1 > ??? l_dst=$2 > ??? l_maildir=$3 > ??? t_maildir=$(echo "$3" | tr . ?) > ??? t_dst="$l_dst"/.shared."$t_maildir" > ??? echo pointing "$t_dst" to "$l_src" > ??? echo ln -s "$l_src/" "$t_dst" > ??? ln -s "$l_src/" "$t_dst" > > } > > > function verifier_email {...
2019 Mar 10
0
sieve vacation to an alias group
...be configured accordingly) > : > > root at messagerie[10.10.10.19] /usr/local/scripts/mail # cat > sharemailbox.single > #!/bin/bash > > function create_link { > l_src=$1 > l_dst=$2 > l_maildir=$3 > t_maildir=$(echo "$3" | tr . ?) > t_dst="$l_dst"/.shared."$t_maildir" > echo pointing "$t_dst" to "$l_src" > echo ln -s "$l_src/" "$t_dst" > ln -s "$l_src/" "$t_dst" > > } > > > function verifier_email { > l_email=$1...
2019 Mar 10
0
sieve vacation to an alias group
...0.10.19] /usr/local/scripts/mail # cat >> sharemailbox.single >> #!/bin/bash >> >> function create_link { >> ??? l_src=$1 >> ??? l_dst=$2 >> ??? l_maildir=$3 >> ??? t_maildir=$(echo "$3" | tr . ?) >> ??? t_dst="$l_dst"/.shared."$t_maildir" >> ??? echo pointing "$t_dst" to "$l_src" >> ??? echo ln -s "$l_src/" "$t_dst" >> ??? ln -s "$l_src/" "$t_dst" >> >> } >> >> >&g...
2019 Mar 10
2
sieve vacation to an alias group
...>> root at messagerie[10.10.10.19] /usr/local/scripts/mail # cat >> sharemailbox.single >> #!/bin/bash >> >> function create_link { >> l_src=$1 >> l_dst=$2 >> l_maildir=$3 >> t_maildir=$(echo "$3" | tr . ?) >> t_dst="$l_dst"/.shared."$t_maildir" >> echo pointing "$t_dst" to "$l_src" >> echo ln -s "$l_src/" "$t_dst" >> ln -s "$l_src/" "$t_dst" >> >> } >> >> >> function veri...
2019 Mar 09
4
sieve vacation to an alias group
Hi, We have an alias group named xyz at example.com, this alias group has 3 actual users a at example.com, b at example.com and c at example.com We set vacation rule on the generic sieve rule, the problem is that 3 responses are sent to the original sender. (obviously because the rule is being executed with each user in the alias group) Is it possible to set auto response only once, we tried
2007 Jun 06
1
add inverse recursive feature or do a mkdir -p/install -D -d ?
...] || [ ! -z "${subdst}" ]; then echo "${subsrc} ${subdst}" fi done } function rrsync() { src=${1:?src please} dst=${2:?dst please} doublecrushedpath "${src}" "${dst}" | while read t_src t_dst; do if ! rsync -nlD -- "${t_src}" "${t_dst}" 2>&1 \ | grep -q -E 'rsync: push_dir#3 "[^"]*" failed: No such file or directory'; then echo rsync -av "${t_src}" "${t_dst}" ||...