- 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
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
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
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
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