Koozali.org: home of the SME Server

sending mail through e-smith

RL Savage

sending mail through e-smith
« on: October 01, 1999, 08:32:43 AM »
I am not familiar with e-smith, so any help is appreciated. I have a web hosting service and we provide DSL. I have a few customers with small networks and I usually set them up with a linux box running IP masquerade. I have a client now who has an e-smith server and the network is in DHCP mode and we have set up the static IP on Eth0. They are running the Qmail server for intranet mail. We are trying to move their domain from a local dial up ISP to our web host. Normally we provice DNS and mail on our sendmail server. The problem is that the e-smith mail server seems to deny relaying to all domains but ours and I cant figure out the problem. In sendmail we would normally add the IP or domain to our /etc/mail/domain-relay file and problem solved. Am I right in assuming the qmail server is denying relay to all but the local domains, or could it be something else? How is relay

Joseph Morrison

RE: sending mail through e-smith
« Reply #1 on: October 04, 1999, 07:30:51 PM »
Hello,

Your client's e-smith server is a full-fledged SMTP server, so the best setup would be for you to provide DNS service but let them provide their own email service. You would need to publish an address record such as mail.theirdomain.com pointing to their e-smith server, and publish a primary MX record pointing to mail.theirdomain.com. (Even better if you can act as secondary MX, temporarily storing their email if their connection ever goes down, and resending it to the primary when the connection is restored.)

Alternatively, if you want to take over mail handling, you could direct all of their domain's mail to a single POP mailbox and configure their e-smith server for multi-drop (this is not as good as the first arrangement I described).

Or a third possibility is to ignore their mail server completely and host their domain entirely. (This is the least attractive solution.) In that case the best thing would be to ignore their e-smith server completely. Just set up the usual POP mailboxes etc. and have the client configure their email software as though the e-smith server were not even present.

I'm not certain what relaying you have tried to set up. If your client is running a stock e-smith system, there are no relaying limitations at all.

Hope this helps,
- Joe Morrison