hello,
I am trying to configure a mailserver setup so as to download my mail which is
coming at my website.I have set up sendmail as follows by editing the
sendmail.cf file.

DM <my domain name>
DS <the relay host>
then I have edited the sendmail.cw and added the domain name.

to download my mail I have cretaed the .fetchmailrc file and given the
following.

set daemon=0
poll <my mail server> with protocol POP3:
no dns,aka .com
user <my user name> is * here
password<password>

after changing the permissions I executed the "mailrun" script given
below.

#!bin/sh
/usr/sbin/sendmail -q $*
/usr/sbin/fetchmail -d 0 -N $*

but while executing the file I get the following message.
"parse error at  0"



-----------------------------------------------------------------------
The LIH mailing list archives are available at:
http://lists.linux-india.org/cgi-bin/wilma/linux-india-help

Reply via email to