Hi there all.
I want so set up SME to retrieve email from a gmail account.
I have followed the howto at
http://www.schirrms.net/sme/SMEFetchMail.phpI am not able to donwload any mail to my SME server.
I get the following error messagexs in /var/log/maillog Jan 21 10:50:36 al fetchmail[4660]: 5.9.0 querying pop.gmail.com (protocol POP3) at Fri 21 Jan 2005 10:50:36 AM SAST
Jan 21 10:50:38 al fetchmail[4660]: Query status=2 (SOCKET)
Jan 21 10:50:38 al fetchmail[4660]: normal termination, status 2.
My /etc/fetchmail entry looks like this:
# Mail N1 Account for : darryn
/usr/bin/fetchmail -d0 --verbose --syslog --fetchmailrc - <<EOF
set postmaster "postmaster"
set bouncemail
set properties ""
poll pop.gmail.com with proto POP3 and options no dns user 'username\@gmail.com' smtpaddress mail.mydomain.co.za with password
'password' is darryn here fetchall
I notice than I entered the username as username@gmail.com and not username/@gmail.com as is in the file. I have tried editing the file by hand to remove the / , but this has not helped.
Has anyone been able to get this working?
TIA
Regards
Darryn