RE: Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Peter Sørensen
Thank you - I only hoped but as you write this is a logical problem. I will take a look on the multi-instance. Best regards Peter Sørensen Univ Of Southern Denmark -Oprindelig meddelelse- Fra: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] På v

Re: reject empty sender address for authenticated users

2013-02-25 Thread Viktor Dukhovni
On Tue, Feb 26, 2013 at 01:50:34AM +0100, Piotr Rotter wrote: > Can I set postfix to reject empty sender address for authenticated users. > > I want to disallow this: > > 235 2.7.0 Authentication successful > MAIL FROM: <> > 250 2.1.0 Ok This breaks your service for all users who want to operat

Re: reject empty sender address for authenticated users

2013-02-25 Thread Wietse Venema
Piotr Rotter: > W dniu 26.02.2013 01:56, Wietse Venema pisze: > > Piotr Rotter: > >> Hello, > >> > >> Can I set postfix to reject empty sender address for authenticated users. > >> > >> I want to disallow this: > >> > >> 235 2.7.0 Authentication successful > >> MAIL FROM: <> > >> 250 2.1.0 Ok You

Re: reject empty sender address for authenticated users

2013-02-25 Thread Piotr Rotter
W dniu 26.02.2013 01:56, Wietse Venema pisze: Piotr Rotter: Hello, Can I set postfix to reject empty sender address for authenticated users. I want to disallow this: 235 2.7.0 Authentication successful MAIL FROM: <> 250 2.1.0 Ok What problem are you trying to solve? If it is an infected PC,

Re: reject empty sender address for authenticated users

2013-02-25 Thread Wietse Venema
Piotr Rotter: > Hello, > > Can I set postfix to reject empty sender address for authenticated users. > > I want to disallow this: > > 235 2.7.0 Authentication successful > MAIL FROM: <> > 250 2.1.0 Ok What problem are you trying to solve? If it is an infected PC, I suggest a combination of cont

reject empty sender address for authenticated users

2013-02-25 Thread Piotr Rotter
Hello, Can I set postfix to reject empty sender address for authenticated users. I want to disallow this: 235 2.7.0 Authentication successful MAIL FROM: <> 250 2.1.0 Ok

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Reindl Harald
Am 25.02.2013 22:39, schrieb Birta Levente: > > On 25/02/2013 22:59, Reindl Harald wrote: >> >> Am 25.02.2013 21:54, schrieb Birta Levente: >>> On 25/02/2013 12:38, marcos gonzalez wrote: Hi Thanks for the answer. I'm reading how more of you separates http of mail, is co

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Birta Levente
On 25/02/2013 22:59, Reindl Harald wrote: Am 25.02.2013 21:54, schrieb Birta Levente: On 25/02/2013 12:38, marcos gonzalez wrote: Hi Thanks for the answer. I'm reading how more of you separates http of mail, is correct but If you needs the same SSL certificate for more than one domain, and

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Reindl Harald
Am 25.02.2013 21:54, schrieb Birta Levente: > On 25/02/2013 12:38, marcos gonzalez wrote: >> Hi >> >> Thanks for the answer. >> >> I'm reading how more of you separates http of mail, is correct but If you >> needs the same SSL certificate for more >> than one domain, and for legal questions you

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Birta Levente
On 25/02/2013 12:38, marcos gonzalez wrote: Hi Thanks for the answer. I'm reading how more of you separates http of mail, is correct but If you needs the same SSL certificate for more than one domain, and for legal questions you can't include all domains in one certificate, I don't know If

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Wietse Venema
Quanah Gibson-Mount: > --On Monday, February 25, 2013 7:36 PM +0100 Patrick Lists > wrote: > > > Judging from the git commit log, on Nov 12, 2012 the "l" was added due to > > a naming conflict with other mdb* packages. See commit: > > > > http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Quanah Gibson-Mount
--On Monday, February 25, 2013 11:10 AM -0800 Quanah Gibson-Mount wrote: --On Monday, February 25, 2013 7:36 PM +0100 Patrick Lists wrote: Judging from the git commit log, on Nov 12, 2012 the "l" was added due to a naming conflict with other mdb* packages. See commit: http://www.openldap.o

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Quanah Gibson-Mount
--On Monday, February 25, 2013 7:36 PM +0100 Patrick Lists wrote: Judging from the git commit log, on Nov 12, 2012 the "l" was added due to a naming conflict with other mdb* packages. See commit: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=13 f3bcd59c2055d53e4759b0c

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Patrick Lists
On 02/25/2013 07:19 PM, Wietse Venema wrote: FYI, in order to maintain Postfix in a meaningful manner I need to know what the library will look like on OTHER people's systems. Therefore I will wait until there is a package for a mainstream LINUX or *BSD distribution that OTHER people can install

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Wietse Venema
Wietse: > I will evaluate the MDB client once there is a package for a > mainstream LINUX or *BSD distribution that people can install by > typing one or two commands. Patrick Lists: > It seems liblmdb is not yet available in Fedora, RHEL/CentOS. So I just > created an RPM for RHEL6/CentOS6. Spec

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Marko Weber | ZBF
in other words NO. in reality outside you dont do this. the MAILSEERVER authenticates his self with his Cert/key/CA. NOT the Domains self he is responsible for. So it doesnt matter, how many domains the mailserver is responsible for. You need only one Cert/Key for the Mailserver. On Https it

Re: Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Fernando Maior
Hi, Let me see: 1. You have a gateway that receive the incoming connection and relays it to your 3 mail servers 2. The 3 mail servers are behind the firewall, and answers to the same domain If you are just like that, may be you need not to take care of the attacks when they arrive to

Re: tool to migrate accounts

2013-02-25 Thread Robert Schetterer
Am 25.02.2013 16:52, schrieb marcos gonzalez: > Ups sorry.. > I'm using a basic structure with postfix, openldap and dovecot. Normally > saves all mails in /var/spool/dovecot but I can change this. All the > information of account is in openldap tree. I need a sccript that checks > openldap and ope

Re: Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Viktor Dukhovni
On Mon, Feb 25, 2013 at 10:30:41AM +, Peter S?rensen wrote: > Currently we have a lot of attacks on Our gateway system serving > up to 200 smtpd On each server. We have 3 servers which add up to > max 600 concurrent smtpd processes. > > I would like to reserve let's say 50 smtpd on each serve

Re: Conditional SMTP

2013-02-25 Thread Viktor Dukhovni
On Mon, Feb 25, 2013 at 11:59:40AM +0100, Dominique wrote: > The latter one with my ISP smtp server info for for my conflictive > domainin the following format: > > domain.comsmtp:smtp.isp.com Since ISP SMTP relays are generally provisioned for MSAs that don't do MX lookups, you should proba

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Patrick Lists
On 02/25/2013 02:53 PM, Wietse Venema wrote: [snip] I will evaluate the MDB client once there is a package for a mainstream LINUX or *BSD distribution that people can install by typing one or two commands. (Resend without the (S)RPMs since it exceeded the allowed size) Hi Wietse, It seems lib

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Viktor Dukhovni
On Mon, Feb 25, 2013 at 10:33:09AM +0100, marcos gonzalez wrote: > Im preparing a server with postfix 2.7.1 and now Im with the process > to certificate de connection. I have two domains and normally using > multipli domains certificate ou can join this, but the propierty of > domains is different

Re: tool to migrate accounts

2013-02-25 Thread marcos gonzalez
Ups sorry.. I'm using a basic structure with postfix, openldap and dovecot. Normally saves all mails in /var/spool/dovecot but I can change this. All the information of account is in openldap tree. I need a sccript that checks openldap and opens a new connection to the new server and copy all t

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Wietse Venema
Patrick Lists: > On 02/25/2013 02:14 PM, Wietse Venema wrote: > > Quanah Gibson-Mount: > >>> I will evaluate the MDB client once there is an MDB library package > >>> for a main-stream Linux or *BSD platform. > >>> > >>> That is, something that installs MDB include files, an MDB object > >>> librar

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Patrick Lists
On 02/25/2013 02:14 PM, Wietse Venema wrote: Quanah Gibson-Mount: I will evaluate the MDB client once there is an MDB library package for a main-stream Linux or *BSD platform. That is, something that installs MDB include files, an MDB object library file, and MDB documentation in /usr/{include,

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Wietse Venema
Quanah Gibson-Mount: > > I will evaluate the MDB client once there is an MDB library package > > for a main-stream Linux or *BSD platform. > > > > That is, something that installs MDB include files, an MDB object > > library file, and MDB documentation in /usr/{include,lib,man} or > > /usr/local/{i

Re: tool to migrate accounts

2013-02-25 Thread Robert Schetterer
Am 25.02.2013 13:15, schrieb marcos gonzalez: > Hi > > Inside the process to migrate my accounts from and old server to a new > better and updated server, I'm looking how I can move all accounts. Long > time ago I remember a php script, but I can't remember the name. Anyone > knows tools to do thi

tool to migrate accounts

2013-02-25 Thread marcos gonzalez
Hi Inside the process to migrate my accounts from and old server to a new better and updated server, I'm looking how I can move all accounts. Long time ago I remember a php script, but I can't remember the name. Anyone knows tools to do this? Thanks

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Reindl Harald
Am 25.02.2013 12:59, schrieb Wietse Venema: > Reindl Harald: >>> I'm reading how more of you separates http of mail, is correct but If you >>> needs the same SSL certificate for more >>> than one domain, and for legal questions you can't include all domains in >>> one certificate, I don't know

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Wietse Venema
Reindl Harald: > > I'm reading how more of you separates http of mail, is correct but If you > > needs the same SSL certificate for more > > than one domain, and for legal questions you can't include all domains in > > one certificate, I don't know If postfix > > has the possibility to create a t

Conditional SMTP

2013-02-25 Thread Dominique
Hi, Due to problems with my ISP, I am trying to split my outgoing mail between two relays. The bulk of my mails goes out through relayhost (Dyn SMTP service), while a small problematic domains (Dyn server being blacklisted) goes out through another server (with the ISP mail server).From what I

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Reindl Harald
Am 25.02.2013 11:38, schrieb marcos gonzalez: > I'm reading how more of you separates http of mail, is correct but If you > needs the same SSL certificate for more > than one domain, and for legal questions you can't include all domains in one > certificate, I don't know If postfix > has the po

Re: Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Reindl Harald
Am 25.02.2013 11:30, schrieb Peter Sørensen: > Hi, > > Currently we have a lot of attacks on Our gateway system serving up to 200 > smtpd > On each server. We have 3 servers which add up to max 600 concurrent smtpd > processes. > I would like to reserve let’s say 50 smtpd on each server to jus

Re: Support for MDB in postfix 2.10?

2013-02-25 Thread Quanah Gibson-Mount
--On Thursday, November 29, 2012 4:10 PM -0500 Wietse Venema wrote: I will evaluate the MDB client once there is an MDB library package for a main-stream Linux or *BSD platform. That is, something that installs MDB include files, an MDB object library file, and MDB documentation in /usr/{inc

Possible to dedicate a number of smtpd processes for OUTBOUND mail only ??

2013-02-25 Thread Peter Sørensen
Hi, Currently we have a lot of attacks on Our gateway system serving up to 200 smtpd On each server. We have 3 servers which add up to max 600 concurrent smtpd processes. I would like to reserve let's say 50 smtpd on each server to just handle outgoing mail. Is that possible ? Regards Peter

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread marcos gonzalez
Hi Thanks for the answer. I'm reading how more of you separates http of mail, is correct but If you needs the same SSL certificate for more than one domain, and for legal questions you can't include all domains in one certificate, I don't know If postfix has the possibility to create a table

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread DTNX Postmaster
On Feb 25, 2013, at 10:33, marcos gonzalez wrote: > Im preparing a server with postfix 2.7.1 and now Im with the process to > certificate de connection. I have two domains and normally using multipli > domains certificate ou can join this, but the propierty of domains is > different and you ca

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Reindl Harald
Am 25.02.2013 10:33, schrieb marcos gonzalez: > Im preparing a server with postfix 2.7.1 and now Im with the process to > certificate de connection. I have two > domains and normally using multipli domains certificate ou can join this, but > the propierty of domains is different > and you can't

Re: is possible to use different SSL certificates for different domains?

2013-02-25 Thread Marko Weber | ZBF
The "one" Mailserver, that is doing mailing for N Domains, only need "one" Certificate. Other thing is with "websites", they need each one. connect multiple ip´s to the server for multiple websites ssl certs. but the mailserver only one for himself. the other mailserver dont look "what domain"

is possible to use different SSL certificates for different domains?

2013-02-25 Thread marcos gonzalez
HI Im preparing a server with postfix 2.7.1 and now Im with the process to certificate de connection. I have two domains and normally using multipli domains certificate ou can join this, but the propierty of domains is different and you can't do that. How resolves this problem the companies w