Re: Send email for users from any location

2013-07-09 Thread Hans Spaans
wie...@porcupine.org schreef op 2013-07-08 20:36: Dotan Cohen: > on a related note, as this is for humans to send mail from their mail > clients, you'll want to configure a proper submission [port 587] service. > see the commented example in master.cf for a starting point. smtp auth > should be

Re: Send email for users from any location

2013-07-08 Thread Peter
On 07/09/2013 05:13 PM, Dotan Cohen wrote: 212.179.241.14 is the address where my desktop is located, and bzq-* obviously by the name refers to my ISP (Bezeq). It seems that even with submission enabled, Postfix wants the IP address whitelisted in "mydomains". I don't even see in the logs that Po

Re: Send email for users from any location

2013-07-08 Thread Dotan Cohen
On Mon, Jul 8, 2013 at 11:04 PM, Peter wrote: > No, the service you're looking for is "submission", not "smtps". SMTPS is a > deprecated means of submission and you only need it if your users are using > a very old version of one particular email client in which case they likely > have other prob

Re: Send email for users from any location

2013-07-08 Thread Peter
On 07/09/2013 05:10 AM, Dotan Cohen wrote: on a related note, as this is for humans to send mail from their mail clients, you'll want to configure a proper submission [port 587] service. see the commented example in master.cf for a starting point. smtp auth should be offered only via the submissi

Re: Send email for users from any location

2013-07-08 Thread Wietse Venema
Dotan Cohen: > > on a related note, as this is for humans to send mail from their mail > > clients, you'll want to configure a proper submission [port 587] service. > > see the commented example in master.cf for a starting point. smtp auth > > should be offered only via the submission service, and

Re: Send email for users from any location

2013-07-08 Thread Dotan Cohen
On Mon, Jul 8, 2013 at 5:27 PM, btb wrote: > instead of googling, simply use the postfix documentation that came with the > software. your goal is accomplished by implementing smtp auth, which > postfix offers by way of sasl authentication. to that end, this is > documented in SASL_README. i wo

Re: Send email for users from any location

2013-07-08 Thread btb
On 2013.07.08 08.25, Dotan Cohen wrote: Form googling I found this "solution" online but it does not work as I expected. instead of googling, simply use the postfix documentation that came with the software. your goal is accomplished by implementing smtp auth, which postfix offers by way of

Send email for users from any location

2013-07-08 Thread Dotan Cohen
I would like to configure my Postfix machine to send mail from my users from any location, but I do not want to set it as an open relay. Currently, I restrict users via mynetworks: mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128 1.2.3.4 (Office IP address) If I change this to 0.0.0.0/0