here is my .msmtprc :
defaults
account gmail
host smtp.gmail.com
from yy@gmail.com
port 587
auth on
tls on
tls_starttls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
user yy@gmail.com
password xxxxxxxx
logfile ~/.msmtp.log
account default:gmail
here is my /etc/Muttrc
set sendmail="/usr/bin/msmtp"
set use_from=yes
set realname="xxxx"
set from="yy@gm
Stupid I am !!!set mail_check_recent = no could be the answer indeed !I have to go now, and will see when I am back if the new emails show.
gabx
https://bbs.archlinux.org/profile.php?id=54445
2012-08-03T08:30:58Z
I'm trying to setup OfflineIMAP to sync my Gmail account to ~/Mail/Gmail. I'm using a pretty basic ~/.offlineimaprc from here. But OfflineIMAP doesn't connect to Gmail at all.
As you did a factory reset, maybe will you need to set up correctly the NAT and forward ssh with the corresponding port to your machines?
gabx
https://bbs.archlinux.org/profile.php?id=54445
2012-07-09T15:27:10Z
Hi,i'm reinventing mutt on my new notebook, i'm trying to use my old configuration file (gmail/imap) which worked fine on my old machine. But after i start Mutt it hangs on:Fetching message headers... 0/12345 (0%)I have tried it with another (no gmail) account but with the same result.
Re the wiki entry on setting up mutt with Gmail IMAP. To get this working, I don't need fetchmail or msmtp (or some other smtp program)? mutt connects directly via IMAP and SMTP? I'm asking because there is what appears to be a much more complicated guide here.The wiki is referenced on SuperUser here.
This is my setup:
ArchLinux box
Postfix, setup with smtp relay as described here / gmailrelay@gmail.com (example, not actual. read on)
Dynamic DSL IP from my ISP
DynDNS account / ddclient to refresh my IP
This setup works fine.
Thunderbird can be configured to work seamlessly with Google's Gmail service. Messages are synchronized between your local version of Thunderbird and the web-based Gmail.
Configuring your Gmail account
To configure Thunderbird to work with Gmail, first enable IMAP on your Gmail account. See Gmail's instructions for help.
I have an Ec2 instance on amazon AWS. i have installed , dovecot,postfix on server, mail incoming mail server is IMAP mail.xxxx.com .
I am able to configure my mails with gmail, outlook etc, using the IMAP. and can send and receive emails, The problem is that i want to send emails through PHP code using my mail server.