Re: 530 5.7.1 Authentication required

2014-06-18 Thread Luigi Cirillo
- n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user} #submission inet n - - - - smtpd -o smtpd_sasl_auth_enable=yes ##### On Wed, Jun 18, 2014 at 5:21

Re: 530 5.7.1 Authentication required

2014-06-18 Thread Luigi Cirillo
Wed, Jun 18, 2014 at 5:34 PM, Wietse Venema wrote: > Luigi Cirillo: >> How can I enable the authentication before the "MAIL FROM: >> du...@dummy.com" command? > > smtpd_client_restrictions = permit_sasl_authenticated, reject > > This will reject all RCPT TO commands. That is good enough. > > Wietse

530 5.7.1 Authentication required

2014-06-18 Thread Luigi Cirillo
How can I enable the authentication before the "MAIL FROM: du...@dummy.com" command? I tried with: smtpd_tls_auth_only = yes in main.cf and in master.cf: -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sasl_auth_enable=yes But it not work, I can still send any email from re

Re: Postfix Virtual domains wrong "from" field

2014-06-05 Thread Luigi Cirillo
he address user.virtualdomain@hostname.fqdn.com is the default address. On Wed, Jun 4, 2014 at 12:27 PM, Mark Goodge wrote: > On 04/06/2014 11:01, Luigi Cirillo wrote: >> >> Hi there, >> I am trying to configure postfix on Debian 7 to manage virtual >> domains. I tried to

Postfix Virtual domains wrong "from" field

2014-06-04 Thread Luigi Cirillo
Hi there, I am trying to configure postfix on Debian 7 to manage virtual domains. I tried to send an email from a test user, using squirrelmail. The system send the email as user.virtualdomain@hostname.fqdn.com. How should I configure to send emails as u...@virtualdomain.com? This is my main.cf