Need help with sendmail server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need help with sendmail server
# 1  
Old 06-21-2010
Need help with sendmail server

Hey everyone,

I'm trying to set up sendmail on a Ubuntu server. I haven't messed around with the config files, made sure they were good to go, and ran sendmailconfig. Everything seemed to install and configure nicely, and the "mail" command seems to work.

However, the mail is not delivering. What I've been trying out for testing is something along the lines of:

(logged in as root)

Code:
mail user1
(write message)

Then I'll log into the account user1, check my mail, and nothing seems to be there. I've given it time for the queue to run, but still nothing.

What am I doing wrong? I suspect it has something to do with adding users as aliases, but I'm a little lost right now. I don't have a whole lot of experience in Unix and all help is appreciated.

**EDIT**

Furthermore, when I use ps as the root user, sendmail does not appear, even though I ran it as:

Code:
 sendmail -bd -q20m

which should run it as a background daemon, right?

Sorry, I'm very new to all this

Last edited by matt_john; 06-21-2010 at 06:32 PM.. Reason: additional problem
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sendmail Fails to send emails from Linux server.

I m using free zoho mail client application (similar to microsoft outlook) on my mobile for all my emails to mohtashim@techx.com I wish to only recieve emails from my Linux Server details of which are: techx 3.10.0-514.10.2.el7.x86_64 #1 SMP CentOS release 7.3.1611 (Core). I try the below... (20 Replies)
Discussion started by: mohtashims
20 Replies

2. UNIX for Dummies Questions & Answers

Can't configure sendmail to send mails to external SMTP Server

Hi all,I know, that this is very common issue, but I can't find where is the problem... I have Solaris 10 installed.I want to send mail to external SMTP server, like:echo "letter body"| mailx -s "subject" test@test.comBut I donno what kind of changes I have to do in /etc/hosts and sendmail.cf or... (5 Replies)
Discussion started by: nypreH
5 Replies

3. AIX

Configure sendmail to use exchange server

i am new in AIX i am trying to write a script to take a backup for specific files on server to and check error log if backup success send email to administrator , script done except for sending mail , i try to configure sendmail on aix to use our exchange server to send emails but still get error... (6 Replies)
Discussion started by: ahmed_salah
6 Replies

4. Shell Programming and Scripting

Send email from sendmail on AIX using exchange server as SMTP server

i am new in AIX i am trying to write a script to take a backup for specific files on server to and check error log if backup success send email to administrator , script done except for sending mail , i try to configure sendmail on aix to use our exchange server to send emails but still get error... (0 Replies)
Discussion started by: ahmed_salah
0 Replies

5. Red Hat

Set up Sendmail as sending only server

I have set up where my primary fibre optical WAN access does not have any sending SMTP service but my fall-back ADSL service does. However, with most Internet Service Providers, the SMTP service access is "locked" to the IP addresses that the service knows about. Therefore I can not send SMTP... (0 Replies)
Discussion started by: smlunatick
0 Replies

6. Red Hat

Help - Sendmail Server

Hi guys, Recently i setting new Sendmail server and hosting 1 domain. And i got problem with sending mail and return with another domain as extention domain. For more detail this is what i setting in server : # /etc/hosts 127.0.0.1 localhost.localdomain locahost #... (2 Replies)
Discussion started by: oceanserv
2 Replies

7. Red Hat

Sendmail fails receiving mail since the IP changed on Redhat Server

Hi, Since i move my Linux Redhat server on another Network with new IP address. WE'RE ABLE TO SEND MAIL OUTSIDE BUT we can not receive any incoming mail. It alway points to the old IP. I updated new IP in /etc/hosts and /etc/sysconfig/network then reboot the system. 10.117.32.20 is an old ip... (3 Replies)
Discussion started by: lamoul
3 Replies

8. Solaris

sendmail mail server help

Hello guys, Am trying to enable/start sendmail in Solaris 10. I tried using scvadm and also did it using the /etc/init.d/sendmail restart but no effect. Just returns to the prompt. No errors nothing. I checked if it is running using ps -eaf | grep sendmail, not running :( . I checked the logs... (9 Replies)
Discussion started by: rcmrulzz
9 Replies

9. AIX

sendmail.cf needs to point to mail server

I have a vanilla install of AIX 5L and I am unable to send outbound email to our email server. I figure the pointer must be some where in the /etc/mail/sendmail.cf file. Does anyone have any idea which section needs to modified to point to the mail server or mail relay? Currently all message bouced... (2 Replies)
Discussion started by: justinburbridge
2 Replies

10. Solaris

how to send mails to users on exchange server from sendmail/solaris(mailx)

Hi, Can anyone pls. tell me how to access Active directory from solaris. I am looking at solution by which I can send mail notification from the logs generated by scripts, to the users on Exchange server. I am trying for a Perl-LDAP module , but don't realy know how to go for it (5 Replies)
Discussion started by: ganeshh
5 Replies
Login or Register to Ask a Question