Displaying 2 results from an estimated 2 matches for "_at_all_".
2011 May 22
1
hardluck w/ sieve
I've followed the docs here:
http://wiki.dovecot.org/LDA/Sieve/Dovecot
... in particular, the 'Per-user Sieve script location' scenario.
However, I'm unable to get any behavior that indicates that
sieve is functioning correctly - well, functioning _at_all_ would
be more accurate.
Relevant dovecot.conf:
protocol lda {
...
mail_plugins = sieve
}
auth default {
...
passdb passwd-file {
args = /var/vmail/passwd
}
userdb static {
args = uid=vmail gid=vmail home=/var/vmail/%d/%u
}
}
plugin {
sieve = /var/sieve-scripts/%d/%u.sieve...
2001 Jan 11
1
Possible bug? scp attempts to forward ports...
...rward from server B in client A's "~/.ssh/config" file. Normally I
login to server B via ssh from client A. With this session open (and a port
forwarded) sometimes I go to a different terminal on client A and attempt to
scp a file or two to server B. However, I am unable to use scp _at_all_
because of scp attempting, and failing, to forward the same port that the
ssh connection already has open.
It seems to me that this is undesirable behavior... Am I wrong? If not,
I'll work on creating a bug item, etc, for this. I'm hoping it's not
already known. I've checked th...