Re: authenticated open relay postfix-mysql

2013-08-21 Thread /dev/rob0
On Wed, Aug 21, 2013 at 03:27:08PM +0200, Manuel Bieling wrote: > On 08/21/2013 01:08 PM, Lang Alex wrote: > >-debian 7, postfix 2.9.6 > >-no local domain, no mailboxes (root also aliased out of machine) > >-only open relay with authorized people, mysql db backend > >-no long way: postfix -doveco

Re: authenticated open relay postfix-mysql

2013-08-21 Thread Manuel Bieling
On 08/21/2013 01:08 PM, Lang Alex wrote: Hi there, -debian 7, postfix 2.9.6 -no local domain, no mailboxes (root also aliased out of machine) -only open relay with authorized people, mysql db backend -no long way: postfix -dovecot sasl - pam - mysql conect -only direct: postfix - local mysql

Re: authenticated open relay postfix-mysql

2013-08-21 Thread Wietse Venema
Lang Alex: > Thans very much. > > It sound like "there is no way without sasl" Postfix supports TLS client certificates. > and "all roads lead to dovecot" Postfix supports more than one SASL provider. Wietse

Re: authenticated open relay postfix-mysql

2013-08-21 Thread Lang Alex
Thans very much. It sound like "there is no way without sasl" and "all roads lead to dovecot" Alex On 21.8.2013 14:17, Wietse Venema wrote: Lang Alex: [no local mailboxes] Postfix relay-only configuration: /etc/postfix/main.cf: smtpd_recipient_restrictions = permit_sasl_auth

Re: authenticated open relay postfix-mysql

2013-08-21 Thread Lang Alex
On 21.8.2013 14:09, /dev/rob0 wrote: On Wed, Aug 21, 2013 at 01:08:15PM +0200, Lang Alex wrote: -debian 7, postfix 2.9.6 -no local domain, no mailboxes (root also aliased out of machine) -only open relay with authorized people, mysql db backend "Open" and "authorized" (which really should be "a

Re: authenticated open relay postfix-mysql

2013-08-21 Thread /dev/rob0
On Wed, Aug 21, 2013 at 07:09:32AM -0500, /dev/rob0 wrote: > "Open" and "authorized" (which really should be "authenticated" > in this context are contradictions in terms. "Open" means > "anyone can relay without authentication." "Open" also means "unterminated parenthesis", whereby I forgot the

Re: authenticated open relay postfix-mysql

2013-08-21 Thread Wietse Venema
Lang Alex: [no local mailboxes] Postfix relay-only configuration: /etc/postfix/main.cf: smtpd_recipient_restrictions = permit_sasl_authenticated, reject Then, configure your favorite SASL provider according to http://www.postfix.org/SASL_README.html Wietse

Re: authenticated open relay postfix-mysql

2013-08-21 Thread /dev/rob0
On Wed, Aug 21, 2013 at 01:08:15PM +0200, Lang Alex wrote: > -debian 7, postfix 2.9.6 > -no local domain, no mailboxes (root also aliased out of machine) > -only open relay with authorized people, mysql db backend "Open" and "authorized" (which really should be "authenticated" in this context are

authenticated open relay postfix-mysql

2013-08-21 Thread Lang Alex
Hi there, -debian 7, postfix 2.9.6 -no local domain, no mailboxes (root also aliased out of machine) -only open relay with authorized people, mysql db backend -no long way: postfix -dovecot sasl - pam - mysql conect -only direct: postfix - local mysql ( - view to remote dbs,thats another sto