<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Howto set up mailserver with ISP domain in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942857#M76775</link>
    <description>I have sendmail, fetchmail, pop3 and the outlook clients working fine at my test environment at home.&lt;BR /&gt;I user outlook to send mail directly to the ISP and use one linux RH 8.0 mail server to fetch the mail from the server. Since i am behind a 'coyote' firewall, i didn't bother about another firewall at the mail server.&lt;BR /&gt;Since my own ISP account has &lt;BR /&gt;two pop3 accounts with one user each, I can fetchmail and for each account. I can route it to the matching mail account on the linux box, from which i can download the messages to outlook.&lt;BR /&gt;&lt;BR /&gt;In the new situation where the small company, where this project is intended for, has it's own internet domain. It has just one pop3 box where all mail is send to  *@fbw.architecten.nl.&lt;BR /&gt;I have to configure fetchmail to route all the messages to the right person. so if fetchmail recieves hylke@fbw.architecten.nl from the ISP, it has to route it to hylke@fbw.mailserver.nl (the mailserver account hylke or hylke@fbw.mailserver.nl)&lt;BR /&gt;.fetchmailrc contains &lt;BR /&gt;&amp;lt;-&lt;BR /&gt;poll pop.cablewanadoo.nl proto3 localdomains fbw.architecten.nl&lt;BR /&gt;  user 'hylke.hogewind' there with password 'abcde' is * fetchall &lt;BR /&gt;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I did set the virtusertable like this&lt;BR /&gt;&amp;lt;-&lt;BR /&gt;hylke.hogewind@wanadoo.nl    hylke &lt;BR /&gt;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;and added the local host to 'local-host-names'&lt;BR /&gt;&amp;lt;-&lt;BR /&gt;fbw.architecten.nl&lt;BR /&gt;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;i used sendmail -bt to check&lt;BR /&gt;&amp;gt;/map virtuser hylke.hogewind@wanadoo.nl&lt;BR /&gt;returned: map-lookup: virtuser(hylke.hogewind@wanadoo.nl) returns hylke(0)&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;mail send to hylke.hogewind@wanadoo.nl is fetched but routed to root(mailmaster)&lt;BR /&gt;with the following message in the var/spool/root&lt;BR /&gt;....&lt;BR /&gt;....&lt;BR /&gt;X-Fetchmail-Warning: recipient address hylke.hogewind@wanadoo.nl didn't match any local name.&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Do i have to use 'aka' or mda in combination with mailproc to solve the problem?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Apr 2003 14:40:45 GMT</pubDate>
    <dc:creator>hylke hogewind</dc:creator>
    <dc:date>2003-04-04T14:40:45Z</dc:date>
    <item>
      <title>Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942854#M76772</link>
      <description>I like to setup a mail server for a small company ( 5 mail users)They have a domain that recieves all mail send to that domain at their ISP.&lt;BR /&gt;I have sendmail and fetchmail running and working with windows outlook clients.&lt;BR /&gt;How do I route the mail for user A to his mail spool on the linux server?&lt;BR /&gt;Which took should I use?</description>
      <pubDate>Thu, 03 Apr 2003 09:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942854#M76772</guid>
      <dc:creator>hylke hogewind</dc:creator>
      <dc:date>2003-04-03T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942855#M76773</link>
      <description>I generally use Exim rather&lt;BR /&gt;than sendmail.  Your question &lt;BR /&gt;is not clear so I will answer a&lt;BR /&gt;few questions.&lt;BR /&gt;&lt;BR /&gt;The outlook clients should use&lt;BR /&gt;the sendmail server as their &lt;BR /&gt;SMTP server.  Local mail will&lt;BR /&gt;be delivered on this server.&lt;BR /&gt;&lt;BR /&gt;To deliver a users mail to&lt;BR /&gt;another server use the &lt;BR /&gt;/etc/aliases file. &lt;BR /&gt;&lt;BR /&gt;user: user@server.company.com&lt;BR /&gt;&lt;BR /&gt;will forward mail to server.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Apr 2003 22:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942855#M76773</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2003-04-03T22:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942856#M76774</link>
      <description>From your question,&lt;BR /&gt;I think you mean that mailboxes are stored on a pop3 ISP server.&lt;BR /&gt;What you have to do is getting the mails from these boxes with fetchmail.&lt;BR /&gt;You will store these mails by the way to a local mailbox or to another server in the network trough sendmail.&lt;BR /&gt;YOu have to install also a pop3 server on your linux server, and configure outlook to reach this pop3 server...&lt;BR /&gt;To send messages : 2 ways :&lt;BR /&gt;1- You are using directly the smtp ISP server from all the outlook clients.&lt;BR /&gt;2 - You configure a relay (sendmail) to receive email from  outlook and sending them to the world....&lt;BR /&gt;&lt;BR /&gt;In fact you can work without sendmail !&lt;BR /&gt;But to tranfer mails between these 5 users, if you don't want to use the Internet line, then you need sendmail or any other mta.&lt;BR /&gt;&lt;BR /&gt;To be clear, we need to know how many servers you are using, is there a firewall ? nat ? masquerading ? how is the access to internet ?&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Benoit</description>
      <pubDate>Fri, 04 Apr 2003 10:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942856#M76774</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-04-04T10:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942857#M76775</link>
      <description>I have sendmail, fetchmail, pop3 and the outlook clients working fine at my test environment at home.&lt;BR /&gt;I user outlook to send mail directly to the ISP and use one linux RH 8.0 mail server to fetch the mail from the server. Since i am behind a 'coyote' firewall, i didn't bother about another firewall at the mail server.&lt;BR /&gt;Since my own ISP account has &lt;BR /&gt;two pop3 accounts with one user each, I can fetchmail and for each account. I can route it to the matching mail account on the linux box, from which i can download the messages to outlook.&lt;BR /&gt;&lt;BR /&gt;In the new situation where the small company, where this project is intended for, has it's own internet domain. It has just one pop3 box where all mail is send to  *@fbw.architecten.nl.&lt;BR /&gt;I have to configure fetchmail to route all the messages to the right person. so if fetchmail recieves hylke@fbw.architecten.nl from the ISP, it has to route it to hylke@fbw.mailserver.nl (the mailserver account hylke or hylke@fbw.mailserver.nl)&lt;BR /&gt;.fetchmailrc contains &lt;BR /&gt;&amp;lt;-&lt;BR /&gt;poll pop.cablewanadoo.nl proto3 localdomains fbw.architecten.nl&lt;BR /&gt;  user 'hylke.hogewind' there with password 'abcde' is * fetchall &lt;BR /&gt;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I did set the virtusertable like this&lt;BR /&gt;&amp;lt;-&lt;BR /&gt;hylke.hogewind@wanadoo.nl    hylke &lt;BR /&gt;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;and added the local host to 'local-host-names'&lt;BR /&gt;&amp;lt;-&lt;BR /&gt;fbw.architecten.nl&lt;BR /&gt;-&amp;gt;&lt;BR /&gt;&lt;BR /&gt;i used sendmail -bt to check&lt;BR /&gt;&amp;gt;/map virtuser hylke.hogewind@wanadoo.nl&lt;BR /&gt;returned: map-lookup: virtuser(hylke.hogewind@wanadoo.nl) returns hylke(0)&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;mail send to hylke.hogewind@wanadoo.nl is fetched but routed to root(mailmaster)&lt;BR /&gt;with the following message in the var/spool/root&lt;BR /&gt;....&lt;BR /&gt;....&lt;BR /&gt;X-Fetchmail-Warning: recipient address hylke.hogewind@wanadoo.nl didn't match any local name.&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Do i have to use 'aka' or mda in combination with mailproc to solve the problem?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2003 14:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942857#M76775</guid>
      <dc:creator>hylke hogewind</dc:creator>
      <dc:date>2003-04-04T14:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942858#M76776</link>
      <description>Sorry, some corrections&lt;BR /&gt;&lt;BR /&gt;.....&lt;BR /&gt;poll pop.cablewanadoo.nl proto3 localdomains fbw.mailserver.nl &lt;BR /&gt;user 'hylke.hogewind' there with password 'abcde' is * fetchall &lt;BR /&gt;-&amp;gt; &lt;BR /&gt;&lt;BR /&gt;I did set the virtusertable like this &lt;BR /&gt;&amp;lt;- &lt;BR /&gt;hylke.hogewind@wanadoo.nl hylke &lt;BR /&gt;-&amp;gt; &lt;BR /&gt;&lt;BR /&gt;and added the local host to 'local-host-names' &lt;BR /&gt;&amp;lt;- &lt;BR /&gt;fbw.mailserver.nl &lt;BR /&gt;-&amp;gt; &lt;BR /&gt;....</description>
      <pubDate>Fri, 04 Apr 2003 14:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942858#M76776</guid>
      <dc:creator>hylke hogewind</dc:creator>
      <dc:date>2003-04-04T14:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942859#M76777</link>
      <description>Well,&lt;BR /&gt;I didn't know that it was possible to separate messages for several user from 1 pop3 account ! If this is the case, then I don't know enough fetchmail to help you.&lt;BR /&gt;&lt;BR /&gt;In my opinion, the solution is on the ISP side.&lt;BR /&gt;1- If you have a static ip address, then change the MX of the domain to route messages to your smtp (sendmail) server (you will have to open SMTP tcp port on your firewall). You don't need fetchmail.&lt;BR /&gt;2- If you have a dynamic ip, then ask for your ISP to keep messages on their relay servers to send them once the line is open !! (I already did it with an isdn line). For this case, you have again an smtp server. You don't need fetchmail for this case.&lt;BR /&gt;3- You create as many pop3 account on the ISP server that you have users, and you catch these messages with fetchmail. For this case you don't need sendmail (to receive from outside)...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2003 14:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942859#M76777</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-04-04T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Howto set up mailserver with ISP domain</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942860#M76778</link>
      <description>I will check at the ISP,&lt;BR /&gt;thanks.</description>
      <pubDate>Fri, 04 Apr 2003 15:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-up-mailserver-with-isp-domain/m-p/2942860#M76778</guid>
      <dc:creator>hylke hogewind</dc:creator>
      <dc:date>2003-04-04T15:02:52Z</dc:date>
    </item>
  </channel>
</rss>

