|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: AlxFrag (alxfrag
gmail.com)
Date: Fri May 16 2008 - 02:49:50 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
mouss wrote:
> AlxFrag wrote:
>> Hi,
>>
>> I've setup postfix as following:
>>
>> In main.cf:
>>
>> smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
>>
>>
>> smtpd_sender_login_maps=ldap:/etc/postfix/local_recipients.cf
>>
>> smtpd_sender_restrictions=permit_mynetworks,check_sender_access
>> hash:/etc/postfix/block_senders,hash:/etc/postfix/my_domains,reject_authenticated_sender_login_mismatch
>>
>>
>> smtpd_restriction_classes=verify_login
>>
>> verify_login=reject_sender_login_mismatch
>>
>> One of my users user
mydomain owns another account to an external
>> server user
external_domain.
>>
>> In that domain he has placed an alias so as every mail sent to
>> user
external_domain is redirected to user
mydomain.
>>
>> Whenever i try to send an email from my account postmaster
mydomain
>> to user
external_domain i get the following error:
>>
>> ----- The following addresses had permanent fatal errors -----
>> <user
mydomain>
>> (reason: 553 5.7.1 <postmaster
mydomain>: Sender address rejected:
>> not logged in)
>
>
> what is the result of:
>
> # postmap -q postmaster
mydomain =ldap:/etc/postfix/local_recipients.cf
The result is postmaster.
>
>
>
>>
>> ----- Transcript of session follows -----
>> ... while talking to myserver.:
>>
>>>>> >>> DATA
>>>>>
>> <<< 553 5.7.1 <postmaster
mydomain>: Sender address rejected: not
>> logged in
>> 550 5.1.1 <user
mydomain>... User unknown
>> <<< 554 5.5.1 Error: no valid recipients
>>
>> If i try to send the same email from a different account that doesn't
>> belong to mydomain, for example alxfrag
gmail.com everything is ok
>> and the alias works fine.
>>
>> Any ideas?
>>
>> Thanks
>>
>>
>>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]