search for: l_src

Displaying 6 results from an estimated 6 matches for "l_src".

Did you mean: _src
2019 Mar 10
3
sieve vacation to an alias group
...gt; Yassine. > As a request for comments and improvements, here's a my script to share 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_d...
2019 Mar 10
2
sieve vacation to an alias group
...'s a my script to > share 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...
2019 Mar 10
0
sieve vacation to an alias group
...ments and improvements, here's a my script to share > 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 &q...
2019 Mar 10
0
sieve vacation to an alias group
...hare 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...
2019 Mar 10
2
sieve vacation to an alias group
...my script to share >> 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...
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