Displaying 20 results from an estimated 1000 matches similar to: "DNS related ports from ports/net/ to ports/dns"
2018 Jan 19
3
PDFs getting mangled
Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled.
It seems to be happening when I use vnd.dovecot.filter. When I comment
out the block, things come through fine.
My filter block looks like this:
require "vnd.dovecot.filter";
filter "bogofilter_filter";
if header :contains "X-Bogosity" [
"Spam,
2018 Jan 20
2
PDFs getting mangled
> On 19 Jan, 2018, at 4:39, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>
>
>
> On 19.01.2018 04:35, Adam Weinberger wrote:
>> Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs are getting mangled.
>> It seems to be happening when I use vnd.dovecot.filter. When I comment
>> out the block, things come through fine.
>>
>> My filter block looks like
2018 Jan 21
2
PDFs getting mangled
Op 1/20/2018 om 11:01 PM schreef Adam Weinberger:
>> On 20 Jan, 2018, at 10:05, Adam Weinberger <adamw at adamw.org> wrote:
>>
>>
>>> On 19 Jan, 2018, at 4:39, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
>>>
>>>
>>>
>>> On 19.01.2018 04:35, Adam Weinberger wrote:
>>>> Since upgrading to 2.3.0 / 0.5.0.1, incoming
2016 Jul 02
5
kqueue crash on FreeBSD with 2.2.25
> On 1 Jul, 2016, at 10:52, Timo Sirainen <tss at iki.fi> wrote:
>
> On 01 Jul 2016, at 19:39, Adam Weinberger <adamw at adamw.org> wrote:
>>
>> Hi,
>>
>> 2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago.
>>
>> I
2017 Dec 22
2
Pigeonhole implicit keep gets unfiltered message
> On 21 Dec, 2017, at 14:37, Stephan Bosch <stephan at rename-it.nl> wrote:
>
> Op 12/19/2017 om 8:41 AM schreef Adam Weinberger:
>> I'm getting a behaviour with pigeonhole that I wasn't expecting. Am I
>> misunderstanding the design?
>>
>> I run my messages through a vnd.dovecot.filter. It's essentially this:
>>
>> filter
2017 Dec 19
2
Pigeonhole implicit keep gets unfiltered message
I'm getting a behaviour with pigeonhole that I wasn't expecting. Am I
misunderstanding the design?
I run my messages through a vnd.dovecot.filter. It's essentially this:
filter "spam_filter";
if spamheaders {
fileinto "spam";
stop;
}
Mail stored in the spam folder is the filtered version, but the
implicit-keep message is the original, unfiltered
2016 Jul 01
2
kqueue crash on FreeBSD with 2.2.25
Hi,
2.2.25 crashes on FreeBSD with a kqueue-related message. I see references to something similar (http://www.dovecot.org/list/dovecot/2012-February.txt) from a couple years ago.
I get:
Jul 1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor
It's not dumping core, and I get the message even with "protocols ="
Downgrading back to 2.2.24
2016 Jul 04
3
kqueue crash on FreeBSD with 2.2.25
On 16-07-03 03:30:36, Timo Sirainen wrote:
> On 02 Jul 2016, at 03:30, Adam Weinberger <adamw at adamw.org> wrote:
> >
> >>> Jul 1 10:07:27 imap dovecot: master: Panic: kevent(EV_ADD, READ, 54) failed: Bad file descriptor
> >>>
> >>> It's not dumping core, and I get the message even with "protocols ="
> >>>
>
2003 Oct 07
2
freebsd.org mirroring
Hello all,
Help me please do mirror of freebsd.org.
I got *.sgml through CVSup, installed textproc/docproj.
But when I typed make:
[root@xxx /www/freebsd/]make
===> en
===> en/security
===> en/commercial
===> en/docproj
===> en/news
===> en/news/1993
===> en/news/1996
===> en/news/1997
===> en/news/1998
===> en/news/1999
===> en/news/2000
===> en/news/2001
2008 Aug 06
2
FreeBSD 6.3/amd64: cvsup: Bus error (core dumped)
Hello.
Dont know is this list right for this topic, but dont know witch one is.
So
I got 6.3-STABLE-200807-amd64-disc1.iso
I have installed it
cd /usr/ports/net/cvsup-without-gui/
make install
make clean
#cvsup some-stable-sup-file
Connected to cvsup.xxxxxx.ru
Bus error (core dumped)
I cant get fresh src and ports trees and cant compile fresh 6.X-stable
system with athlon64 optimization. :(
2003 Jun 13
5
cvsup with tag=. on src and upgrading (in general)
I'm just getting into regular use with cvsup (way over do on that one),
and I tried to specify a tag=. in the cvsup file. Here's the file:
# This file specifies src files are to be uploaded.
*default host=cvsup2.FreeBSD.org
# *default tag=RELENG_5_1_0_RELEASE
*default tag=.
*default prefix=/usr
*default release=cvs delete use-rel-suffix compress
*default base=/usr/local/etc/cvsup
2006 Jul 14
2
RESTful thinking - Need some guidance.
This is my first time working with REST and XML. My goal is to access
Google''s geocoding service using HTTP. Here''s the code I have so far:
require ''open-uri''
require ''rexml/document''
include REXML
url=''http://maps.google.com/maps/geo?''
address = ''q=1600 Amphitheatre Parkway Mountin View,CA''
address1 =
2003 Jul 12
1
Problems Compiling after upgrading via cvsup
I couldn't compile any thing after upgrading 4.6.2 to 4.8 via cvsup
I also updated ports via cvsup
And nothing would compile, nothing, just error after error
I cd /usr/ports did a -"make clean"- (which takes over an hour on my
machine)
Now all my compile problems have gone away
I think I will cd to /usr/ports after doing anything with cvsup or any
install, just in case
or am I
2003 Sep 19
1
making 4.8-RELEASE-p7
Hello, freebsd-security.
I'm trying to build 4.8-RELEASE-p7 to distribute it trought my
clients. What am I doing:
#cd /usr/share/examples/cvsup
#cvsup standard-supfile (after I've done necessary changes)
#cd /usr/src
#make buildworld
Thus, I have /usr/obj "populated with the output of ``make
buildworld''" as it described in man 7 release.
Then, I have read
2003 Jun 24
5
IPv6 CVSUP mirrors?
Hi.
I am looking for an IPv6 capable CVSUP mirror. I found a discussion
from one year ago where it was stated that CVSUP was not IPv6-capable.
Does anyone know if this has changed?
Sam
--
Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam
2005 Apr 05
2
About the FreeBSD Security Advisories
Hello..
I've noticed a delay between when the security advisories are sent and
when the cvsup servers, ftp mirrors and web mirrors are updated. Is this
delay on purpose to give the users some time to update/patch their
system(s) before it hit pages like bugtraq, etc.. or is it just a caused
by the delay between when the ftp/cvsup servers are synced?
Best regard,
Jesper Wallin
2003 Jul 04
1
Updating from 4.8 release to 4.8 stable
Hello,
I am very new to FreeBSD and just installed 4.8 release. I want to upgrade this to stable. I have printed some of the pages out for makeworld and CVSUP, I am wondering what the best method for doing the updates are, downloading the individual packages and installing or using the CVSUP to do this? Currently I used mostly Red Hat Linux but have wanted to give this a try for some time
2004 Oct 26
5
please test: Secure ports tree updating
CVSup is slow, insecure, and a memory hog. However, until now
it's been the only option for keeping an up-to-date ports tree,
and (thanks to all of the recent work on vuxml and portaudit)
it has become quite obvious that keeping an up-to-date ports
tree is very important.
To provide a secure, lightweight, and fast alternative to CVSup,
I've written portsnap. As the name suggests, this
2009 Mar 28
2
Xorg unbuildable - where to get: x11-xcb?
Greetings,
A fresh install of 7 followed by a cvsup to 7.2-PRE on the 26th
results in an inability to build Xorg on the system. A cvsup only
an hour ago provides no solution.
An attempt at the following:
cd /usr/ports/x11/xorg-minimal
make
produces the following error:
...
checking pkg-config files for X11 are available... yes
checking for LIBDRM... yes
checking for DRI2PROTO... yes
checking
2017 Dec 24
3
zlib plugin producing errors on 2.3.0
Hello,
I use the zlib and imap_zlib plugins on FreeBSD. As of 2.3.0, my logs
are producing these errors every so often, but AFAICT the messages
themselves aren't getting corrupted.
Panic: file ostream-zlib.c: line 36 (o_stream_zlib_close): assertion failed: (zstream->ostream.finished || zstream->ostream.ostream.stream_errno != 0)
Fatal: master: service(imap): child 80128 killed with