Re: How to limit number of recipients for outgoing mail using Postfix?

2014-04-20 Thread Viktor Dukhovni
On Sun, Apr 20, 2014 at 11:11:03PM -0400, Lulu Li wrote: > I have an application that uses PHPMailer, which in turn uses > /usr/sbin/sendmail installed by Postfix. Make sure that the application does not allow users to send email to arbitrary recipients of their choice. (No open PHP web-forms).

How to limit number of recipients for outgoing mail using Postfix?

2014-04-20 Thread Lulu Li
Hi! I have an application that uses PHPMailer, which in turn uses /usr/sbin/sendmail installed by Postfix. The basic problem is that I wish to limit number of recipients for outgoing mail using Postfix sendmail. I added default_recipient_limit=2 and default_destination_limit=2 to main.cf and relo

Re: License question

2014-04-20 Thread LuKreme
On 20 Apr 2014, at 17:43 , Rick Zeman wrote: > First let me say that I'm NOT trying to start any sort of flame war > here, and I tried to google to find out the answer before asking. > That being said, I just installed OpenBSD in a VM and ran into this: > > "Some commonly asked questions about th

Re: License question

2014-04-20 Thread li...@rhsoft.net
Am 21.04.2014 02:05, schrieb Rick Zeman: >> "free" needs a context, the GPL is free, but you are not >> free to use GPL licesed code, change it, include it in >> a commercial product and make your product closed source > > Yeah, I've seen the Postfix license text more time than I can count > (in

Re: License question

2014-04-20 Thread Viktor Dukhovni
On Sun, Apr 20, 2014 at 07:43:35PM -0400, Rick Zeman wrote: > "Some commonly asked questions about third-party products: > > Why isn't Postfix included? > The license is not free, and thus can not be considered." > > Not free? Not free enough for Theo. More detailed answers in archives of Open

Re: License question

2014-04-20 Thread Rick Zeman
On Sun, Apr 20, 2014 at 7:54 PM, li...@rhsoft.net wrote: > > > Am 21.04.2014 01:43, schrieb Rick Zeman: >> First let me say that I'm NOT trying to start any sort of flame war >> here, and I tried to google to find out the answer before asking. >> That being said, I just installed OpenBSD in a VM a

Re: License question

2014-04-20 Thread li...@rhsoft.net
Am 21.04.2014 01:43, schrieb Rick Zeman: > First let me say that I'm NOT trying to start any sort of flame war > here, and I tried to google to find out the answer before asking. > That being said, I just installed OpenBSD in a VM and ran into this: > > "Some commonly asked questions about third

License question

2014-04-20 Thread Rick Zeman
First let me say that I'm NOT trying to start any sort of flame war here, and I tried to google to find out the answer before asking. That being said, I just installed OpenBSD in a VM and ran into this: "Some commonly asked questions about third-party products: Why isn't Postfix included? The lic

Re: header check chaining

2014-04-20 Thread Wietse Venema
St?phane: > Wietse Venema porcupine.org> writes: > > > So I cannot have the two at the same time. I would like to chain the two > > > modifications. How is it possible ? > > > > As documented in header_checks, not possible. > > Thank you for your answer. That is what I had figured out unfortunat

Re: header check chaining

2014-04-20 Thread Stéphane
Wietse Venema porcupine.org> writes: > > St?phane: > > So I cannot have the two at the same time. I would like to chain the two > > modifications. How is it possible ? > > As documented in header_checks, not possible. > > Wietse > > Thank you for your answer. That is what I had figure

Re: Need a main.cf file for virtual users

2014-04-20 Thread Eliezer Croitoru
I have a recommendation for you: http://workaround.org/ispmail It teaches you how it works and not just do a step by step for it to work. Maybe the old tutorials are nicer but all of them are very good. Regarding using mysql as DB or not using it as DB it will teach you the basics of how it all

Re: Changing SSL certificates - switching from self-signed to RapidSSL

2014-04-20 Thread Charles Marcus
Thanks for the detailed explanation Victor. I really appreciate both your confirming my submission cert is now correctly configured, and for taking the time to 'teach me to fish' rather than just giving me one... ;) I believe that if I study this reply, and maybe go back and re-read the post