search for: testit3

Displaying 5 results from an estimated 5 matches for "testit3".

Did you mean: testit
2017 Apr 28
0
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...: pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: received setenforce notice (enforcing=0) exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' I made the policy, applied it, and set my standard sendmail test: sendmail -i testit3 at test.htt-consult.com < /usr/share/doc/amavisd-new-2.10.1/test-messages/README It failed accessing mysql with the following maillog messages: Apr 28 02:55:11 z9m9z postfix/pickup[1554]: 8A0124CDA: uid=0 from=<root> Apr 28 02:55:11 z9m9z postfix/cleanup[3354]: 8A0124CDA: message-id=&l...
2017 Apr 26
3
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
On 04/26/2017 12:29 AM, Robert Moskowitz wrote: > But the policy generates errors. I will have to submit a bug report, > it seems A bug report would probably be helpful. I'm looking back at the message you wrote describing errors in ld-2.17.so. I think what's happening is that the policy on your system includes a silent rule that somehow breaks your system. You'll need
2017 Apr 06
2
sieve does not seem to be working
...require ["fileinto","mailbox"]; if anyof ( header :contains "X-Spam-Flag" "YES", header :contains "subject" "***SPAM***" ) { fileinto :create "Spam"; } There IS a globalfilter.svbin when I tried: sendmail -i testit3 at test.htt-consult.com < sample-spam-GTUBE-junk.txt amavis is flagging it as ***Spam*** but it stays in inbox. So I tried: sieve-test -e -l /home/vmail/test.htt-consult.com/testit3/ /home/sieve/globalfilter.sieve /home/vmail/test.htt-consult.com/testit3/cur/1491512409.M371278P6513.z9m9z.t...
2017 Apr 28
3
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...em both to work, but these are separate services, with their own individual policies. If you're going to submit a bug report, you need to be able to specifically describe the problem and the solution. You're not going to do that by mixing different services together. > sendmail -i testit3 at test.htt-consult.com < > /usr/share/doc/amavisd-new-2.10.1/test-messages/README > > It failed accessing mysql with the following maillog messages: Yes, but the policy you added earlier only granted MySQL access to dovecot. For postfix, you'll want to check for booleans first...
2017 Apr 28
0
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...ese are separate services, with their own > individual policies. If you're going to submit a bug report, you need to be > able to specifically describe the problem and the solution. You're not going > to do that by mixing different services together. > >> sendmail -i testit3 at test.htt-consult.com < >> /usr/share/doc/amavisd-new-2.10.1/test-messages/README >> >> It failed accessing mysql with the following maillog messages: > > Yes, but the policy you added earlier only granted MySQL access to dovecot. > For postfix, you'll want to...