LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-17-2005, 07:02 AM   #1
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Rep: Reputation: Disabled
Receiving Emails as a server


I want to receive emails on my server inside an enterprise network.
Emails are handled by an Exchange Server - my server uses a company-internal SMTP Relay to push Emails to the users. But how can I receive Emails?

On possibility would be: I have an Exchange user - can I use his mailbox?

The other one, i would prefer: The mentioned server has an entry in the DNS so the name is resolved properly - I could have an Email-server on it that accepts Emails.
But what tools are nice to use and how can i achieve that the server is accepting emails?

Servers: Debian Sarge (Testmachine), RedHat Enterprise Linux 3; To send Emails i am using postfix

Thanks for your help in advance,

Der Philipp

Last edited by deleted_user_01; 02-17-2005 at 07:14 AM.
 
Old 02-17-2005, 07:09 AM   #2
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
I donīt really understand ur prob....hmm...u want to access ur exchange account from a linux server?
 
Old 02-17-2005, 07:26 AM   #3
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Original Poster
Rep: Reputation: Disabled
To put it in one sentence:

I want an internal running linux server to act as a email server i can send emails to
 
Old 02-17-2005, 07:58 AM   #4
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
then configure it as a smarthost for ur qualify_domain.
 
Old 02-17-2005, 08:02 AM   #5
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Original Poster
Rep: Reputation: Disabled
Where do i do that and what is a smarthost at all?
 
Old 02-17-2005, 08:12 AM   #6
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
so what are you planning to do?
internal linmailserver for:
-receiving external mails?
-receiving only internal mails?
-> from other servers or only from users?
-separate user-accounts on this linbox?
-> if yes, then create another account in email-client and itīs done!
-only maintenance account = forwarding from exchange to LIN?
??
 
Old 02-17-2005, 08:29 AM   #7
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Original Poster
Rep: Reputation: Disabled
I just want to receive internal email, no external.

All Email should be fetched by postmaster - perhaps i will split it to users on the linux box later on (this is mainly for communication with applications on the server)

b.t.w. what kind of server do i have to set up to receive the mails directly? (Sending them to blabla@mybox.mycompany.net ?)

Thanks for your help,

Der Philipp
 
Old 02-17-2005, 09:13 AM   #8
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
should work if you set up your postfix server (postfix.domain.intra) and
configure postfix.domain.intra as a smarthost in exchange.
then you can send email via ur exchange account to postfix.
 
Old 02-17-2005, 09:14 AM   #9
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Original Poster
Rep: Reputation: Disabled
Here comes the problem: I have no access to Exchange
 
Old 02-17-2005, 09:23 AM   #10
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
ur sending mailserver mustnīt do DNS for sending email to postfix.domain.intra.
thatīs why u must configure postfix.domain.intra as a smarthost.
 
Old 02-17-2005, 09:28 AM   #11
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
whatīs about that?!:
configure postfix (IP=192.168.1.10) allowing ip_literals and send emails from ur client to blabla@192.168.1.10
 
Old 02-17-2005, 09:33 AM   #12
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Original Poster
Rep: Reputation: Disabled
When mailing to the box via ip-adress i always get "No valid recipients" (on the site i am sending)
 
Old 02-17-2005, 09:49 AM   #13
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
thats the point. ur box must be configured to allow ipīs in email-addy!
keyword ip-literals!
at the moment I donīt know where this is set in postfix config
 
Old 02-17-2005, 10:10 AM   #14
deleted_user_01
LQ Newbie
 
Registered: Dec 2004
Location: Germany
Posts: 7

Original Poster
Rep: Reputation: Disabled
On the sender (in this case the exchange server i cant access) or the recipient server (my box)?
 
Old 02-17-2005, 10:15 AM   #15
overlord73
Member
 
Registered: Apr 2004
Location: ..where no life dwells..
Posts: 541

Rep: Reputation: 30
think ur box is enough, but donīt know if the exchange will block/deny outgoing "ip-mails"!
try it.

ok leisure-time :-))
cu tomorrow
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Not receiving notification emails Nylex LQ Suggestions & Feedback 2 09-07-2005 09:49 AM
Receiving Emails through web server? (PHP) gothgeek84 Programming 12 01-16-2005 04:02 PM
not receiving emails aroop Linux - Networking 1 09-30-2004 06:43 PM
not receiving emails from server eliboone Red Hat 9 08-29-2003 12:47 PM
sendmail not receiving emails destined for itself markng Linux - Networking 4 08-27-2002 10:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:44 AM.

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