Hello,
I'm running a CentOS 5.4 machine and atempting to get postfix and
mailman going on it. This was working prior to a complete system
upgrade about 9 months ago, now it isn't, I'm getting an error 554
user unknown message when the user atempts to send back the
confirmation email to join the mai
Stefan Foerster:
[ Charset UTF-8 unsupported, converting... ]
> * Wietse Venema :
> > I created postscreen because it is becoming too expensive to spend
> > one server process per zombie connection. Instead, one postscreen
> > process manages up to thousands of inbound connections simultaneously,
* Wietse Venema :
> I created postscreen because it is becoming too expensive to spend
> one server process per zombie connection. Instead, one postscreen
> process manages up to thousands of inbound connections simultaneously,
> and drops the majority of them before they can affect Postfix's
> av
Noel Jones:
> On 3/13/2010 10:38 PM, Adam Lanier wrote:
> > I've inherited a relatively large Postfix installation. Servers have a
> > range of Postfix versions from 2.1.1 to 2.6.5. Master.cf and main.cf are
> > included below.
> >
> > The inbound mail gateways are connected to the internet beh
* Adam Lanier :
> inet_interfaces = all
> inet_interfaces = all
Remove the duplication
> smtpd_banner = *l10ESMTP
Leave the default.
> smtpd_recipient_limit = 50
What is the idea behind this?
> smtpd_client_restrictions = reject_unauth_destination,
> reject_un
On 3/13/2010 10:38 PM, Adam Lanier wrote:
I've inherited a relatively large Postfix installation. Servers have a range
of Postfix versions from 2.1.1 to 2.6.5. Master.cf and main.cf are included
below.
The inbound mail gateways are connected to the internet behind a load-balancing
switch.
Patrick Ben Koetter:
> > I think that a design (the stage before code is written) should
> > consider how scoring would play with the other tests that postscreen
> > implements, and how it would play with things that I intend to add
> > such as light-weight greylisting.
> >
> > We can model postsc
Is anyone here successfully using self signed server certificates in
combination with openssl 0.9.8m ? I just upgraded from 0.9.8k and I am
getting these errors whenever a starttls is received:
Mar 14 08:47:04 majoron postfix/smtpd[31776]: SSL_accept:error in SSLv3
read client certificate A
Ma