Re: Submission service

2010-06-08 Thread Larry Stone
On Tue, 8 Jun 2010, Phil Howard wrote: On Tue, Jun 8, 2010 at 13:06, Larry Stone wrote: And did you even read what I wrote? I am well aware you made a typo earlier. I understand what you meant and said nothing about the mistake. I think this is a case of users being mixed up. I did not mak

Re: Submission service

2010-06-08 Thread Phil Howard
On Tue, Jun 8, 2010 at 13:06, Larry Stone wrote: > And did you even read what I wrote? I am well aware you made a typo earlier. > I understand what you meant and said nothing about the mistake. I think this is a case of users being mixed up. I did not make the typo ... Dan did. I reported the

Re: Submission service

2010-06-08 Thread Larry Stone
On Tue, 8 Jun 2010, Phil Howard wrote: On Tue, Jun 8, 2010 at 09:47, Larry Stone wrote: On Tue, 8 Jun 2010, Phil Howard wrote: On Fri, Jun 4, 2010 at 18:31, Sahil Tandon wrote: On Fri, 04 Jun 2010, Dan Burkland wrote: Relevant configuration entries: ---main.cf smtpd_recipie

Re: Submission service

2010-06-08 Thread Phil Howard
On Tue, Jun 8, 2010 at 09:47, Larry Stone wrote: > On Tue, 8 Jun 2010, Phil Howard wrote: > >> On Fri, Jun 4, 2010 at 18:31, Sahil Tandon wrote: >>> >>> On Fri, 04 Jun 2010, Dan Burkland wrote: >>> Relevant configuration entries: ---main.cf smtpd_recipient_restrict

RE: Submission service

2010-06-08 Thread Dan Burkland
Using all of your helpful suggestions I was able to properly configure my Postfix server. The purpose behind master.cf makes a bit more sense now after reading your replies. Thanks again! Dan

Re: Submission service

2010-06-08 Thread Larry Stone
On Tue, 8 Jun 2010, Phil Howard wrote: On Fri, Jun 4, 2010 at 18:31, Sahil Tandon wrote: On Fri, 04 Jun 2010, Dan Burkland wrote: Relevant configuration entries: ---main.cf smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination        ^ ---mas

Re: Submission service

2010-06-08 Thread Phil Howard
On Fri, Jun 4, 2010 at 18:31, Sahil Tandon wrote: > On Fri, 04 Jun 2010, Dan Burkland wrote: > >> Relevant configuration entries: >> >> ---main.cf >> smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination >        ^ > >> ---master.cf--- >> submissio

Re: Submission service

2010-06-04 Thread Sahil Tandon
On Fri, 04 Jun 2010, Dan Burkland wrote: > Relevant configuration entries: > > ---main.cf > smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination ^ > ---master.cf--- > submissioninetn - n - - smtpd >

Re: Submission service

2010-06-04 Thread Wietse Venema
Phil Howard: > On Fri, Jun 4, 2010 at 17:16, Wietse Venema wrote: > > > You need -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject > > to get relay permissions. > > Is that for the submission entry or the smtp entry (that he didn't > provide)? Allow me to place my advice in cont

Re: Submission service

2010-06-04 Thread Phil Howard
On Fri, Jun 4, 2010 at 17:16, Wietse Venema wrote: > You need -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject > to get relay permissions. Is that for the submission entry or the smtp entry (that he didn't provide)? It looks to me like he used mostly the example for submission.

Re: Submission service

2010-06-04 Thread Wietse Venema
Dan Burkland: > Hello all, > > I have been trying to setup my Postfix server as follows: > > a) Clients need to use STARTTLS + Authentication in order to send mail using > my SMTP Server. They can only submit mail on port 587 (25 for submission is > disallowed). > b) Port 25 is to be used for

Re: Submission service

2010-06-04 Thread Phil Howard
On Fri, Jun 4, 2010 at 16:52, Dan Burkland wrote: > My apologies, I typed the parameter in the email incorrectly. It is entered > correctly in main.cf > (smtpd_client_restrictions=permit_sasl_authenticated,reject) OK, then that looks fine. Since you are having trouble on port 25, can you show

RE: Submission service

2010-06-04 Thread Dan Burkland
-Original Message- My apologies, I typed the parameter in the email incorrectly. It is entered correctly in main.cf (smtpd_client_restrictions=permit_sasl_authenticated,reject) Regards, Dan -Original Message- Seems like I am dyslexic today, I meant to say master.cf (TGIF :))

RE: Submission service

2010-06-04 Thread Dan Burkland
-Original Message- From: Phil Howard [mailto:ttip...@gmail.com] Sent: Friday, June 04, 2010 3:48 PM To: Dan Burkland Cc: Postfix users Subject: Re: Submission service On Fri, Jun 4, 2010 at 16:21, Dan Burkland wrote: > ---main.cf > smtpd_recipient_restri

Re: Submission service

2010-06-04 Thread Phil Howard
On Fri, Jun 4, 2010 at 16:21, Dan Burkland wrote: > ---main.cf > smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination > > ---master.cf--- > submission      inet    n       -       n       -       -       smtpd >        -o smtpd_enforce_tls=yes >        -