Displaying 20 results from an estimated 300 matches similar to: "CentOS-6, Postfix and Mailman"
2014 Dec 09
1
CentOS-6.6 - Selinux and Postfix-2.11.1
Applied policy update. Now I see these occasionally. But by the time I try and
see what the matter is the file is gone:
/var/log/maillog
. . .
Dec 9 15:12:08 inet08 postfix/smtp[3670]: fatal: shared lock
active/0A7EC60D8A: Resource temporarily unavailable
. . .
Dec 9 15:12:08 inet08 postfix/smtp[3758]: fatal: shared lock
active/8DD5060F81: Resource temporarily unavailable
. . .
Dec 9 15:12:09
2014 May 05
2
Opendkim and SELinux
CentOS-6.5
OpenDKIM-2.9.0 (epel)
Postfix-2.6.6 (updates)
I am trying to get opendkim working with our mailing lists. In the course of
that endeavour I note that these messages are appearing in our syslog:
May 4 20:50:02 inet08 setroubleshoot: SELinux is preventing
/usr/sbin/opendkim from using the signull access on a process. For complete
SELinux messages. run sealert -l
2012 May 30
1
need assist with upstart config problem
I am trying, without success, to create an upstart config file to
automatically start and restart an ssh proxy. The command sting that
I use in the script has been checked and verified from the shell but
it fails in the upstart file.
The file contents are:
. . .
# proxy is used to authenticate smtp submissions
# so start it before the postfix service starts
start on starting postfix
# Take
2014 Nov 25
0
CentOS-5.10 Sendmail STARTTLS error
Am 25.11.2014 um 21:39 schrieb James B. Byrne:
> This morning I discovered this in the logwatch report for our external MX
> backup host.
>
>
> STARTTLS: write error=syscall error (-1), errno=32,
> get_error=error:00000000:lib(0):func(0):reason(0), retry=99, ssl_err=5: 206
> Time(s)
>
>
>
> I also see many entries similar to this:
>
>
>
> 8:
2018 Oct 12
0
Restarting Named on CentOS-6 gives SE Error
Restarting one of our named services produces this entry in the system
log file:
Oct 12 08:47:45 inet08 setroubleshoot: SELinux is preventing
/usr/sbin/named from search access on the directory . For complete
SELinux messages. run sealert -l 9eabadb9-0e03-4238-bdb8-c5204333a0bf
Checking the selinux incident reference shows this:
# sealert -l 9eabadb9-0e03-4238-bdb8-c5204333a0bf
SELinux is
2006 Mar 22
0
Use of the index of a for loop to assign values to the ro ws of a series of variables
1. The matrices are only 3x2. In your loop you'd be assigning rows 4 and 5
in the last two iterations. Are you sure that's what you want?
2. The reason it ``didn't work'' is because assign() takes the first
argument as the name of the object to create, literally, instead of
evaluating it.
3. You probably ought to be working with a list. E.g.:
m <- replicate(5,
2014 Nov 25
2
CentOS-5.10 Sendmail STARTTLS error
This morning I discovered this in the logwatch report for our external MX
backup host.
STARTTLS: write error=syscall error (-1), errno=32,
get_error=error:00000000:lib(0):func(0):reason(0), retry=99, ssl_err=5: 206
Time(s)
I also see many entries similar to this:
8: fl=0x802, mode=140777: SOCK
inet04.mississauga.harte-lyne.ca/34091->(Transport endpoint is not connected):
1 Time(s)
2009 Nov 03
3
Proper configuration for DNS slaves and masters
I have the following layout
DNS01 - Master
DNS02 - Remote slave
DNS03 - Local network slave
The master is configured so:
acl HLLnetworks {
209.47.176/24;
216.185.71/24;
};
options {
allow-query {
any;
};
allow-recursion {
HLLnetworks;
};
allow-transfer {
HLLnetworks;
};
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
2016 Jan 08
0
SELinux context change on /etc/posfix/main.cf
This morning I received this report of a change to the SELinux context
of /etc/posfix/main.cf on one of our hosts.
from:
system_u:object_r:postfix_etc_t:s0
to:
unconfined_u:object_r:postfix_etc_t:s0
The contents of the file have been verified as unchanged. There was a
yum update applied yesterday to this host and this may be an intended
alteration. However, can anyone confirm this for me?
2007 Nov 30
3
How to delete mails in the mailq in ONE DAY -- POSTFIX
I am runnig posfix on Centos 4.4 as a Mailgateway. It only accepts mails for
domains and then forwards mails to Lotus domino Server.
All clients sends outgoing mails to that Lotus domino Server. Then , That
Lotus Domino Server sends mails to Postfix mailgateway. This postfix
mailgateway sends mails to all the destinations. But, This Postfix
mailgateway has about 150 messages in the mailq. Some
2005 Apr 26
0
Problem with VSFTPD on I/F aliased IP
I am trying to get VSFTPD to listen on a particular IP. The
ifconfig output for the host is:
eth0 Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX
inet addr:aaa.bbb.ccc.26 Bcast:aaa.bbb.ccc.255
Mask:255.255.255.0
inet6 addr: xxxx::xxx:xxx:xxxx:xxxx/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:223374 errors:0 dropped:0
2008 Mar 12
4
outlook2003 fails sasl authentication
Hello all i have postfix running with dovecot-sasl and mysql as a backend.
It all runs good.
I run into trouble as where outlook 2003 fails to authenticate when
sending e-mail.
I have thunderbird outlook2007 and 2003 clients.
The tunderbird and 2007 clients are working OK, the outlook2003 client
get the relay access denied message.
In the postfix log i see it is not initiating sasl
they all
2014 May 12
1
OpenDKIM and SELinux
Following the most recent kernel updates I restarted our outgoing SMTP MTA
which was recently reconfigured to DKIM sign messages using OpenDKIM. This
morning I discovered that Postfix had stopped on that server. Whether it is
related to the Postfix issue or not is yet to be determined but, in the
process of getting things restarted I ran across this error with Open DKIM:
# service opendkim
2006 Jun 27
1
Postfix "userlookup" via Dovecot Auth
I'm hoping to take advantage of authentication caching via
dovecot-auth. I see that posfix can communicate with Dovecot-Auth, via
SASL, but from what I can see, postfix only does this for
authentication checks.
Not 100% sure how postfix handles virtual_transport (I assume it needs
to do a lookup via virtual_mailbox_maps), but I can't see anyway to
get virtual_mailbox_maps to use
2013 Nov 13
1
trashed
On 11/12/13, Reindl Harald <h.reindl at thelounge.net> wrote:
> tell that Noel which is blocking my messages and so did
> not read what i quoted from Benny's trolling but opens
> his mouth
>
> tell that Noel which is abusing his power by set complete
> IP-ranges on RBL lists he maintains because he does not
> like one person using a mailserver on that range besides
2002 Feb 05
1
Best way to manage a 128Kb/s pipe - help
Hi All
I have a 128Kbs internet connection used for in-coming and out-going
traffic.
What tools do I need to manage the following services:
http, ssh (scp), ftp, streaming audio, smtp, instant messenger.
Q1. What is the best kernel to use at the moment and what other tools need
to be installed.
Internet -------- eth0 | Linux fw | eth1 ----------- internal LAN
The Linux firewall will
2017 Mar 31
2
Sendmail is considered deprecated
On Fri, March 31, 2017 4:46 pm, Alice Wonder wrote:
> On 03/31/2017 02:40 PM, Kenneth Porter wrote:
>> On 3/31/2017 2:15 PM, Valeri Galtsev wrote:
>>> Well, it sounds like you are one of the companies with whose effort I
>>> have
>>> to fight constantly in my own effort to protect our users from spam...
>>
>> What makes Postfix superior in fighting
2013 Sep 26
1
service anvil and ssl-params not starts with dovecot started
Hi
My dovecot started with the error below. What's the most possible reason
for the error?
?2013-08-28 11:41:40 ?master: Info: Dovecot v2.2.5 starting up (core dumps
disabled)
?2013-08-28 11:42:00 ?anvil: Fatal: Error reading configuration: Timeout
reading config from /var/run/dovecot/config
?2013-08-28 11:42:00 ?master: Error: service(anvil): command startup
failed, throttling for 2 secs
2015 Jan 24
0
Postfix (I think) problem
Am 24.01.2015 um 16:10 schrieb Timothy Murphy:
> I'm getting repeated email (KMail) error messages
> about one apparently over-large post:
> --------------------------
> Received: from helen.gayleard.com (localhost.localdomain [127.0.0.1]) by
> helen.gayleard.com (Postfix) with ESMTP id E4500294A0 for
> <tim at helen.gayleard.com>; Sat, 24 Jan 2015 14:00:05 +0000 (GMT)
2014 Jan 22
1
Problem with LDA. When vacation auto-reply sent, the field from=<>.
Hi,
My problem is that when vacation auto-reply sent the field from=<>
Because of this does not work "sender_dependent_relayhost_maps" in postfix.
My scheme is:
There are several postfix on different machines
1.1.1.1 - domain1
2.2.2.2 - domain2
3.3.3.3 - domain3
All they send messages to one server
virtual_transport = lmtp:10.10.10.10:24
where mail is stored.
In 10.10.10.10