Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Your site is a great idea. I should have joined your site years ago. Better late than never..."

Geography

Where in the world do Tek-Tips members come from?

recieving mail from my domain with postfix and fedora core 4

jaapdh (TechnicalUser)
28 Aug 05 5:46
Hi,

I have a huge problem getting my mail-server up and running. Postfix is able to send messages. But i can't recieve a thing. i'm using squirrelmail (webmail) to send and recieve.
When i try to connect with telnet on port 25 i get the following message:
220 mail ESMTP Postfix

So that seems to be working.

So i believe there is missing one little thing somewhere in my config file, but i can't find the error.
Here you can find my config-file. http://www.digin.nl/problems/postfixmain.txt

Please help me,

Jaapdh
jkupski (MIS)
29 Aug 05 9:00
Your link does not work... also, output from /var/log/maillog would be helpful--why is the mail not being delivered?

Telnet to port 25 again, and issue the following commands:

Quote:

HELO <some domain>
MAIL FROM: <some working email address>
RCPT TO: <some local mailbox>
DATA
<some data, such as "this is a test">
. <a period>
QUIT

Basic mail received?  If so, it's probably not your postfix configuration.  In that case, the first two questions I would ask are:

1. Does this box have a valid A record, with an MX record pointing at it?
2. Does you ISP allow incoming traffic on port 25?
jaapdh (TechnicalUser)
29 Aug 05 14:32
jkupski,

thanks for your help. I tried this, and recieved the basic mail.
The mx-record also points to my ip-address (have a look at dnsreport.com the domain is 2fifty4.nl).
Maybe the problem is because the mx-record is mail.2fifty4.nl?
The link to the config-file does work fine.

I will call my ISP tomorrow to ask if they allow. If they don't allow, is there a possibility to take another port for this?

thanks for your help

Jaapdh
lgarner (IS/IT--Management)
29 Aug 05 15:33
Well, your config looks ok as far as listening goes (inet_inferfaces=all), but port 25 isn't responding from the Internet.

If you're behind a router or firewall, check your port forwarding, however you have that set up.  Naturally, check with your ISP to see if they're blocking inbound SMTP.

If they are, you can run Postfix on a different port, but you'll need a forwarding service like DynDNS.org to get the mail delivered.  They'll receive your mail on port 25 and forward it to you on your selected port.
jkupski (MIS)
29 Aug 05 18:58
Ditto on lgarner's comments.  Either your ISP is not allowing incoming traffic on port 25, or you've firewalled it off.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close