Questions tagged [alias]

In computer sciences, an alias is a name which usually designates an already-named reference.

Filter by
Sorted by
Tagged with
2 votes
1 answer
118 views

How to configure a Windows Server 2022 machine to allow file sharing with a DNS alias

Machines on my company's network can access file shares on a Windows Server 2022 system using the FQDN, but they can't access them using a DNS alias. I reviewed How to configure a Windows machine to ...
Russ's user avatar
  • 21
0 votes
1 answer
49 views

Apache AliasMatch with Wildcard Not Working As Intended

I am trying map all wildcards for a directory /a/* onto on file article.php using AliasMatch ^/a/(.*) /article.php but without redirecting (I want to keep the url looking the same). But I am getting a ...
Maciek's user avatar
  • 139
0 votes
0 answers
109 views

Alias custom domain to GitHub repository for git clone

What I'm trying to do is setup a custom domain name so that it can be cloned as a git repository using git clone. For example, $ git clone https://my-domain-name.tld/ # would be cloned into my-domain-...
kwyntes's user avatar
  • 101
0 votes
1 answer
197 views

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 ...
DonP's user avatar
  • 101
0 votes
0 answers
28 views

What is use of multiple ip addressing for active bond in centos

I have created active bond in centos Virtual machine by bonding two NICs and they were on same VMnet switch, I am having difficulty to understand what will be the use of multiple ip addressing for ...
ABDULLAH SARWAR's user avatar
0 votes
0 answers
127 views

status=bounced (mail forwarding loop for postmaster@localhost) when receiving an email with postfix

I use postfix with the following /etc/postfix/main.cf: smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no append_dot_mydomain = no readme_directory = no compatibility_level = 2 ...
Zlotz's user avatar
  • 1
1 vote
0 answers
129 views

how to set up nginx aliases on a localhost development server?

Struggling to adapt nginx to my framework and get the equivalent of, in apache config : Alias /site1 "/home/framework/public_HTML" (and then localhost/site1 displays site1 with local/dev ...
mikakun's user avatar
  • 111
1 vote
1 answer
210 views

Postfix wildcard, virtual_alias, and recipient_delimiter forwarding glitch

Using Postfix with an MySQL backend, have a group of aliases set up, including domain aliases. Using '.' as recipient_delimiter, and have propagate_unmatched_extensions = canonical, virtual, alias. ...
Mark Milange's user avatar
0 votes
1 answer
118 views

postfix loops back to myself email issue (was working before apt upgrade Ubuntu)

Everything was working normal till apt upgrade on Ubuntu 20.04 LTS, don't even remember what was upgraded, just routine, didn't change any config... I really tried to fix, searched, but I don't know ...
Yonathan's user avatar
  • 103
1 vote
0 answers
225 views

How to set up all domains as "virtually hosted" with Postfix

I have configured a Postfix server with the main domain and several virtual domains, cross-checking multiple tutorials and the official documentation on virtual hosting. The Postfix is also set up to ...
Marty Cagas's user avatar
1 vote
0 answers
187 views

Odoo v.13 - Configuring a gmail alias as outgoing mail

I am trying to configure a gmail account as outgoing mail in Odoo ERP v.13. The email supplied by the client is an alias of the original email. When testing, Odoo indicates error "535" (...
PAB_00's user avatar
  • 11
0 votes
0 answers
60 views

Bridged network with multiple alias in Debian

I'v been trying to setup a bridged network with multiple IP addresses for a few days but I cannot get it to work. I'v tried multiple different setups found here on stackoverflow. Here is my latest ...
loranga's user avatar
0 votes
1 answer
606 views

Docker container unable to connect to postfix on host with error "MX Routing not available"

I'm trying to run a SimpleLogin instance on my raspberry pi 4 (aka armhf/armv7l) following the official instructions, but the resulting installation isn't able to send emails to my real inbox. I ...
Green and Blue g's user avatar
0 votes
1 answer
2k views

nginx - subfolders alias include all subfolder

I'm currently trying to fiddle around with a location block that has a different root. However I have some issues when accessing files that are in a subfolder on the different root. Here is my broken ...
Aebian's user avatar
  • 23
0 votes
1 answer
734 views

Apache2 : 2 php versions in the same VHOST

I am migrating my app from PHP 5.6 to php 8.0 by having a front controller redirecting to my legacy app or my new app depending on the uri. I tried with alias and it works but I need to keep the exact ...
deuterium's user avatar
2 votes
0 answers
654 views

Google G Suite DMARC + SPF + DKIM for user domain aliases fail Google Admin Toolbox CheckMX

I have set up the above in my Google's old G-Suite account for a User Domain Alias but am still getting two warning messages: https://webcoder.co.uk There were some non-critical problems detected with ...
webcoder.co.uk's user avatar
2 votes
2 answers
400 views

How can I create aliases upon connection to a remote machine via ssh?

I frequently connect to ephemeral servers. I'd like to be able to set up some commonly-used aliases on those servers upon connection to them. I thought maybe I could create a bash function/alias ...
conorgriffin's user avatar
0 votes
1 answer
341 views

Apache alias - Ignore alias for specific files

I'm currently working on a new project related to another one, the old one. This old project let user uploads avatar, resulting on non-versionned files in /images/avatars. But in the new project, I ...
Nicolas PERNOT's user avatar
0 votes
1 answer
487 views

Location in Nginx doesn't work as expected

Here is https://site.io, it's based on Wordpress. It is located in /var/www/site.io. I need to add https://site.io/guides and put a fresh Wordpress engine there. I've added this location to site.io ...
Humanoit's user avatar
1 vote
1 answer
985 views

nginx alias with location regex get wrong file name

my location config: location ~ ^/maat/(js|css|images)/ { alias /usr/local/services/gdt-frontend-test-1.0/maat/$1/; expires 1y; } complete server config: server { listen 80; ...
user618492's user avatar
0 votes
1 answer
2k views

How to set a command alias that will be respected in a shebang

I run multiple versions of PHP on my Linux server. I've added an alias in my bashrc to point the php command to a specific version alias php='/usr/bin/php7.3'. This works as expected when I execute a ...
Dom's user avatar
  • 488
0 votes
3 answers
1k views

alias command that works in ssh too

I have some commands that I always use and they are rather hard to remember such as lsof -i -P -n | grep LISTEN. I would like to create an alias for them that also applies when logged in via ssh on ...
Romeo Mihalcea's user avatar
1 vote
1 answer
163 views

Hotstrings on a bash console

I can do things like this to alias often used things alias iii='sudo yum install' and that works fine, but it's nice to be able to expand a command on the command line as I use it. For sure I can type ...
YorSubs's user avatar
  • 135
3 votes
1 answer
12k views

Nginx - difference between root and alias?

My goal is to have a Laravel installation running alongside a Nuxt application generated as static content. I'd like for Laravel to be available, when the location start with /api. This works as ...
Repox's user avatar
  • 265
0 votes
1 answer
3k views

AllowOverride not working for alias'd site

I have a two domains johny.com and alice.com and one webserver (apache) managing them. Web files are in /var/www/johny.com and /var/www/alice.com and are configured as two virtual hosts with proper ...
Zereges's user avatar
  • 105
0 votes
1 answer
262 views

assigning aliases in .bashrc via echo '...' >> .bashrc

running cat .bashrc gives me these two lines at the end: alias remove='rm -i' alias chamber='ls -a -i -l' when I run remove followed by a file name I get a successful removal with confirmation ...
Joel's user avatar
  • 1
0 votes
1 answer
221 views

Aliasing Server Name in SSH Command [closed]

This may be trivial, but I am not sure how do it safely and optimally. I have a few servers (AWS EC2) into which I ssh from the bash. Those server names are long. How can I alias them, so instead of ...
MadPhysicist's user avatar
3 votes
4 answers
9k views

Unable to create email alias because it already exists, but cannot find the instance of it

Error: An Azure Active Directory call was made to keep object in sync between Azure Active Directory and Exchange Online. However, it failed. Detailed error message: Another object with the same ...
level42's user avatar
  • 199
1 vote
1 answer
284 views

Unable to use alias name with powershell

I have created an CNAME alias record (PublicShare) for one of our servers (KWT-SRV01) in Windows Server DNS. Unfortunately i am unable to use it in powershell "-path" attribute. For example, ...
Aboodnet's user avatar
-1 votes
1 answer
126 views

CNAME from 1 subdomain to another subdomain

I have added a CNAME from order.checkoutchiangmai.com to restaurant1.acemsweb.com. The result I have is "Apache is functioning normally" when I open order.checkoutchiangmai.com. I am unsure why the ...
Phillsav's user avatar
1 vote
2 answers
256 views

CNAME is not acting as an Alias on Cloudflare

I would like to display the same content of: example.com if someone visits example.net I researched and it seems to be possible by simply setting up a CNAME record on example.net that is pointing to ...
Radical_Activity's user avatar
0 votes
1 answer
863 views

How do CNAME Flattening, ANAME or ALIAS records work? [closed]

I found explanations by Cloudflare and DNS Made Easy quite vague on the implementation of these records - it was something about IP address caching. Do those records only retrieve A and AAAA records ...
t7e's user avatar
  • 161
0 votes
0 answers
128 views

Postfix forward mails to external domains as (inline) bounce

My problem: I own a postfix server with several Aliases on it. For example: [email protected] => [email protected] If I now send a email from [email protected] to in[email protected] it get's forwarded to [email protected] ...
philipp's user avatar
  • 101
0 votes
0 answers
723 views

Masking URL in Address Bar in IIS

I am not an expert in IIS and would really appreciate your help if this is something that can easily be resolved. We have a web server on an intranet domain to which users are directed by the DNS ...
Jaco Prinsloo's user avatar
0 votes
1 answer
105 views

apache intermitently fails to resolve Alias directive

we have a set up where main site (wordpress) is running on the server, all additional mini sites that should appear within the main one, but not served by wordpress are configured as Alias'es: Alias "...
Auris's user avatar
  • 321
0 votes
1 answer
250 views

How to create an alias that uses a value and grep on a remote server?

I need help, I can't create an alias with a variable to grep a file on a remote server. I have tried: alias searchword="ssh -t user@server "grep -i \"$1\" /root/file.txt\"" alias search="ssh -t ...
xxmlud's user avatar
  • 3
0 votes
1 answer
458 views

Postfix header conditional rewrite

in my mail server I have a mailbox [email protected] and an alias [email protected] which send all to [email protected]. Now when I send from [email protected] an email to [email protected], I receive ...
Lorenzo Martini's user avatar
0 votes
1 answer
131 views

How to use Veeam to recover locally-hosted Exchange mailbox alias to implement on Exchange Online

I've inherited an IT department after just 1 year in it, during which the 30-year sole-IT person retired, and his replacement, who hired me, left for a remote position. Shortly before he left, Veeam ...
Josh M.'s user avatar
1 vote
0 answers
65 views

Create custom sub-command for Docker

For Git user can create alias git config --global alias.co checkout git co master If Git cannot find build-in subcommand it looks for git-SUBCOMMAND executable in PATH echo -e '!/bin/bash\necho I ...
kyb's user avatar
  • 115
0 votes
1 answer
499 views

Should I set up my Postfix send-only server to send as a subdomain?

Scenario: I own the domain example.com. I am signed up with an email provider, and configured my account as a catchall for *@example.com. I use the email [email protected]. I have a VPS running Ubuntu ...
rayhinton's user avatar
0 votes
1 answer
861 views

Postfix How to send mail in behalf of an alias

I'm using postfix as a mail relay in a very simple setup, mostly with aliases, forwarding mails to GMail. My main goal with this is to minimize the need for mailboxes on my server. Let's assume I ...
mefiX's user avatar
  • 101
0 votes
1 answer
613 views

Replace explicit `virtual_alias_domains` by domains in `virtual_alias_maps`

I have a working Postfix config with some local mailboxes, some local aliases and a handful of purely virtual alias domains. Because I find it tedious to add all to virtual_alias_domains I'm asking: ...
Daniel Böhmer's user avatar
1 vote
1 answer
2k views

How to check which DNS Alias is used to access the server?

I have a host with a database installed on it. In order to access the database, the clients use a DNS Alias (CNAME) - AliasOne - and the database port. DNS Aliases are managed by colleagues in ...
TasseDeThe's user avatar
1 vote
1 answer
728 views

Spoofing/Spam received from GSuite alias accounts

The company currently have 2 domains registered: "dom1.com" and "dom1.com.ex". "dom1.com" is hosted and is the main domain associated on our GSuite account to create user accounts to send mails, "dom1....
Loki's user avatar
  • 13
0 votes
1 answer
51 views

Source bash.rc / aliasses from external file (LEMP)

I'm running several LEMP VMs with mostly identical setups. Each of these VMs has a /etc/profile.d/00-aliases.sh containing a bunch of aliasses and functions to run on the server. Now, whenever I make ...
Asitis's user avatar
  • 97
0 votes
2 answers
525 views

Postfix Alias issues

I am having an issue with setting up an alias "support-notify" in Postfix. Recipient address rejected: Access denied; I am running Postfix with OpenDKIM, OpenDMARC, Policyd-SPF, and Dovecot on ...
user3884824's user avatar
1 vote
1 answer
780 views

Set alias from sh script in ESXi 6

I have created a simple script to setup an alias on an ESXi 6.7 host: #!/bin/sh alias ll="ls -la" echo "Profile done" When I run the script I see the echo'd message on screen, but the alias is not ...
TSG's user avatar
  • 1,821
0 votes
1 answer
166 views

Postfix with external alias rejected

i have a problem with external aliases on my server. There are aliases for my users so they can retrieve mails on their personal mailaccount. For example: [email protected] user1 [email protected] ...
laubed's user avatar
  • 66
0 votes
1 answer
232 views

Multiple Domain Names. Alias not Redirection

I need to get my new domain for example.net to not only respond to the same content as I have for the existing example.com, but I need the user to actually still only see example.net when they get to ...
Brainy Smurf's user avatar
0 votes
0 answers
54 views

Unable to load PHP files from second server directory

My server has a root directory which is /home/forge/example.com/current/ionic/www and a secondary API PHP directory, located /home/forge/example.com/current/public. When the user browses to example....
Ian Arman's user avatar
  • 123

1
2 3 4 5
7