Re: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-20 Thread Paul Mansfield
has anyone considered a transparent redirection of SMTP to a specific
SMTP relay, so that (e.g.) captive portal clients on wifi hotspot can't
send email without some level of control.

this might also solve the OPs problem of providign an smtp relay without
actually doing much.

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-20 Thread Jim Pingle
Paul Mansfield wrote:
 has anyone considered a transparent redirection of SMTP to a specific
 SMTP relay, so that (e.g.) captive portal clients on wifi hotspot can't
 send email without some level of control.
 
 this might also solve the OPs problem of providign an smtp relay without
 actually doing much.

There is a bounty thread on the forum for an SMTP proxy (proxsmtp) which
has the ability to perform custom actions upon messages.

http://forum.pfsense.org/index.php/topic,14551.0.html

That's a bit better than running a full MTA.

Jim

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-20 Thread Chris Buechler
On Wed, May 20, 2009 at 5:02 AM, Paul Mansfield
it-admin-pfse...@taptu.com wrote:
 has anyone considered a transparent redirection of SMTP to a specific
 SMTP relay, so that (e.g.) captive portal clients on wifi hotspot can't
 send email without some level of control.


You can do that now with a port forward on any address on LAN for TCP 25.

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



[pfSense Support] Pfsense + Postfix (Relay)

2009-05-19 Thread Jean Carlos Coelho

Hi all.. a question..


   It is possible to install postfix in pfsense 1.2.2 only for mail 
relay ? how can i install into it ? (I am a newbie), thank's!!


-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-19 Thread Curtis LaMasters
I would assume you could do this with pkg_add but I have no clue...

Curtis LaMasters
http://www.curtis-lamasters.com
http://www.builtnetworks.com



On Tue, May 19, 2009 at 9:56 AM, Jean Carlos Coelho
jean.lis...@gmail.com wrote:
 Hi all.. a question..


   It is possible to install postfix in pfsense 1.2.2 only for mail relay ?
 how can i install into it ? (I am a newbie), thank's!!

 -
 To unsubscribe, e-mail: support-unsubscr...@pfsense.com
 For additional commands, e-mail: support-h...@pfsense.com

 Commercial support available - https://portal.pfsense.org



-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



RE: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-19 Thread Reza A. Ambler
Hey,
If you go to another FreeBSD machine on the same version as your pfSense box. 
Go to the port directory for postfix and type make package. Then go to 
/usr/ports/All/packages and you'll find a bunch of TBZ files there. Copy them 
over to your pfSense box (say under /tmp/pkg), then run pkg_add postfix tbz 
name and it will install postfix and all the dependencies along with it.

Hope this helps.

-Original Message-
From: Curtis LaMasters [mailto:curtislamast...@gmail.com]
Sent: Tuesday, May 19, 2009 8:07 AM
To: support@pfsense.com
Subject: Re: [pfSense Support] Pfsense + Postfix (Relay)

I would assume you could do this with pkg_add but I have no clue...

Curtis LaMasters
http://www.curtis-lamasters.com
http://www.builtnetworks.com



On Tue, May 19, 2009 at 9:56 AM, Jean Carlos Coelho
jean.lis...@gmail.com wrote:
 Hi all.. a question..


   It is possible to install postfix in pfsense 1.2.2 only for mail relay ?
 how can i install into it ? (I am a newbie), thank's!!

 -
 To unsubscribe, e-mail: support-unsubscr...@pfsense.com
 For additional commands, e-mail: support-h...@pfsense.com

 Commercial support available - https://portal.pfsense.org



-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org


-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-19 Thread Jim Pingle
Jean Carlos Coelho wrote:
It is possible to install postfix in pfsense 1.2.2 only for mail
 relay ? how can i install into it ? (I am a newbie), thank's!!

While it may be _possible_, it would not be _recommended_ or even _wise_
to run a full MTA on your firewall. Can you do it? Maybe. Should you do
it? Probably not.

You may not find many people willing to help answer that question
because of that fact. There is some information on the Documentation
Wiki about installing FreeBSD packages, but beyond that you are on your
own for things of that nature.

I would suggest you to find another way to relay your mail that wouldn't
drastically reduce your security and threaten the integrity of your
firewall.

Jim

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org



Re: [pfSense Support] Pfsense + Postfix (Relay)

2009-05-19 Thread Chris Buechler
On Tue, May 19, 2009 at 10:56 AM, Jean Carlos Coelho
jean.lis...@gmail.com wrote:
 Hi all.. a question..


   It is possible to install postfix in pfsense 1.2.2 only for mail relay ?


Not easily, I've tried before, there are a ton of libraries and other
misc. things not included in pfSense that it wants. It was way more
trouble than it was worth. I posted here asking about a light weight
daemon, other than a full blown MTA, to use as a simple relay and no
one knew of anything.  OpenSMTPD may be a solution for this in the
future.

-
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org