Problem tring to enable smtp service


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Problem tring to enable smtp service
# 1  
Old 02-19-2010
Problem tring to enable smtp service

People I'm trying to enable de smtp services of a solaris 10 and i get this
Code:
sendmail[28126]: [ID 702911 mail.alert] daemon MTA-v4: problem creating SMTP socket

sendmail[28126]: [ID 801593 mail.alert] NOQUEUE: SYSERR(root): opendaemonsocket: daemon MTA-v4: server SMTP socket wedged: exiting

Anyone Knows what is bad? Thank for your time

---------- Post updated at 08:16 AM ---------- Previous update was at 07:36 AM ----------

People...I have a problem I have a mail server and a webserver
the mail server in the etc hosts i see that mailserver.domain.com.ar

when i write echo "hola" | sendmail -v me@gmail.com in the webserver
the mail its ok and i see it
but when i do this
echo "hola" | sendmail -v other@domain.com.ar in the webserver also.
dont send nothing

the problem is that when i`m in the web server and i send a mail inside the domain dosn`t send nothing. I need if someone can`t gimme and orientation of what to look
and watch i`m very lost.

Thankl you
forgot about smtp services

Last edited by vbe; 02-19-2010 at 12:01 PM.. Reason: code tags please!
# 2  
Old 03-25-2010
Not positive this will fix your issue - but, worth a shot - this was found on sunsolve

Only machines with sendmail config/local_only = true and with line '::1 localhost' in /etc/hosts (default installation settings) are affected.
sun4u, sun4v, i386 machines

Following action re-enabled sendmail delivery:
svccfg -s svc:/network/smtp:sendmail setprop config/local_only = false
svcadm refresh svc:/network/smtp:sendmail
svcadm restart svc:/network/smtp:sendmail
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

SMTP Service

Guys, How can i check the mailx command will wor on my system or not. The OS is Sun Solaris 5.10. Or how can i come to know whether SMTP service is activated in Sun Solaris OS or not. Thanks in Advance (1 Reply)
Discussion started by: Pramod_009
1 Replies

2. BSD

How to enable FreeBSD 4.11 audits service?

Dear all My FreeBSD is version 4.11, I want to enable audit, Can anyone has a step by step document ? In FreeBSD.org I see the doc look like need recompile kernel? Is it really..? Thanks and happy new years. (0 Replies)
Discussion started by: nnnnnnine
0 Replies

3. HP-UX

FTP service Enable/Disable

hi everybody, I can easily enable /disable the FTP service from SAM, how can I do this via command line? using inetd? how? cheers, messi (1 Reply)
Discussion started by: messi777
1 Replies

4. AIX

Enable send email through smtp - exchange on AIX 6.1

Please help, i can not to send email from AIX 6.1 to outside network through STMP - Exchange. Any one can help ? (1 Reply)
Discussion started by: ichsan
1 Replies

5. Red Hat

How do I run my "SMTP" service as a root privilege ?

Friends , i want to run my smtp service as a root . let me know what r the changes i have to made to my machine . AVklinux (1 Reply)
Discussion started by: avklinux
1 Replies

6. Linux

Configure SMTP service in linux 5.2

Hi All, How to configure SMTP service in linux 5.2? Please provide me the steps. Thanks Jack (5 Replies)
Discussion started by: jack00423
5 Replies

7. UNIX for Dummies Questions & Answers

to enable POP3(ssl) and SMTP(ssl) in Squid

i have configured Squid proxy server in Fedora 8 with two network interfaces. HTTP, HTTPS, FTP are working fine but we are unable to download mails using mail clients from mail server with POP3(ssl) and SMTP(ssl). so please someone help us how to enable pop and smtp in Squid. (1 Reply)
Discussion started by: praneel2k
1 Replies

8. Linux

Enable sudo for Win AD users authenticated with Linux samba winbind service

Hi everyone, I wonder if anyone ever came across the idea of unifying AD and Linux user accounts We have a Linux machine with 'samba' 'winbind' service configured to let Windows AD users to logon locally using their AD accounts and passwords. I can use 'su' to get to the local user privilege... (0 Replies)
Discussion started by: will_mike
0 Replies
Login or Register to Ask a Question