That does not work with the data I have use to make a test. This is the reason I open a thread.
email-address :: [email protected] but if local-part :: [email protected] ==> [email protected]@example.com Now the lookup table [email protected] OK *postmap -q "[email protected]@example.com" type_of_table:/etc/postfix/lookup_table return null* postmap -q "[email protected]@example.com" type_of_table:/etc/postfix/lookup_table return null postmap -q "[email protected]@example2.com" type_of_table:/etc/postfix/lookup_table return null but postfix lookup table *return OK for [email protected]@example.com* return not found for [email protected]@example.com return not found for [email protected]@example2.com I have made 2 other tests One with : [email protected]*.*@example.com ( see the dot before the second @ ) postmap -q return null but postfix lookup return OK The second one with : [email protected]*.a*@example.com ( see ".a" before the second @ ) postmap -q return null and postfix lookup return not found. During ma test, I noticed that aaaaa@bbbbb@cccccc (from the sender address) was tagged as "aaaaa@bbbbb"@cccccc. If the `ccccc` part is different from the domain part in the loookup table, the sender address is rejected If the `bbbb` part is different from the domain part in the loookup table, the sender address is rejected Any help is welcome. ----- Thank you for helping ________ Opensuse Leap 15 -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html
