Unable to find FEATURE(`msp',`[127.0.0.1]')dnl in submit.cf


 
Thread Tools Search this Thread
Operating Systems Solaris Unable to find FEATURE(`msp',`[127.0.0.1]')dnl in submit.cf
# 1  
Old 09-04-2007
Unable to find FEATURE(`msp',`[127.0.0.1]')dnl in submit.cf

Hi,

While trying to send mail using the mailx command i get the below mentioned error.

sdsddsd... Connecting to [127.0.0.1] via relay...
sdsddsd... Deferred: Connection refused by [127.0.0.1]

I went through some documents and it was mentioned that modifications needs to be done in submit.cf as given below.

define(`SMART_HOST', `your.smtp.server.')dnl
define(`MAIL_HUB',`your.smtp.server.')dnl
define(`LOCAL_RELAY',`your.smtp.server')dnl

prior to the line that says:
FEATURE(`msp',`[127.0.0.1]')dnl

But I am not able to see anything like FEATURE(`msp',`[127.0.0.1]')dnl . Please let me know from where is the localhost Ip taken and what should be done to send mail successfully. Kindly help.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unable to find package

Hi there. I'm putting together a small cluster of Raspberry pis running Raspbian. They've all been setup identically from the same sd image. They all update and install perfectly except one node which refuses to install anything. It has exactly the same login, network, user details etc,... (3 Replies)
Discussion started by: MuntyScrunt
3 Replies

2. IP Networking

127.0.0.1 vs 0.0.0.0

Which one should I use in '/etc/hosts'? Please explain in details. Random quotes on the topic: (2 Replies)
Discussion started by: useretail
2 Replies

3. UNIX for Dummies Questions & Answers

Unable to find the history file

Hi friends, I am unable to find the .sh_history file on my PC. This files contains the log of all commands typed by the users. I searched it also , but no results. Please help me :(, where to find it . Or is there anything else to do to set the history file. (6 Replies)
Discussion started by: paras.oriental
6 Replies

4. UNIX for Advanced & Expert Users

wait - return code 127

Hi All, I am trying to create background processes and then check their status later. But I am getting return codes as 0,127 randomly On checking the return codes for wait, I found the below. Do I need to treat return code of 127 as successful as well?? as we know the process id passed is... (7 Replies)
Discussion started by: tostay2003
7 Replies

5. Solaris

multitude of packets from 127.0.0.1

I was checking routing table, and noticed that our server has a lot packets from localhost: Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ------ --------- .. 127.0.0.1 127.0.0.1 ... (1 Reply)
Discussion started by: orange47
1 Replies

6. Solaris

Unable to find 8 gb of memory

I 've one box with 16gb of RAM and top, vmstat showing 8712M free , i 'm unable to find which process is eating up rest of the memory , the system is not running anything at the moment. (14 Replies)
Discussion started by: fugitive
14 Replies

7. AIX

Find the feature code of the installed processor card on my p550

Guys Does anyone know how to find the feature code of the installed processor card on my p550? Through AIX or HMC. Basically I need to find the processor card type. Thanks in advance Bala (2 Replies)
Discussion started by: balaji_prk
2 Replies

8. Solaris

Can't setup gateway other than 127.0.0.1?

I have just installed Solaris 10 X86 today, but I can't use internet at all on it. When I was installing it, it only asked me to create a hostname, without even asking me this computer is "networked" or "non-networked". After I finished installation, I use "netstat -rn" command, and only see... (3 Replies)
Discussion started by: Diamondust
3 Replies

9. Shell Programming and Scripting

rc=127 can't fork

I have a script to download a file using wget. It works if I execute it from the command line. But, if I run it in cron, it doesnt work and I am getting the following in the cron log: > CMD: /export/home/username/test > username 23159 c Tue Aug 1 14:40:00 2006 < username 23159 c Tue Aug ... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question
RBLCHECK(1)							   User Commands						       RBLCHECK(1)

NAME
rblcheck - check if an IP address is blacklisted SYNOPSIS
rblcheck [-qtlcvh?] [-s <service>] <address> [ <address> ... ] DESCRIPTION
rblcheck is a very basic interface to DNSBL listings such as those operated by The Spamhaus Project or Spamcop. The general idea behind DNSBL listings is rapid lookup of IP addresses using DNS (for example, for blacklisting IP addresses because of abuse). Each IP address is reversed and has a domain name attached to it; for example, the IP address 127.0.0.2 would become 2.0.0.127, and then a domain such as "relays.visi.com" would be added to it. You would then try to resolve the result (ie. 2.0.0.127.relays.visi.com); if you receive a positive reply, then you know that the address is listed. Further information can also be queried, such as text descriptions of why the address was listed. OPTIONS
-q Quiet mode; outputs only matching IP address(es) - use return code (see below). -t Print a TXT record, if any. -m Stop checking after first address match in any list. -l List default DNSBL services to check. -c Clear the current list of DNSBL services. -s <service> Toggle service in the DNSBL list. -h, -? Display the help message. -v Display version information. <address> An IP address to look up; specify `-' to read multiple addresses from standard input. RETURN CODES
When invoked, rblcheck returns either 0 (to indicate error, or that the address was not in any of the listings), or a positive number (indicating the number of listings that the IP address was found in). SEE ALSO
/usr/share/doc/rblcheck/, esp. /usr/share/doc/rblcheck/rblcheck.txt.gz COPYRIGHT
Copyright (C) 1997, 1998, 1999, 2000, 2001 Edward S. Marshall Man page created for the Debian Project with the help of help2man(1) based on the output of `rblcheck -h` and the above mentioned text file by Gregor Herrmann <gregor+debian@comodo.priv.at>. rblcheck 1.5-20020316 August 2004 RBLCHECK(1)