> On Sun, 30 Sep 2001, Steven Blunt wrote: > : > :You can set up a local SMTP server which will hold mail until you next > :connect to the net. I'm fairly sure sendmail does this by default. > : > How do I do this? What server do I stipulate in the SMTP field?
localhost or 127.0.0.1 or whatever your local machine is called. try telnet localhost 25 to see if it will respond -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
