LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-18-2003, 12:16 AM   #31
hct224
Member
 
Registered: Jun 2003
Distribution: Redhat
Posts: 87

Rep: Reputation: 15

Quote:
Originally posted by joseph
ok, let do it without messing up with complicated DNS:

1) Assign a real IP to your mail server.

2) Ask your ISP to forward your SMTP and POP port to your real IP ( your mail server IP). Maybe will take at least 6 hours or more for your IP to be recognize in Internet.
.......................

This is going to be a nice thread for newbie like me. I have a question: I buy a FIXED IP and have no problem to setup Web & FTP server, do I need to tell my ISP to forward SMTP & POP to my real IP. I have a domain(register @ mydomain.com) and it support A records, MX records, I setup to let people when they type mydomain it will point to my IP. Do I need to setup MX record to send & receive internet mail(ie. yahoo, hotmail, abc...)?

Thanks

ps. I'll keep reading this thread since I have tried to setup Postfix as my main mail server but still got no luck. May be I'll give another short..
Thanks
 
Old 09-18-2003, 02:15 AM   #32
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Quote:
Originally posted by hct224
This is going to be a nice thread for newbie like me. I have a question: I buy a FIXED IP and have no problem to setup Web & FTP server, do I need to tell my ISP to forward SMTP & POP to my real IP. I have a domain(register @ mydomain.com) and it support A records, MX records, I setup to let people when they type mydomain it will point to my IP. Do I need to setup MX record to send & receive internet mail(ie. yahoo, hotmail, abc...)?

Thanks

ps. I'll keep reading this thread since I have tried to setup Postfix as my main mail server but still got no luck. May be I'll give another short..
Thanks
actually you only need to advice your ISP that you want to have your mail server so give them the IP that you want to assign to your mail server and they will do it for you, i mean they will set the MX record to your mail server IP. only that, it is so simple.

But anyway, if you wanna my help, do it and i will try to help you although i am not Guru and i am still learning.
 
Old 09-18-2003, 04:33 AM   #33
Pranesh
Member
 
Registered: Jun 2003
Posts: 46

Original Poster
Rep: Reputation: 15
Hi Joseph, any advice to my previous post... thanks
 
Old 09-18-2003, 09:05 PM   #34
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Dear Pranesh,
Cos i never thinking of that way but my opinion is quite impossible, just think how can your Router any mail while it does not configure as mail server. Maybe possible to do that but really i do not know how.

Why don't you assign another public IP to your server instead of the IP for your router?

It will be more easy to do!
 
Old 09-19-2003, 09:39 AM   #35
hct224
Member
 
Registered: Jun 2003
Distribution: Redhat
Posts: 87

Rep: Reputation: 15
Thanks joseph
I'm going to setup my new linux box soon and I'll ask you if I have any problem with postfix.

Thank you
 
Old 11-21-2003, 01:51 PM   #36
jcw20
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Rep: Reputation: 0
simple mail server

Quote:
Originally posted by joseph
MTA is mail transfer agent, such as sendmail, postfix, qmail.
if you do telnet localhost 25 and get msg unable to connect, its mean that your sendmail haven't running, just do the following "service sendmail start" in your redhat command prompt, then try to telnet again and see whether get a good response or not!

after that get your redhat's cd and put it in your cdrom and install the rpm for imap.
then do telnet localhost 110, and see whether you get good or bad response.

After that tell me what happen and i will try to help you to setup a basic mail server.
ok i go conected on port 25 now what
 
Old 11-21-2003, 01:53 PM   #37
jcw20
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Rep: Reputation: 0
mail server help

Quote:
Originally posted by joseph
Dear Pranesh,
Cos i never thinking of that way but my opinion is quite impossible, just think how can your Router any mail while it does not configure as mail server. Maybe possible to do that but really i do not know how.

Why don't you assign another public IP to your server instead of the IP for your router?

It will be more easy to do!
help i got connected on port 25 now what
 
Old 11-24-2003, 03:48 AM   #38
joseph
Member
 
Registered: Jun 2003
Location: Batam
Distribution: Ubuntu 10 And Linux Mint
Posts: 414

Rep: Reputation: 30
Re: mail server help

Quote:
Originally posted by jcw20
help i got connected on port 25 now what
What do you want
You ust come in and said what now
Tell me a little bit more about what do you planning, ok
 
Old 11-26-2003, 11:51 PM   #39
hct224
Member
 
Registered: Jun 2003
Distribution: Redhat
Posts: 87

Rep: Reputation: 15
I need help here. My Postfix works find I can send mail from Linux box to internet email(ie. someone@yahoo.com) and can receive from it too. I can also use MS-outlook to send mail to the user on Linux box and receive mail from both internet mail & user on Linux box. The only problem I have now is I CAN NOT use MS-outlook to send mail to internet email(ie. someone@yahoo.com) via Postfix. The postfix reply back:

Your message did not reach some or all of the intended recipients.

Subject: xxxxxxxxxxxxxxx@yahoo.com
Sent: 11/26/2003 7:31 PM

The following recipient(s) could not be reached:

'xxxxxxxxxxxxxxxxxx@yahoo.com' on 11/26/2003 7:31 PM
554 xxxxxxxxxxxxxxx@yahoo.com>: Recipient address rejected: Relay access denied


I read on the net and found out that by default, Postfix is ONLY allow known HOST to send mail and will reject any mail use IP. Is that true, isn't?
If I want to setup postfix allow people use IP to send mail, how am I going to do it?

Thanks
 
Old 12-15-2003, 06:03 AM   #40
ziggie216
Member
 
Registered: Oct 2003
Posts: 176

Rep: Reputation: 30
same here with that relay access denied. I'm lost now.
 
Old 12-15-2003, 09:41 AM   #41
hct224
Member
 
Registered: Jun 2003
Distribution: Redhat
Posts: 87

Rep: Reputation: 15
Quote:
Originally posted by ziggie216
same here with that relay access denied. I'm lost now.

You need this package: http://popbsmtp.sourceforge.net/

I did that and it works fine.
 
Old 12-29-2003, 08:45 AM   #42
atomicx
Member
 
Registered: Oct 2003
Posts: 48

Rep: Reputation: 15
Joesph,

Do you know what rpm is needed for pop3? I don't have a /etc/xinetd.d/ipop3 file. I looked on rpmfind.net and all I find is pop3proxy-1.2.0-3.i686.rpm and I'm not sure that this on is correct.

Any Ideas would be a great help.

Found it imap-2001a-18.i386.rpm install both imap and pop3

Troy

Last edited by atomicx; 12-29-2003 at 09:06 AM.
 
Old 03-03-2004, 10:11 PM   #43
kajempak80
LQ Newbie
 
Registered: Mar 2004
Posts: 4

Rep: Reputation: 0
email server error

hi guys

i'm new in these forum. i'm configure my company email server by using red hart linux 9 and postfix method. my problem is all my email like me@dot.com can be send to other email engine such as yahoo and hotmail.

But, when i replying by using yahoo mail or lycos mail, my email server can't receive the email and give yahoo mail give error message >> Failed MX lookup; try again later <<.

But when i using hotmail to reply my company email, the server can receive the email..

please help.
 
Old 11-09-2004, 08:49 AM   #44
palletooru
LQ Newbie
 
Registered: Sep 2004
Location: warnagal,india
Distribution: red hat
Posts: 11

Rep: Reputation: 0
its really troubling

Hello friendz,
I have a cyrus imap configured on my network along with sendmail.
Till date this is the message I resieve in evening """"""""""""""""The connection to the server has failed. Account: '192.168.1.5', Server: '192.168.1.5', Protocol: SMTP, Port: 25, Secure(SSL): No, Socket Error: 10061, Error Number: 0x800CCC0E"""""""""""""""""""""""
I really am ashamed of restarting the server but u know i am helpless if any one including geremy can help me stating the possible reason


I will be greatfull to them.


palletooru
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Email Server Setup gmalleus Linux - General 1 08-11-2005 02:33 PM
Email Server Setup RHrulz Linux - Networking 2 11-19-2004 02:06 PM
want to setup an email server Finlay Linux - Networking 2 03-16-2003 02:59 AM
Help with email server setup..?? dalk Linux - Newbie 0 09-20-2001 10:45 AM
Email server setup hideo Linux - Networking 2 11-29-2000 12:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration