Displaying 20 results from an estimated 6000 matches similar to: "i386 version of Perl getting installed on x64 system?"
2024 Jul 20
2
openssh-unix-dev DMARC-related settings (was Re: scattered thoughts on connection sharing)
On Thu, Jul 18, 2024 at 5:14?AM Stuart Henderson <stu at spacehopper.org> wrote:
> The mail admins can choose what is covered by the DKIM signature.
> In the case of barclays.com there are various headers (which I think
> make it through the mailing list untouched) but also the body, which
> does not; a footer with the list URL is added.
The real issue here is that the Mailman
2019 Feb 27
2
Unexpected behavior with sieve_vacation_to_header_ignore_envelope = yes
Hello,
we face an issue with the vacation extension of pigeonhole. Our upstream
mail server (from which we pull our E-Mails with POP3) uses SPF and
performs a SRS re-write of the Return Path. Once the mail is processed
via our local postfix, it is delivered via dovecot deliver (using the
lda). When the recipient has a vacation rule enabled in sieve, the
out-of-office note cannot be sent, as
2009 Jul 29
1
sieve redirect action
Hello Stephan,
First of all, thank you for dovecot-sieve implementation.
I see that you are adding X-Sieve header to all outgoing e-mail in cmd-redirect.c
/* Prepend sieve version header (should not affect signatures) */
rfc2822_header_field_write(f, "X-Sieve", SIEVE_IMPLEMENTATION);
How do you look at adding one more header, for example X-Sieve-Forward-From:
Now, when redirect
2008 Aug 24
3
Problems with perl upgrading CentOS 5.1 to 5.2
Hi, I'm having problems with perl.
I'm receivings this e-mails from logwatch everyday and appears to be a
problem with perl.
I explain a bit before expose the errors that I received: I tried to
download all perl* packages, uninstall the repeated ones and reinstall all
packages where installed.
I need some help to try to solve this problem, because is a production
server and I can't
2020 Apr 30
2
sender rewriting scheme
Hello,
I would like to know if dovecot/pigeonhole provide a way to do sieve
redirection with sender rewriting scheme (srs)?
I apologize in advance if that e-mail address isn't meant for assistance,
but I've asked on the official irc channel on freenode and was told to
direct my query to dovecot at dovecot.org, I hope you won't mind.
Thanking you in advance
Best Regards
2020 Oct 25
7
forwarding email with sieve of spf domains
Say someone has setup spf for his domain and sends an email to a user
that has in roundcube enabled the sieve forward. If the message is
forwarded without altering the message headers, this could result in a
message being blocked or not relayed, because sending hosts ip, is not
in the spf of the from: domain.
Possible solutions are:
- add option if enabled, it replaces the From: with that
2007 Jul 24
2
yum upgrade perl question
I'm looking to install n2rrd, which requires Perl 5.8.x
(http://n2rrd.diglinks.com/cgi-bin/trac.cgi)
I see that lots of Perl stuff is installed. Do I just need to yum
upgrade perl-libwww-perl-5.78.5 to the latest?
Here's what I have installed perl-wise:
[root at nagios-server nagios2cacti]# rpm -qa | grep perl
perl-DBI-1.40-8
perl-HTML-Tagset-3.03-30
perl-XML-Parser-2.34-5
2020 Jun 11
5
SV: handling spam from gmail.
I know it is not dovecot who should fix this. But anyone using dovecot
is using an MTA, and receiving spam ;) I know how to look at email
headers. Spf and dkim is not solving anything here.
-----Original Message-----
From: Sebastian Nielsen [mailto:sebastian at sebbe.eu]
Sent: donderdag 11 juni 2020 10:23
To: Marc Roos; 'dovecot'; 'users'
Subject: SV: handling spam from
2006 Feb 22
2
Yum updates vs current packages
Sorry if the subject is a bit vague. I wasn't sure how to summarize this.
I am building a new server (CentOS4.2) and I am trying to stay with RPM
installs as much as possible. The problem is with packages that I would
like to keep more up to date than allowed by the repositories. This will be
a mailserver doing spam and virus checking. As such, I want SpamAssassin
and ClamAV to be as
2008 Jun 27
3
Odd behavior on require => Package
I have this block of code:
package { "tallyman":
name => "tallyman",
ensure => latest,
require => Package["perl-libwww-perl"],
}
Which results in this error:
err: Could not apply complete configuration: Could not retrieve
dependency ''Package[perl-libwww-perl]'' at /var/puppet/modules/tallyman/
manifests/init.pp:7
Yet
2007 Jan 17
3
http://www.net-dns.org/ and perl-Net-DNS-0.48-1 upgrade direction needed
Greetings :-)
On this particular production centos 4 mail server system if I
rpm -qa | grep perl
I get...
perl-Filter-1.30-6
newt-perl-1.08-7
perl-DateManip-5.42a-3
perl-libwww-perl-5.79-5
perl-XML-Encoding-1.01-26
perl-Time-HiRes-1.55-3
perl-URI-1.30-4
mod_perl-1.99_16-4.centos4
perl-HTML-Tagset-3.03-30
perl-Parse-Yapp-1.05-32
perl-XML-Parser-2.34-5
perl-XML-Dumper-0.71-2
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
I just noticed that smbclient from Samba 4.9.4 /built by myself) on FreeBSD 11.2 coredumps when called like this:
smbclient -L <hostname>
> % /liu/pkg/samba/4.9.4-liu/bin/smbclient -L filur00
> Enter username at AD.LIU.SE's password:
> Abort (core dumped)
… if it is linked against /usr/local/lib/libmd5.so (which is part of “libwww”). If I remove libmd5.so and recompile
2024 Jul 18
2
[OT] Re: scattered thoughts on connection sharing
[sorry off-topic, ignore if uninterested in dmarc/dkim/mail filters]
On 2024/07/17 22:14, mark.yagnatinsky at barclays.com wrote:
> I don't know enough about DMARC to make any sense of what you just said... actually wait, maybe I get it.
> You're saying that email sent that I send to the list will land in your inbox with my address in the From header.
> But the recipient mail
2013 Sep 05
2
Vacation message and DMARC validation
Greetings,
I have found an issue in the interaction between sieve vacation messages
and the SPF, DKIM and DMARC email validation systems.
For example, let's say we have a message coming from a at a.com to b at b.com
at a server imap.mydomain.com. The account b at b.com has a vacation rule
in sieve, and that generates an autoresponse to a at a.com. Our problem
begins with the definition
2010 Aug 22
2
Strange Apache log entry
Hey everyone,
Logwatch flagged something in my Apache logs, and it says it was a
possible successful probe. Hmmm. Here's what it says:
--------------------- httpd Begin ------------------------
A total of 1 sites probed the server
66.249.137.70
A total of 2 possible successful probes were detected (the following URLs
contain strings that match one or more of a listing of
2009 Jan 29
4
Text in a character vector to indicate "ifelse" argument
Hello
I have a data set that looks like this;
> b2
dato chr status PRRSvac
PRRSsanVac PRRSsanDk PRRSdk
33 2007-12-03 090432 R?d SPF
34 2007-02-09 090432 R?d SPF+sanDK
35 2002-12-17 090432 R?d SPF+DK
36 2002-11-27 090432 R?d SPF+sanDK
37 2002-07-23
2018 Apr 20
2
Sieve "redirect" changes envelope sender in 2.3. / pigeonhole 0.5
OK, I found a solution:
trusted_users = exim:dovecot
in my exim.conf fixed it.
Anyway this is an important change of behavour between 2.2 und 2.3
In 2.2 the "dovecot" under exims "trusted_users" was not necessary.
Olaf
On 04/20/2018 02:53 PM, Olaf Hopp wrote:
> On 04/20/2018 02:01 PM, Olaf Hopp wrote:
>> Hi (Stephan?),
>> is it a new feature of dovecot 2.3
2007 May 03
1
perl-Mail-SPF Package Missing Dependency
I was spamassassin update
spamassassin.i386 0:3.2.0-1.el4.rf
Complete!
and then,Require Perl-Package installed
[30998] dbg: diag: module not installed: Mail::SPF ('require' failed)
[30998] dbg: diag: module installed: Mail::SPF::Query, version 1.999001
[30998] dbg: diag: module installed: IP::Country::Fast, version 604.001
[30998] dbg: diag: module installed: Razor2::Client::Agent,
2015 Aug 26
1
please block user
On 08/26/2015 02:07 PM, Valeri Galtsev wrote:
> On Wed, August 26, 2015 2:29 pm, Alice Wonder wrote:
>>
>>
>> On 08/26/2015 12:11 PM, g wrote:
>>> On 08/26/15 13:11, Valeri Galtsev wrote:
>>>> On Wed, August 26, 2015 12:55 pm, James A. Peltier wrote:
>>> <<>>
>>> something no one seems to have mentioned, so i will..
2013 May 08
2
sieve redirect envelope address problem
Good day!
I have a problem with mail redirection through sieve rules.
I've configured sieve rule that redirects any mail coming to user to gmail mailbox (or whatever external mail system there is).
But when sieve redirects any mail it puts vmail@%dovecot_hostname% into envelope address, gives it to my exim for delivery and gmail rejects my mail because user vmail@%dovecot_hostname% do not