Basher52 wrote:Void Main wrote:No, log in as basher52 and use any mail program (mail, pine, evolution, etc). The actual mbox file containing the incoming mail would be named /var/spool/mail/basher52.
and by this you mean that I can use the command 'mail' as I used to do for checking mails for root, like the logwatch and such?
The other ones you're talkng about, pine evolution I don't have installed
You can use the "mail" command, but understand that root and basher52 are two different accounts. If you wanted to check basher52's mail you would have to either be logged in as basher52 or if you are logged in as root you would execute mail with "mail -u basher52". I never log in as root personally. In fact I redirect all of root's mail to my voidmain account. You can do that by putting this in the /etc/aliases file:
- Code: Select all
root: basher52
and then running the "newaliases" command. I never log in as root.
btw.. what did you change in the files I download, I just saw some minor things, but that can't be it now can it?
The biggest thing was to comment out the line that causes it to only bind to your loopback (127.0.0.1) adapter as I said needed to be done back on the very first post. If you don't do that you have absolutely no chance of getting mail from outside of your machine. I think I also changed your "MASQUERADE" settings. At any rate it's nearly identical to mine but I only made like 2 or 3 changes total. It definitely should work right now though.
EDIT: I still can't "telnet ddp.servehttp.com 25" which means mail will not get through. Is the IP address on your ethernet interface on your server currently 82.196.123.118?
- Code: Select all
/sbin/ifconfig
Sendmail is listening on port 25?
- Code: Select all
# netstat -anp | grep :25
iptables is not blocking it?
- Code: Select all
# iptables -L
It's not behind a firewall?


