Questions tagged [aliases]

68 questions
0
votes
0 answers

Can I selectively inhibit alias expansion with postfix?

In a sendmail configuration, I can selectively inhibit alias expansion using a backslash as in foo: \foo, bar@example.com foo-only: \foo The idea here being that email sent to foo will be delivered to foo and also copied to bar, but email…
copper.hat
  • 155
  • 1
  • 8
0
votes
0 answers

apache 2.4.10 error 403 on aliases

I updated my apache server to 2.4.10 from version 2.2.x on debian7 and I have problem with multi virtual hosts. When I try to load page I have forbidden [403] error. If I enable only one alias the page works fine, when I try to enable another page,…
kerog
  • 1
  • 2
0
votes
2 answers

Can I use /etc/aliases for multiple domain mail server?

I have server1.com and server2.com both pointing to the same server. I wish to make all email sending to @server1.com and @server2.com going to the same mailbox in that particular server. I searched around in the Internet and found out I need to…
sylye
  • 241
  • 5
  • 13
0
votes
1 answer

How to Redirect Localhost Mail? - "remote host address is the local host" (exim)

I've just setup a VPS using VestaCP on Ubuntu 14.04, and am using the default exim mail server. I would like to be able to forward mail to root@ onto another email address. But I'm getting a ton, and I mean a heap, of these error messages in my…
Emmanuel
  • 347
  • 1
  • 9
  • 20
0
votes
1 answer

Sendmail.mc: alias all incoming e-mails to one account

I need to alias all mail coming from another SMTP server to this one account "myinbox". The system in question is to receive all e-mail on the domain, if that's any help. http://william.shallum.net/random-notes/sendmailredirectallmailfordevelopment…
Angus
  • 13
  • 6
0
votes
1 answer

CentOS/Redhat: Systemwide aliases when logging in through LDAP/sssd

I've asked this question in the Centos Support forum, but we didn't found a solution for it (https://www.centos.org/forums/viewtopic.php?f=13&t=46101#p196728) When logging in through LDAP/sssd, we didn't found a way to set up system-wide aliases for…
Noxx
  • 111
  • 1
  • 3
0
votes
3 answers

Postfix aliases

I have a question. Is it possible to configure postfix aliases to retrieve them from an external script? alias_maps = /path/to/pythons_script.py or alias_maps = /path/to/script.sh EDIT (based on autor's comments): Aliases should be sender…
infernox
  • 29
  • 1
  • 4
0
votes
1 answer

Postfix and .forward files: mail forwarding

First of all: I'm working on a rented server setup here (hosted at Ulyssis.org). I only have access to my user folder (/home/preparee) folder and an online application that allows me to manage my account, and set up mail aliases. Now, I want to be…
Jeroen Baert
  • 101
  • 1
  • 3
0
votes
1 answer

Exchange 2010 - Disable Address Rewrite per Account

Is it possible to disable for only one account the address rewrite in Exchange 2010 ? I have 1 emails : helpdesk@mycompany.org With 2 aliases : Helpdesk.international@mycompany.org Helpdesk.local@mycompany.org I want to fetch all emails that are…
Thomas
  • 63
  • 1
  • 1
  • 4
0
votes
0 answers

Internet relay postfix with virtual alias and .forward

In a relay postfix for a domain, I am trying to configure so that each user indicates the e-mail destination address he wants in the .forward but as virtual_alias_maps is configured, it always takes the address indicated in /etc/postfix/virtual and…
0
votes
1 answer

After update from Apache 2.2 to 2.4, Aliases no longer work

I'm not a stranger to server configuration but on my local development systems (all of them), some update seems to have broken the Web sites' aliases as none work now. I'm not sure when it happened as I haven't done much development lately but when…
DonP
  • 101
  • 2
0
votes
1 answer

sendmail and LDAP-based aliases

Environment: CentOS 7.9, Sendmail 8.14, OpenLDAP 2.4 I'm trying to get sendmail to read its aliases from an LDAP database (this has worked with NIS for years, but NIS is fading into the twilight). My mail server is an LDAP client. In…
0
votes
1 answer

Setting up sendmail to use aliases without a hostname? [domain name without hostname]

I'm setting up sendmail on a machine with hostname 'foo', and FQDN 'foo.example.com'. My /etc/aliases contains webmaster: me me: me@somewhere-else.com If I now try to send a test email, from 'foo', to 'webmaster', I find that: To:…
QF0
  • 183
  • 1
  • 7
0
votes
0 answers

Apache2 alias loading from document root instead of alias directory

I have problem with apache2. I'm new to it and I'm trying to solve some problems. I have a server running debian with apache2.4 installed and 3 web-site running. A Shiny Server, a django website and a static website. The three sites are located…
0
votes
1 answer

I Have a problems with qoutes in my bash script

how to do so that in this script which searches for something from the database. he searched for it and changed its name in the terminal. I have a problem with the quotes here. Maybe anyone know how to fix it? spr-ustawien() { echo -e…