Questions tagged [aliases]
68 questions
0
votes
1 answer
Unable to turn email forwarding off with /etc/aliases file
I was testing forwarding to an external account with this in /etc/aliases:
some_user: some_user,me@example.com
The email was going to the external address but not to the internal. So I removed the entry from /etc/aliases to try to get things back to…

StevieD
- 514
- 8
- 24
0
votes
0 answers
Nginx alias not working on https but working on http
I hope this is going to be a relatively simple one but I'm stumped and searching through potential solutions haven't helped.
I am looking to serve a static (ads.txt) file for my Ghost droplet on DigitalOcean. But there is a problem, as it doesn't…

phrasingboom
- 1
- 1
0
votes
1 answer
Postfix: processing incoming mail for virtual user
This discussion on Dovecot ML suggests to use for filtering mail for foo user foo: | /path/to/the/external/program in /etc/aliases. But aliases work only for local user. How to filter with script mail for virtual user (virtual_alias_maps)?
Do I have…

pevik
- 288
- 1
- 12
-1
votes
1 answer
Is it possible to use Gmail as a postfix relay with virtual domains?
As I'm getting more and more frustrated with attempting to use sendmail to send web app emails that won't be flagged as spam, I've turned my attention to using postfix instead. I've found this Linode guide describing how to use Gmail as a relay for…

Major Productions
- 185
- 6
- 17
-1
votes
1 answer
Forwarding emails to external domains - aliases vs mda sieve script?
There are 2 points in the flow of a incoming email where emails can be forwarded:
As soon as aliases are expanded (setting the target email as alias target)
As soon as mails are handed over to the mda (using the sieve redirect action)
Which method…

Zulakis
- 4,153
- 14
- 48
- 76
-1
votes
1 answer
Aliases in /etc/profile.d not present in bash
Aliases set in /etc/profile.d are present in a bash shell as expected when I log in to the server using ssh. When starting a new bash shell the aliases are not there. This is a major problem since logging in using NX to get a desktop, there is no…

Christer
- 9
-1
votes
1 answer
aliases not working when sending email using 'mail' and 'msmtp'
I have a Raspberry Pi and installed msmtp, msmtp-mta and mailutils. I send emails via Google SMTP and it works great for specific email addresses. If I try to send emails to "root" it works if I use msmtp (echo Test | msmtp -v root), but it does not…

Rickard
- 31
- 4
-3
votes
2 answers
postfix not respecting aliases
I have a small server that is suposed configured to use my gmail account to send emails about the readings the borad takes I can send emails all right but I have noticed something strange - I specified in my /etc/aliases that all users should be…

user3002166
- 144
- 5