search for: pztop

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

2017 Dec 14
2
sieve filter move wrong email to Junk folder
...36]: PASS OLD [94.237.32.243]:40818 Dec 14 02:54:52 mail postfix/smtpd[19244]: connect from wursti.dovecot.fi[94.237.32.243] Dec 14 02:54:52 mail policyd-spf[19248]: None; identity=helo; client-ip=94.237.32.243; helo=mail.dovecot.fi; envelope-from=dovecot-bounces at dovecot.org; receiver=gao at pztop.com Dec 14 02:54:52 mail policyd-spf[19248]: None; identity=mailfrom; client-ip=94.237.32.243; helo=mail.dovecot.fi; envelope-from=dovecot-bounces at dovecot.org; receiver=gao at pztop.com Dec 14 02:54:52 mail postfix/smtpd[19244]: D6773400AB09: client=wursti.dovecot.fi[94.237.32.243] Dec 14 02:...
2017 Dec 14
6
sieve filter move wrong email to Junk folder
> Date: Thursday, December 14, 2017 09:47:44 -0800 > From: Gao <gao at pztop.com> > > I use a sieve filter to move spam email to user's Junk folder: ># cat spam_to_junk.sieve > require "fileinto"; > ? if exists "X-Spam-Status" { > ????????? if header :contains "X-Spam-Status" "YES" { > ????????? fileinto...
2017 Dec 01
1
Do we really need Solr commit as cronjob?
I am testing Solr FTS on dovecot. Read online that some suggested to run cronjob commit every minute, and optimize once a day. I am using Solr 7.1.0 and I see some configurations: In /etc/default/solr.in.sh: #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoSoftCommit.maxTime=3000" #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000" Also in solrconfig.xml: ??? <autoCommit>
2017 Dec 14
0
sieve filter move wrong email to Junk folder
...unk.sieve' Should it be: ????????? if header :contains "X-Spam-Status" "X-Spam-Status: YES" { ??? I need to learn some sieve grammar. Gao On 2017-12-14 10:02 AM, Richard wrote: > >> Date: Thursday, December 14, 2017 09:47:44 -0800 >> From: Gao <gao at pztop.com> >> >> I use a sieve filter to move spam email to user's Junk folder: >> # cat spam_to_junk.sieve >> require "fileinto"; >> ? if exists "X-Spam-Status" { >> ????????? if header :contains "X-Spam-Status" "YES"...
2017 Dec 15
0
sieve filter move wrong email to Junk folder
...a: require "fileinto"; if header :contains "X-Spam-Status" "Yes," { ? fileinto "SystemFolders.SuspectedSpam"; ? stop; } Bill On 12/14/2017 1:02 PM, Richard wrote: > >> Date: Thursday, December 14, 2017 09:47:44 -0800 >> From: Gao <gao at pztop.com> >> >> I use a sieve filter to move spam email to user's Junk folder: >> # cat spam_to_junk.sieve >> require "fileinto"; >> ? if exists "X-Spam-Status" { >> ????????? if header :contains "X-Spam-Status" "YES"...
2017 Dec 29
1
Package repository now available
> On December 29, 2017 at 2:56 AM Gao <gao at pztop.com> wrote: > > > On 2017-12-27 07:00, aki.tuomi at dovecot.fi wrote: > > Dovecot now has package repository for Debian, CentOS and Ubuntu > > available at https://repo.dovecot.org/ > > > > Packages are provided for 2.3 series and forward. Please let us know &...
2017 Nov 30
0
My Solr FTS problem
Am 30. November 2017 22:14:59 MEZ schrieb Gao <gao at pztop.com>: >I am testing the solr FTS following the guide here: >http://things.m31.ch/?p=379 > >Now I am having problem when I try to test: > ># doveadm -v? index -u fail2ban at mydomain.com Inbox >doveadm(fail2ban at mydomain.com): Error: fts_solr: Invalid XML input at >1:0:...
2017 Dec 27
12
Package repository now available
Dovecot now has package repository for Debian, CentOS and Ubuntu available at https://repo.dovecot.org/ Packages are provided for 2.3 series and forward. Please let us know if you run into any trouble with these. --- Aki Tuomi Dovecot oy
2017 Dec 27
12
Package repository now available
Dovecot now has package repository for Debian, CentOS and Ubuntu available at https://repo.dovecot.org/ Packages are provided for 2.3 series and forward. Please let us know if you run into any trouble with these. --- Aki Tuomi Dovecot oy
2017 Nov 30
2
My Solr FTS problem
I am testing the solr FTS following the guide here: http://things.m31.ch/?p=379 Now I am having problem when I try to test: # doveadm -v? index -u fail2ban at mydomain.com Inbox doveadm(fail2ban at mydomain.com): Error: fts_solr: Invalid XML input at 1:0: not well-formed (invalid token) (near: { ? "responseHeader":{ ??? "status":0, ??? "QTime":0, ???
2017 Dec 29
0
Package repository now available
On 2017-12-27 07:00, aki.tuomi at dovecot.fi wrote: > Dovecot now has package repository for Debian, CentOS and Ubuntu > available at https://repo.dovecot.org/ > > Packages are provided for 2.3 series and forward. Please let us know > if you run into any trouble with these. > > --- > Aki Tuomi > Dovecot oy So what options the package configured with? Does it include
2014 Sep 15
2
Record ANSWERED call
Hi, I am using this dialplan to record incoming calls: ..... exten => 3331122,n,Set(MONITOR_FILE=${RECDIR}/${UNIQUEID}) exten => 3331122,n,MixMonitor(${MONITOR_FILE}.wav,b) exten => 3331122,n,GoSub(stdexten(${Ext1007})) exten => 3331122,n,Voicemail(1007 at default,) exten => 3331122,n,Hangup() The problem is it records all incoming calls include those with the disposition of
2017 Dec 18
0
ot: fail2ban dovecot setup
Have you tried just using the the filter dovecot.conf come with the fail2ban? # cat /etc/fail2ban/filter.d/dovecot.conf ...... failregex = ^%(__prefix_line)s(?:%(__pam_auth)s(?:\(dovecot:auth\))?:)?\s+authentication failure; logname=\S* uid=\S* euid=\S* tty=dovecot ruser=\S* rhost=<HOST>(?:\s+user=\S*)?\s*$ ^%(__prefix_line)s(?:pop3|imap)-login: (?:Info: )?(?:Aborted
2017 Oct 31
1
"mount error(112): Host is down" on Ubuntu 17.10
Hello, I am a long time Samba user but new to this list. Now I need some help on a CIFS mount issue I just encountered. We have 4 Samba servers: ServerA: Samba 3.0.28a ServerB: Samba 3.6.25 ServerC: Samba 4.3.11 ServerD: Samba 4.3.11 I am using a BASH script to mount shares in user's home directory using this line: sudo mount.cifs //192.168.123.29/share/ ~/server/share -o
2017 Nov 09
2
Sieve global path?
Hello, I am building a new server on CentOS 7 and the global sieve filter can not be loaded. The debug shows: Nov? 9 15:23:09 mail dovecot: lmtp(11182, gao at mydomain.com): Debug: sieve: Pigeonhole version 0.4.2 initializing Nov? 9 15:23:09 mail dovecot: lmtp(11182, gao at mydomain.com): Debug: sieve: include: sieve_global_dir is not set; it is currently not possible to include `:global'