Hi,
Im trying to set up mailx for gmail. Currently it has no problem with receiving emails but just will not send. When i hit ctrl-d at the end of my message, it pops up messages like this:
postdrop: warning: mail_queue_enter: create file maildrop/152901.4048: No such file or directory
My .mailrc file looks a bit like:
account gmail {
set folder=imaps://USERNAME@imap.gmail.com
set password-USERNAME@imap.gmail.com="PASSWORD"
set record=+Sent
set from="jack <USERNAME@gmail.com>"
set smtp-use-starttls
set ssl-verify=ignore
set smtp=smtp://smtp.gmail.com:587
set smtp-auth=login
set smtp-auth-user=USERNAME@gmail.com
set smtp-auth-password="PASSWORD"
}
I have googled this thing like mad, i found a kind of related post on this forum about it but it didnt shed much light for me. I understand it is a sendmail problem, I have googled a lot about sendmail too but still just cant get to grips with it.
Any help on the matter would be much appreciated :-)