Displaying 2 results from an estimated 2 matches for "11t14".
Did you mean:
1114
2012 Feb 11
1
Passdb disconnected unexpectedly when trying to do Director with LMTP
...the wiki. It's working & running fine for pop/imap connections (as
verified by doveadm director status user), however when I specify 'RCPT
TO' for a (tcp) lmtp connection straight away I get:
451 4.3.0 <xxx at yyy.com> Temporary user lookup failure
and in the logs:
2012-02-11T14:22:54+00:00 xxx dovecot: lmtp(27997): Error: passdb
lookup(xxx at yyy.com): Disconnected unexpectedly
I'm sure this is an obvious issue for someone who's come across it
before. The /var/run/dovecot/director-userdb socket is on the system;
exactly the same permissions as the standard aut...
2014 Feb 11
1
[Bug 903] New: Second rule is not getting executed when we give different timeouts for the same ip address.
...a client form 13 to 16
iptables -A INPUT -s 10.0.6.191 -m time --kerneltz --datestart 2014-2-11T13
--datestop 2014-2-11T16 -j DROP
2.Try the following command to accept the same client from 13.30 to 14
iptables -A INPUT -s 10.0.6.191 -m time --kerneltz --datestart 2014-2-11T13:30
--datestop 2014-2-11T14 -j ACCEPT
Actual Result:
First rule only got executed. (i.e) the client ip is blocked from 2/11/2014 13
to 2/11/2014 16.
Second rule not executed.
Expected Result:
Since the 2 rules differs with timeout, both rules should get executed.
(i.e)the client ip should be blocked from 2/11/2014 13 to 2/11/...