Newbie working with Mail Server


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Newbie working with Mail Server
# 1  
Old 08-06-2008
Java Newbie working with Mail Server

I'm a PHP developer whose unix knowledge is very poor, nearly none existing; and now needs to configure the mail server (also create email user accounts) and forward them to other email addresses.

It is a Red Hat linux 2.6.18... I access the server via ssh (as root user) and restarting the apache server is as far as i go.
Any help on finding out what email server I'm currently using, how to create an email account and how to forward its messages to another email address will be very appreciated.

Many thanks!
# 2  
Old 08-06-2008
Finding out which MTA you have is a prerequisite for any of the others. Also do you want virtual users which only exist as a forward / alias in the mailer's configuration, or should the users be created as local proper Unix accounts?

Does telnet localhost 25 show anything promising? (Type quit and hit enter to make it close the connection)

Does your rpm database contain anything about sendmail, postfix, exim, qmail, or some other MTA?

Do you have log files called something like mail.log, sendmail.log, postfix.log, qmail.log, or exim.log?
# 3  
Old 08-06-2008
The server uses Apache 2, Postfix and Red Hat Linux.
The telnet connects to localhost.localdomain
220 mydomain.localdomain ESMTP Postfix

Don't know about my rpm database or logs.

I've also been told that the mail isn't handled on the server, that's run through who provided the hosting own system (and was advice to contact them and ask for access to some kind of cpanel).

Thanks a lot for the quick reply Era.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to send mail using PHP mail function On apache server.?

Hello, I am using centos-6.2 I have apache server,php5 on my system and I want to send mail using sendmail on my system. when I try to send mail from shell that time mail is succesfully sent to respective address() but when I try to send it through webbrowser I am not able to send it.... (1 Reply)
Discussion started by: Kiran ursal
1 Replies

2. UNIX for Advanced & Expert Users

How can I send a mail from my outlook or other mail accounts to UNIX server?

Hi all, I want to send a mail for my business needs from outlook account to an unix server (HP-UX) but I don't send any mail. While I can send from the unix server to my outlook account, I can't send from outlook to unix. How can I achieve this ? How can I send a mail from my outlook or other... (2 Replies)
Discussion started by: igelegin
2 Replies

3. UNIX for Dummies Questions & Answers

Minimal Mail Server Setup for Local Mail Transfer

I am trying to get stored mail out of an old mail client. I figured that the easiest way to do it is with IMAP by logging in with both clients. I can copy the mail to the server from the old mail client, and back down into the new mail client. Rather than using a real mail account on the... (2 Replies)
Discussion started by: nixie
2 Replies

4. Shell Programming and Scripting

no command is not working to send a mail in linux redhot server

HI All, I am facing the problem with rmail ... Actually my server is linux environment Redhot server. To send a mail which command I have to use it . I want subject and I want to Include CC also And body of the mail also there . But If I use rmail command it is not taking any options to... (1 Reply)
Discussion started by: ksrivani
1 Replies

5. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

6. HP-UX

[Solved] How do I configure Unix Mail Server to use another Mail Exchange Server

We have configured our mail unix server and can send out emails automatically from applications running on unix to different people in our company as well as outside our company. However there is an outside client who is not receiving these emails because the settings on their mail server cannot... (4 Replies)
Discussion started by: Tenyhwa
4 Replies

7. UNIX for Dummies Questions & Answers

Mail Server on solaris (newbie)

Hello to all, My company has installed CW LMS 3 on a Solaris 10 server. I want to configure the system as a mail server, so that it sends an e-mail when a network incident occurs. I have created a user account and I have configured Thunderbird Mozilla to retrieve the e-mails. I have configured... (0 Replies)
Discussion started by: kadar
0 Replies

8. UNIX for Dummies Questions & Answers

mailx and mail list help - newbie qustion

I have a basic question - how do I create and then use a mail list to be able to send a mailx email to multiple recipients. I assume I create a test file using vi, containing the email addresses - but what is the format - are the addresses separated by ";", or by spaces, ....??? Is there a... (1 Reply)
Discussion started by: HikerLT
1 Replies

9. UNIX for Dummies Questions & Answers

can not send mail from unix server to company/yahoo mail

hi, Gurus, I need some help with sending mail out from my UNIX server: It is running Solaris 2.6 and the sendmail version is 8.8. Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null Version 8.8.8+Sun Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET ... (5 Replies)
Discussion started by: b5fnpct
5 Replies

10. UNIX for Dummies Questions & Answers

Newbie - Sending Mail

Hi all, I've been succesful is sending mail (SCO box) using mail to one(1) person. ie - mail -s "CPU Monthly Report" xxx@xxx.com < $xcpudata. But how does one send mail to a number of persons? Cheers, Cameron (3 Replies)
Discussion started by: Cameron
3 Replies
Login or Register to Ask a Question