Does anyone know how to setup/configure sendmail. We have it installed on CentOS 5.5 with Webmin. We are able to send outbound, but not receive any. Our domain is www.dcgeeks.org I would really be thankful of anyone who can help!
You might have to update your DNS with INMOTIONHOSTING.COM How do you know when a politician is lying? His mouth is moving.
I think you will find that sendmail cannot receive mail; that why it is called sendmail, it sends mail. Stuart
Does anyone have links to any tutorials for dovecot, fetchmail, sendmail, etc.?
@StuartS: Sendmail both sends and receives mail (despite it's name). It's just an SMTP server which send mail to, and receives mail from, other SMTP servers. It's true that it's not a mail client, but that's another matter.
@KevinS: First things first; does your DNS server have an MX record pointing to the server hosting CentOS? This is the first essential to receive mail, else other mail servers won't be able to find it.
Yes, we have our MX Record setup. We are able to send mail, just not receive it.
I have been following this guide, and when it says to change these values, do I leave the # sign?
http://www.linuxmail.info/install-s...protocols = pop3 pop3s imap imaps
mail_location = maildir:~/Maildir/
pop3_uidl_format = %08Xu%08Xv
imap_client_workarounds = delay-newmail outlook-idle netscape-eoh
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
Now I'm a little confused. Those instructions are for Dovecot, an IMAP and POP3 server, not Sendmail, an SMTP server. To answer your specific question, you would remove the # s. In most Linux configuration files they Mark a comment.
The guide shows how to setup postfix and dovecot. Thanks for the response.
Ah right. A bit of confusion here. Postfix is your SMTP server so I guess that you are not running Sendmail at all (which is a different SMTP server - TBH not so many people use it nowadays as it's a bit of a pig to configure. There's a huge O'Reilly book on the subject if you're interested). Did you manage to get the mail working?
I'm still having issues with it. I'm going to work on it this afternoon and if I still have problems I will reply back. Thanks for your help so far.
Right now we get the following error when trying to send to dcgit@dcgeeks.org.
Received: 550 5.1.1 <DCGIT@dcgeeks.org>: Recipient address rejected: User unknown in local recipient table.
That means that the user doesn't exist on the destination domain. Is that your domain or one you are trying to send to? Edit - Sorry, just reread your OP. It's your domain. So have you created that user on the CentOS machine?
Yay! We got it working. We created a new user and it instantly worked. Thanks for your efforts!
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |