Sponsored Content
Full Discussion: Sendmail through DNS?
Operating Systems Solaris Sendmail through DNS? Post 302350817 by TonyFullerMalv on Saturday 5th of September 2009 02:54:26 PM
Old 09-05-2009
What is not pingable the mail server's name or the mail server's IP address?

Does an nslookup of the mail server's name resolves to its IP address correctly?

Here is a useful looking article on DNS and mail:
DynDNS.com - Support -- Knowledge Base -- E-mail, Mail Exchangers, and DNS
but it is more about mail routing which is an essential part of configuring mail.
 

10 More Discussions You Might Find Interesting

1. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies

2. AIX

prevent sendmail do DNS lookup

Hello! How do I prevent AIX sendmail from doing a DNS lookup prior sending the mail? (we still need to have the DNS resolving on AIX level). We are running AIX 6.1 and 5.3. //sap4ever (1 Reply)
Discussion started by: sap4ever
1 Replies

3. UNIX for Dummies Questions & Answers

Sendmail error: 550 5.1.8 invalid/host-not-in-DNS

I have sendmail setup to relay through my external ISP. Everything was working fine until I started getting the error message (below). I don't what I did to cause this? I have read a number of related posts and it appears that I might need to configure the sending address of my server to appear... (0 Replies)
Discussion started by: simonmason
0 Replies

4. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies

5. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

6. Red Hat

DHCP & DNS - Clients get IP but don't register in DNS

I am trying to setup a CentOS 6.2 server that will be doing 3 things DHCP, DNS & Samba for a very small office (2 users). The idea being this will replace a very old Win2k server. The users are all windows based clients so only the server will be Linux based. I've installed CentOS 6.2 with... (4 Replies)
Discussion started by: FireBIade
4 Replies

7. UNIX for Advanced & Expert Users

Sendmail questions, SCO 5.0.6 sendmail 8.11.0

I am running SCO 5.0.6 and using sendmail 8.11.0 and having issues with smtp authentication. When trying to send mail the following message will kick back. (reason: 530 5.7.1 Authentication required) 530 5.7.1 Authentication required Not sure what needs to be tweeked in sendmail.cf but I... (1 Reply)
Discussion started by: ziggy6
1 Replies

8. HP-UX

Sendmail - relay Host unknown since adding dns

Hi ever since we´ve added the server in DNS, sendmail stopped working, but everything seems to be configured properly although in the mail logs we see: Jul 10 16:52:58 itc01 sendmail: t6AEqrHT005593: from=root, size=6, class=0, nrcpts=1, msgid=<201507101452.t6AEqrHT005593@itc01.headquarter.tmm>,... (3 Replies)
Discussion started by: fretagi
3 Replies

9. Solaris

Clarifying sendmail configuration - sendmail-client offline

Hi all, I have read about sendmail running as 2 separate process. 1 as a MSP, and the other as the real daemon or MTA. In my current configuration, the sendmail-client is disabled. Both submit.cf and sendmail.cf are left as default untouch I do not specified any mailhost... (3 Replies)
Discussion started by: javanoob
3 Replies

10. Solaris

DNS client added to DNS server but not working

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone configs file on DNS server (Solaris 10). Reloaded the configuration using and added nameserver into resolv.conf on client. But when I am trying nslookup, its not getting resolved. The nameserver is not able to... (8 Replies)
Discussion started by: snchaudhari2
8 Replies
COURIERLDAPALIASD(8)					      Double Precision, Inc.					      COURIERLDAPALIASD(8)

NAME
courierldapaliasd - LDAP-based mail aliasing SYNOPSIS
courierldapaliasd {start} courierldapaliasd {stop} courierldapaliasd {restart} courierldapaliasd {query} {source} {address} DESCRIPTION
courierldapaliasd supports mail address aliasing, as implemented by makealiases(8)[1] but using an LDAP directory instead of a GDBM or a DB database. The term "aliasing" refers to substituting one or more addresses for another address. A one-to-one substitution results in the Courier mail server accepting mail for one address, and delivering the mail to another address. A one-to-many substitution results in the Courier mail server accepting mail for one address, and delivering a separate copy of the message to every address defined by the alias. makealiases(8)[1] uses a GDBM or a DB database to perform the aliasing function. courierldapaliasd uses an LDAP directory instead. "courierldapaliasd start" runs the courierldapaliasd process in the background, and should be executed at system startup. "courierldapaliasd stop" stops the background process. "courierldapaliasd restart" restarts the process, and rereads the ldapaliasrc configuration file to pick up any changes. courierldapaliasd restart must be executed in order for any changes to ldapaliasrc to take place. courierldapaliasd runs in the background and opens a persistent connection to the LDAP directory, and checks every recipient address using the persistent connection. courierldapaliasd automatically starts an adjustable number of multiple processes. With persistent connections being used, this allows alias checking to be as efficient and quick as possible. "courierldapaliasd query source address" is a diagnostic tool. It requires that courierldapaliasd must already be running in the background; it sends a query for address to the background process, and prints the result. Like makealiases(8)[1], it is possible to create aliases that are accessible only to certain sources of mail, like "esmtp" or "local". The "source" argument specifies the source of the address, such as "local", "esmtp", or "uucp". CONFIGURATION
courierldapaliasd requires OpenLDAP client libraries, and is installed automatically if OpenLDAP client libraries are available at installation time. The default ldapaliasrc configuration file contains additional instructions for configuring LDAP-based aliasing. FILES
/usr/sbin/courierldapaliasd /etc/courier/ldapaliasrc SEE ALSO
dot-courier(5)[2], courier(8)[3], makealiases(8)[1], makeuserdb(8)[4]. AUTHOR
Sam Varshavchik Author NOTES
1. makealiases(8) [set $man.base.url.for.relative.links]/makealiases.html 2. dot-courier(5) [set $man.base.url.for.relative.links]/dot-courier.html 3. courier(8) [set $man.base.url.for.relative.links]/courier.html 4. makeuserdb(8) [set $man.base.url.for.relative.links]/makeuserdb.html Courier Mail Server 08/30/2011 COURIERLDAPALIASD(8)
All times are GMT -4. The time now is 03:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy