Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problem tring to enable smtp service Post 302396806 by enkei17 on Friday 19th of February 2010 11:16:06 AM
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!
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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
FEMAIL(8)						    BSD System Manager's Manual 						 FEMAIL(8)

NAME
femail -- accept mail on behalf of a real MTA SYNOPSIS
femail [-46tv] [-f from] [-F name] [address ...] DESCRIPTION
femail is intended to be used on servers that do not run a real MTA or inside chroot(8) environments. It features a sendmail(8)-compatible command line interface and forwards mail via SMTP to the host given in the config file, an environment variable or localhost. The options are as follows: -4 Only use IPv4. -6 Only use IPv6. -F name Set the sender's name to name. -f from Set the sender address to from. Normally, femail tries to parse the sender from the message, and uses login@hostname if that is not present. -t Read recipients from the message given on stdin, in addition to the recipients given on the command line. -v Enable verbose operation. CONFIG FILE
The config file, /etc/femail.conf, consists of simple name=value pairs. The supported settings are as follows: smtphost Specify the server femail should send the messages to. smtpport Specify the port femail uses on smtphost to send the messages. Default is 25. myname The hostname femail uses. Defaults to the machine's hostname. ENVIRONMENT
SMTPHOST Forward mail to the given host instead of the local host. Only consulted when not set in the config file. SMTPPORT Connect to the given port instead of 25. Only consulted when not set in the config file. SEE ALSO
mail(1), sendmail(8) AUTHORS
femail was written by Henning Brauer. BSD
August 9, 2005 BSD
All times are GMT -4. The time now is 01:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy