search for: testemail

Displaying 15 results from an estimated 15 matches for "testemail".

2015 Dec 03
2
fuzzer crash (but not the good kind)
...9;s the git repo: https://bitbucket.org/ebadf/fuzzpy I've only tested it on arm7 and x86_64 linux, I expect there's a good chance it may not work on other OSs. If you can build it successfully ("./build.sh", requires clang and clang++ in your path), then you should run the "testemail" case like so: while true; do ITERS=1000 ./run.sh tests/build/testemail tests/testemail/inputs/; done Let me know if you have any challenges building or running the test case. On Tue, Dec 1, 2015 at 7:26 PM, Kostya Serebryany <kcc at google.com> wrote: > Hi Brian, > Yes, looks...
2005 Feb 01
1
TROUBLES WITH dovecot configuration
...login_user = dovecot default_mail_env = mbox:/var/spool/mail/vhosts/%d/%n auth = default auth_mechanisms = plain auth_userdb = passwd-file /usr/local/dovecot/ps/pop.users auth_passdb = passwd-file /usr/local/dovecot/ps/pop.users auth_user = root cat /usr/local/dovecot/ps/pop.users testemail at mydomain.org:1a1dc91c907325c69271ddf0c944bc72[34]:1000:7266::/var/spool/mail/vhosts/mydomain.org/::: My system uid is 508, when I set it in pop.users file it works nice: accepts password, lists mail, everything. But when I want to create uniq. id for my domain: useradd -d /dev/null -...
2015 Dec 03
2
fuzzer crash (but not the good kind)
...>> >> I've only tested it on arm7 and x86_64 linux, I expect there's a good >> chance it may not work on other OSs. >> >> If you can build it successfully ("./build.sh", requires clang and >> clang++ in your path), then you should run the "testemail" case like so: >> >> > Does not build for me out of the box: > > ./build.sh: line 70: ./configure: No such file or directory > > I wonder if a smaller test possible here. > Meanwhile, here is a workaround for you. > Instead of > SANITIZE_COV_OPTS="-fsan...
2015 Dec 02
2
fuzzer crash (but not the good kind)
Kostya, I think I've found what looks like a reproducible bug in libFuzzer. The code under test is built with ASan and the first ASan CHECK failure shows fuzzer in the stack trace. (see below) One of the factors that may be unique in my testing is that each iteration can take a very long time to execute (tens or hundreds of seconds). Let me know if you need more info, I think it
2019 Oct 04
2
Sieve redirect is broken in 2.3.7.2 - signal 11
...73.tar.gz: No such file or directory dovecot-2.3.7.2-r0 dovecot-fts-solr-2.3.7.2-r0 dovecot-ldap-2.3.7.2-r0 dovecot-pigeonhole-plugin-2.3.7.2-r0 dovecot-pigeonhole-plugin-ldap-2.3.7.2-r0 Sieve rule is: # rule:[test] if header :contains "subject" "test" { ??????? redirect "testemail at gmail.com"; } In host's dmesg we found the following: [213184.882341] traps: dovecot-lda[6128] general protection ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in libdovecot.so.0.0.0[7ff6cf724000+360000] Sorry, not knowledgeable enough on how to do the GBD debug. ----------------- We went...
2019 Oct 06
2
Sieve redirect is broken in 2.3.7.2 - signal 11
...2-r0 >> dovecot-ldap-2.3.7.2-r0 >> dovecot-pigeonhole-plugin-2.3.7.2-r0 >> dovecot-pigeonhole-plugin-ldap-2.3.7.2-r0 >> >> Sieve rule is: >> # rule:[test] >> if header :contains "subject" "test" >> { >> ??????? redirect "testemail at gmail.com"; >> } >> >> In host's dmesg we found the following: >> [213184.882341] traps: dovecot-lda[6128] general protection >> ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in >> libdovecot.so.0.0.0[7ff6cf724000+360000] >> >> Sorry, not know...
2019 Oct 04
0
Sieve redirect is broken in 2.3.7.2 - signal 11
....7.2-r0 > dovecot-fts-solr-2.3.7.2-r0 > dovecot-ldap-2.3.7.2-r0 > dovecot-pigeonhole-plugin-2.3.7.2-r0 > dovecot-pigeonhole-plugin-ldap-2.3.7.2-r0 > > Sieve rule is: > # rule:[test] > if header :contains "subject" "test" > { > ??????? redirect "testemail at gmail.com"; > } > > In host's dmesg we found the following: > [213184.882341] traps: dovecot-lda[6128] general protection > ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in > libdovecot.so.0.0.0[7ff6cf724000+360000] > > Sorry, not knowledgeable enough on how to do th...
2008 Mar 12
1
deliver fails - passdb doesn't support lookups?
...hkpw } client { path = /var/run/dovecot/auth-client mode = 0660 } } } And yet, when I run deliver, I get no warnings, no errors, and most especially, no email delivered. Here's how I call deliver: cat testemail | setuidgid vpopmail \ /usr/local/libexec/dovecot/deliver \ -d testuser at example.com I tried running deliver within strace, and here's what I found. It opens up the authentication socket and writes: VERSION\t1\t0\nUSER\t1\ttestuser at example.com\tservice=deliver\n...
2019 Oct 06
2
Sieve redirect is broken in 2.3.7.2 - signal 11
...igeonhole-plugin-2.3.7.2-r0 >>>> dovecot-pigeonhole-plugin-ldap-2.3.7.2-r0 >>>> >>>> Sieve rule is: >>>> # rule:[test] >>>> if header :contains "subject" "test" >>>> { >>>> ??????? redirect "testemail at gmail.com"; >>>> } >>>> >>>> In host's dmesg we found the following: >>>> [213184.882341] traps: dovecot-lda[6128] general protection >>>> ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in >>>> libdovecot.so.0.0.0[7ff6cf...
2019 Oct 06
0
Sieve redirect is broken in 2.3.7.2 - signal 11
....2-r0 >>> dovecot-pigeonhole-plugin-2.3.7.2-r0 >>> dovecot-pigeonhole-plugin-ldap-2.3.7.2-r0 >>> >>> Sieve rule is: >>> # rule:[test] >>> if header :contains "subject" "test" >>> { >>> ??????? redirect "testemail at gmail.com"; >>> } >>> >>> In host's dmesg we found the following: >>> [213184.882341] traps: dovecot-lda[6128] general protection >>> ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in >>> libdovecot.so.0.0.0[7ff6cf724000+360000] >>&...
2019 Oct 06
0
Sieve redirect is broken in 2.3.7.2 - signal 11
...>>>>> dovecot-pigeonhole-plugin-ldap-2.3.7.2-r0 >>>>> >>>>> Sieve rule is: >>>>> # rule:[test] >>>>> if header :contains "subject" "test" >>>>> { >>>>> ??????? redirect "testemail at gmail.com"; >>>>> } >>>>> >>>>> In host's dmesg we found the following: >>>>> [213184.882341] traps: dovecot-lda[6128] general protection >>>>> ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in >>>>> li...
2019 Oct 07
3
Sieve redirect is broken in 2.3.7.2 - signal 11
...ecot-pigeonhole-plugin-ldap-2.3.7.2-r0 >>>>>> >>>>>> Sieve rule is: >>>>>> # rule:[test] >>>>>> if header :contains "subject" "test" >>>>>> { >>>>>> ??????? redirect "testemail at gmail.com"; >>>>>> } >>>>>> >>>>>> In host's dmesg we found the following: >>>>>> [213184.882341] traps: dovecot-lda[6128] general protection >>>>>> ip:7ff6cf8144f7 sp:7fff5f800b30 error:0 in &gt...
2019 Oct 07
1
Sieve redirect is broken in 2.3.7.2 - signal 11
...gt;>>>>> >>>>>>>> Sieve rule is: >>>>>>>> # rule:[test] >>>>>>>> if header :contains "subject" "test" >>>>>>>> { >>>>>>>> ??????? redirect "testemail at gmail.com"; >>>>>>>> } >>>>>>>> >>>>>>>> In host's dmesg we found the following: >>>>>>>> [213184.882341] traps: dovecot-lda[6128] general protection >>>>>>>> ip:7ff6...
2019 Oct 07
0
Sieve redirect is broken in 2.3.7.2 - signal 11
...dap-2.3.7.2-r0 >>>>>>> >>>>>>> Sieve rule is: >>>>>>> # rule:[test] >>>>>>> if header :contains "subject" "test" >>>>>>> { >>>>>>> ??????? redirect "testemail at gmail.com"; >>>>>>> } >>>>>>> >>>>>>> In host's dmesg we found the following: >>>>>>> [213184.882341] traps: dovecot-lda[6128] general protection >>>>>>> ip:7ff6cf8144f7 sp:7fff5f80...
2002 Nov 27
1
samba 3.0a21+pdc+ldap+pam_ldap - add machines [Can anyone help?]
...ldapsam_open_connection: ldap://localhost [2002/11/27 16:20:00, 2] passdb/pdb_ldap.c:ldapsam_open_connection(262) ldap_open_connection: connection opened [2002/11/27 16:20:00, 10] passdb/pdb_ldap.c:ldapsam_connect_system(388) ldap_connect_system: Binding to ldap server as "cn=Manager, dc=testemail,dc=com" [2002/11/27 16:20:00, 2] passdb/pdb_ldap.c:ldapsam_connect_system(414) ldap_connect_system: succesful connection to the LDAP server [2002/11/27 16:20:00, 4] passdb/pdb_ldap.c:ldapsam_open(465) The LDAP server is succesful connected [2002/11/27 16:20:00, 4] passdb/pdb_ldap.c:ldapsam...