search for: l_maildir

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

2019 Mar 10
3
sieve vacation to an alias group
...est 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_dst" } function verifier_...
2019 Mar 10
2
sieve vacation to an alias group
...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/" &q...
2019 Mar 10
0
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" > ln -s "$l_src/" "$t_dst" &gt...
2019 Mar 10
0
sieve vacation to an alias group
...t 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
2
sieve vacation to an alias group
...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/" &q...
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