Questions tagged [aliases]

169 questions
-2
votes
2 answers

How to make 2 Domains for 1 Site (No redirect)

How to use 2 Domain for 1 Site (No redirect). for example: site1.com site2.com All of these 2 domain work for ONE site without redirect but the files and database inside (site1.com) only. and when using site2.com the title for any pages it's same…
Ali
  • 1
  • 2
-2
votes
2 answers

Using Aliases in SQL

I use the following code, but I am trying to understand Aliases, I get an error with this code "SQL command not properly ended", line 2 SELECT student.lastname, student.firstname FROM student AS Student_Name INNER JOIN memberof ON (Student_Name.SID…
user12074577
  • 1,371
  • 8
  • 25
  • 30
-3
votes
1 answer

Discord.js Aliases

i would like to add aliases in my code but i dont know how to embed it. You have an idea ? fs.readdir("./commands/", (err, files) => { if (err) return console.error(err); files.forEach(file => { if (!file.endsWith(".js")) return; …
-3
votes
1 answer

postfix check the From address field matches the authenticated username or other valid aliases in LDAP

We have an internet facing MX server whereby all users authenticate their outgoing connection to submit emails via port 587. This MX server routes incoming mail for our domain to an internal postfix smtp server which then delivers mail to local imap…
1 2 3
11
12