Fetchmail and Exchange

Fetchmail and Exchange

Post by Edwin Boersm » Sun, 31 Dec 1899 09:00:00



Hi there,

I hope someone can help with this problem:
We have a Linux server that retrieves mail from a pop-server, using
fetchmail. Fetchmail has to deliver all mail to our Exchange server, using
smtp. Well, the mail actually gets to the Exchange server, but it bounces
because the address  of the receiver gets changed. Example: mail for

etbsrv01 is the Exchange server. So my name disappears from the mail address
and is being replaced by a part of the domain name.

Who has got a clue?

Thanks,
Edwin

 
 
 

Fetchmail and Exchange

Post by Tozz » Sun, 31 Dec 1899 09:00:00


Eej

> I hope someone can help with this problem:
> We have a Linux server that retrieves mail from a pop-server, using
> fetchmail. Fetchmail has to deliver all mail to our Exchange server, using
> smtp. Well, the mail actually gets to the Exchange server, but it bounces
> because the address  of the receiver gets changed. Example: mail for

> etbsrv01 is the Exchange server. So my name disappears from the mail
address
> and is being replaced by a part of the domain name.

Fetchmail veranderd dit niet ofzo, dus je moet bij je Exchange server
zijn....

Bye
Tozz

--
  1:22pm  up 71 days, 22:04,  2 users,  load average: 0.00, 0.02, 0.00
Visit H4H: http://www.hackers4hackers.org

 
 
 

Fetchmail and Exchange

Post by Steve Cowle » Sun, 31 Dec 1899 09:00:00



> Hi there,

> I hope someone can help with this problem:
> We have a Linux server that retrieves mail from a pop-server, using
> fetchmail. Fetchmail has to deliver all mail to our Exchange server, using
> smtp. Well, the mail actually gets to the Exchange server, but it bounces
> because the address  of the receiver gets changed. Example: mail for

> etbsrv01 is the Exchange server. So my name disappears from the mail
address
> and is being replaced by a part of the domain name.

> Who has got a clue?

> Thanks,
> Edwin

Fetchmail "by default" hands off all retrieved e-mail to sendmail. You must
have sendmail configured to add the FQDN to your e-mail address by either
using a .forward file or an alias defined in /etc/aliases. If you must
continue using this alias, you will need to add the FQDN alias to your
exchange server mailbox settings so that it knows to accept e-mail for this
address.

If you want to disable fetchmail from handing off all "fetched" e-mail to
sendmail... use the "smtphost" directive in your .fetchmailrc file. This
will, in essence, open an SMTP connection straight to your Exchange server
for final delivery. Thus leaving the e-mail envelope (headers) intact.

The following is my .fetchmailrc file. The smtphost entry is my internal
Exchange server. The "set invisible" eliminates the fetchmail server from
adding itself to the e-mail headers as one of the "hops" this e-mail took on
its path to its final destination.

Steve Cowles

---------------------------------------
set syslog
set postmaster "scowles"
set bouncemail
set properties ""
set invisible
poll mail.myisp.net with proto POP3 timeout 60
   user "swcowles" there with password "my-password" is scowles here
   smtphost  ms-exchange.mydomain.com

 
 
 

Fetchmail and Exchange

Post by Jeffrey Lac » Sun, 31 Dec 1899 09:00:00


Could you explain what
set syslog
set bouncemail
set properties ""
do?  Thanks in advance!  :-)

[....]

Quote:> Steve Cowles

> ---------------------------------------
> set syslog
> set postmaster "scowles"
> set bouncemail
> set properties ""
> set invisible
> poll mail.myisp.net with proto POP3 timeout 60
>    user "swcowles" there with password "my-password" is scowles here
>    smtphost  ms-exchange.mydomain.com

 
 
 

1. fetchmail and ms exchange server

My mail is laying at a exchange server version 5,5. Can I by using
fetchmail get all the folders from the server and save them in differet
folders so pine can get open them.

which protocol shall be used.
how should the folder option be used
and how do I avoid to remove the messages from the server and not get
all the messages everytime.

Daniel

Sent via Deja.com http://www.deja.com/
Before you buy.

2. rxvt and mesg

3. urgent problem of fetchmail from MS exchange server

4. VirtualPC

5. Fetchmail and M$ Exchange

6. 3c5x9 Driver

7. Matrox Mystique ands X.

8. RH 6.1/SuSE Install problems

9. slightly offtopic: Outlook appointment information exchange without M$-Exchange server

10. To fetchmail or not to fetchmail

11. microsoft exchange and callender connection

12. MS Exchange and Linux

13. FreeBSD+sendmail to replace NT/Exchange in unregistered disconnected network.