similar to: Dovecot accepts squirrelmail, rejects fetchmail

Displaying 20 results from an estimated 120 matches similar to: "Dovecot accepts squirrelmail, rejects fetchmail"

2007 Jun 16
3
Per user based protocol access and pause after failed login?
Hello. Tried search, no luck, sorry, if this is already answered, but I'm still looking a solution using pam_auth how to define in dovecot which user can access which protocol, for example, default is: protocols = pop3 pop3s imap imaps I'd like to use something like this: exclude_using_pop = user1, user2, @group exclude_using_pops = user1, user2, @group exclude_using_imap = user1,
2011 Apr 01
1
"R CMD check" accepts but "R CMD INSTALL" rejects a tar ball.
I have somehow managed to made a source tar ball which "R CMD check" accepts but "R CMD INSTALL" rejects with: ------------------ Warning in untar2(tarfile, files, list, exdir) : checksum error for entry 'pax_global_header' Error in untar2(tarfile, files, list, exdir) : unsupported entry type ?g? ------------------ This happens with both R 2.12.2 (x86 linux) and R
2014 Feb 23
1
Detail improvement: %c variable
Hi, although dovecot is great and almost exactly solving my problems and fitting my requirements, there is an odd detail that causes me problems: The %c variable. (See http://wiki2.dovecot.org/Variables ) I'm managing an IMAP server for an association, which is connected to an LDAP server. Users can connect in three ways: IMAPS from the internet, IMAP from local acccounts, and IMAP
2004 Apr 20
1
Samba 3.0.2a - Erroneously rejects NTLMv2 but accepts NTLM
Hello experts, I?ll try and keep this brief but detailed (if that?s possible.). I?m sure I don?t understand the technologies sufficiently but I believe I?m seeing counter-intuitive behavior with my Samba 3 setup. What I want is nice, tight Win 2K3 security. What I?ve got is ADS integration, including domain user authentication using winbind, but I can?t get the security level right. Problem
2012 Feb 12
0
Samba 4 no longer accepts SASL GSSAPI?
Version 4.0.0alpha18-GIT-567f05e Ubuntu 11.10 Attempting to bind from nss-ldapd: ldb_wrap open of secrets.ldb GSS server Update(krb5)(1) Update failed: An unsupported mechanism was requested: unknown mech-code 0 for mech 1 2 840 113554 1 2 2 The call is from here: base dc=hh3,dc=site map passwd uid samAccountName map passwd homeDirectory unixHomeDirectory sasl_mech
2007 Apr 04
0
error occurred while evaluating nil.accepts
I have an index method with a respond_to block that produces this error: NoMethodError (You have a nil object when you didn''t expect it! The error occurred while evaluating nil.accepts): The show method has the same respond_to block but doesn''t error out. If I take the respond_to block out of the index method, it works. If I give index params[:keywords] I get this error:
2013 Apr 11
1
[Bug 778] NFQUEUE --queue-bypass accepts all packets when no userspace application is available
https://bugzilla.netfilter.org/show_bug.cgi?id=778 Florian Westphal <fw at strlen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |fw at strlen.de --- Comment #1 from Florian Westphal
2007 Feb 25
2
[Bug 548] ip6tables accepts -p icmp
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=548 ------- Additional Comments From michal@logix.cz 2007-02-25 23:31 MET ------- For the record, the command is "ip6tables ... -p icmp". Just in case someone changes the Summary. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are
2011 Oct 26
1
[LLVMdev] Tablegen generic class argument that accepts SDNode or Intrinsic
Hi, I'm trying to define a class in tablegen that can have either an SDNode or an Intrinsic as an argument. Basically something like this: class OP1 <Record NodeOrIntr> : Instruction { let pattern = [(set Reg:$dst, (NodeOrIntr Reg:$src))]; } I haven't been able to come with a way to do this yet. Is this something that is possible with tablegen? Thanks, Tom Stellard
2013 May 04
2
[LLVMdev] A C function which accepts a large integer type?
Is there anyway in C I can write a function which accepts a very large integer? That is, say in LLVM I'm using a 256bit integer, is it possible to write a C function which accepts that value? I understand it wouldn't be standard C, or may not even be pretty, but that doesn't matter. -- edA-qa mort-ora-y -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Sign:
2013 May 04
0
[LLVMdev] A C function which accepts a large integer type?
edA-qa mort-ora-y <eda-qa at disemia.com> writes: > Is there anyway in C I can write a function which accepts a very large > integer? That is, say in LLVM I'm using a 256bit integer, is it possible > to write a C function which accepts that value? > > I understand it wouldn't be standard C, or may not even be pretty, but > that doesn't matter. What's wrong
2013 May 04
2
[LLVMdev] A C function which accepts a large integer type?
On 04/05/13 13:51, Óscar Fuentes wrote: > What's wrong with passing the address of the integer? Yes, that idea came to me also shortly after pressing "Send". ;) I assume the data is simply ordered like a native integer. So on little-endian it is lowest byte first. -- edA-qa mort-ora-y -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Sign: Please
2013 May 04
0
[LLVMdev] A C function which accepts a large integer type?
Hi edA-qa mort-ora-y, On 04/05/13 16:37, edA-qa mort-ora-y wrote: > On 04/05/13 13:51, Óscar Fuentes wrote: >> What's wrong with passing the address of the integer? > > Yes, that idea came to me also shortly after pressing "Send". ;) > > I assume the data is simply ordered like a native integer. So on > little-endian it is lowest byte first. correct. Things
2013 May 04
1
[LLVMdev] A C function which accepts a large integer type?
On 04/05/13 16:50, Duncan Sands wrote: > correct. Things are a little more complicated if the integer size is not a > multiple of 8, but I don't think you are interested in this case. Actually I would also like to know that case (as I support odd sizes). If this is too complicated though I would just extend them to the next power of 2 before calling the function. -- edA-qa mort-ora-y
2010 Jan 22
2
Is there any way to hook the point when channel port listener accepts a new connection?
After an user is authenticated, he should be authenticated again by his interactive shell before starting a tunnel for him. How can I fulfill this task? I think I should add a hook when a listening channel accepts a new connection. Is there easier way? Thanks. leo
2016 Dec 31
1
[Bug 2657] New: Documentation does not mention that AuthorizedKeysCommandUser accepts "%u" token substitution
https://bugzilla.mindrot.org/show_bug.cgi?id=2657 Bug ID: 2657 Summary: Documentation does not mention that AuthorizedKeysCommandUser accepts "%u" token substitution Product: Portable OpenSSH Version: 7.4p1 Hardware: 68k OS: Mac OS X Status: NEW Severity:
2012 Feb 15
2
Does wine accepts "hosts" file?
Hi, running wine-1.3.24 on Ubuntu 11.04 32 bit I noticed "..\windows\system32\drivers\etc\hosts" file does not exist. Will it work as in Windows if I create one? TIA
2009 Dec 27
0
Macro only accepts 1 argument
Hello list ! This is my call to the macro : exten => 36,n,Macro(mymacro,${KNUMMER},yo) This is where {ARG1} and {ARG2} are used inside the macro : exten => s,n,Voicemail(${ARG1}@${ARG2},s) This the output on the CLI : VoiceMail("IAX2/zoiper-13958", "908001@|s") The variable ${KNUMMER} is set in the dialplan and well replaced by 908001. But {ARG2} is not replaced by
2017 Apr 07
0
HP USB printer accepts jobs, but won't print
On Fri, 7 Apr 2017, Michael Hennebry wrote: > My HP USB C3180 All-in-one printer accepts jobs, but does not print. > A job simply sits in the queue. > I haven't used it on this computer for a while. > It will print a test page when I connect it. > > The last line from hp-info -i > is > 04/07/17 13:26:21 5012 Device communication error hennebry 0 (I've
2017 Apr 07
0
HP USB printer accepts jobs, but won't print
Michael Hennebry wrote: > My HP USB C3180 All-in-one printer accepts jobs, but does not print. > A job simply sits in the queue. > I haven't used it on this computer for a while. > It will print a test page when I connect it. > > The last line from hp-info -i > is > 04/07/17 13:26:21 5012 Device communication error hennebry 0 > (I've removed some