User not found using alias
See original GitHub issueHi,
I’ve created an user dashie@mydomain.tld
and want to alias everything so i’ve created an alias : @mydomain.tld
redirecting to the dashie@ email.
But in logs i got from postfix:
Dec 15 09:39:25 derpy postfix/smtpd[16726]: NOQUEUE: reject: RCPT from ...[...]: 550 5.1.1 <rhaamo@mydomain.tld >: Recipient address rejected: undeliverable address: host ...[private/dovecot-lmtp] said: 550 5.1.1 <rhaamo@mydomain.tld > User doesn't exist: rhaamo@mydomain.tld (in reply to RCPT TO command); from=<...@...> to=<rhaamo@mydomain.tld > proto=ESMTP helo=<...>
What’s wrong here ?
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
bash: alias: /Users/username/.bash_profile”: not found
The problem is that you're using fancy quotes ( “ ) rather than regular quotes ( " ). This causes ~/.bash_profile” and package...
Read more >bash: alias: alias: not found - Ask Ubuntu
I had the same issue, so the solution is to follow simply rules. alias alias_name='command '. no other symbols between equal sign.
Read more >Linux aliases not working when changing users - Super User
Try running sudo -i su where -i is "(simulate initial login) option runs the shell specified by the password database entry of the...
Read more >postfix catchall user not found in virtual alias table - Server Fault
I'm probably missing something obvious, is it the presence of alias_maps = hash:/etc/aliases ? Also, if all goes well, can I expect the...
Read more >SSO error "Alias not found or failed to retrieve its details"
For some reason, when I try to sign in as just a user, this webpage fails with the error: Alias not found or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I removed a
/var/lib/postfix/verify_cache.db
which could be not updated, and it /seems/ to be ok. I will do more tests about that tomorrow.Also note the default delay of 3h (address_verify_negative_refresh_time) of enabling an alias when a negative request was made for that just before it’s creation.