Results 1 to 2 of 2
I have a Freebsd box that I am using as a test server.
I want to run some scripts that send a summary to my email address (located at ISP)
...
- 12-14-2003 #1
send mail to an ISP
I have a Freebsd box that I am using as a test server.
I want to run some scripts that send a summary to my email address (located at ISP)
What do I need to configure to do this? I do not want to receive mail on the server other than the system messages.
I tried to send some mail to myself by using
I have pressed ctrl-d but nothing appears on the other end. I had a feeling this used to work but I am probably wrong.Code:mail -s "Testmail" myemail@domain.com message goes here
any ideas?
cheersI am on a journey to mastering Linux and I got a bloody long way to go!!!
- 12-20-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Well, I guess one way would simply be to block port 25 on the external interface?


Reply With Quote
