Hi,
i have a server that uses sendmail to work with php mail .But MX records for this domain is pointed to an another server.Mails are working when i send mails from this server, but it goes to spam folders on gmail,yahoo etc.I have added a PTR record to resolve to the website name from which i sendmails,still not working.Is it possible to use this server just for sending mails and make it work w
last night i see many mail undelivery messages but i have not send any messages.
I have only one site live on it.
is there any way to find out more details about it.
Past few days users are unable to send mail to gmail, by checking the logs I found the following error message "lost connection with gmail-smtp-in.l.google.com while receiving initial server greeting"
But there are no issues while sending mail to yahoo, hotmail etc.
->Tried by disabling firewall-no success
->Tried to send by directly connecting without router-no success
->Tried telnet
telnet gmai
I am configuring ~/.msmtprc as below :--
account yahoo
host smtp.mail.yahoo.com
port 465
tls on
tls_certcheck off
tls_starttls off
auth on
from imarunsinghal@yahoo.in
user imarunsinghal@yahoo.in
password passwd
And using following command as below :--
cat << EOF | msmtp -a yahoo imarunsinghal@gmail.com -C ~/.msmtprc
Subject:test
good
EOF
I am able to send mail using yahoo account.
I have configured my main.cf into postfix, It is sending mail into my gmail account, It is sending mail from abcd@gmail.com, Now I want that the mail should be sent from xyza@gmail.com or acb@mydomain.com, I am stucking with this problem for more than one hour, but I am not getting the solution for this, Please help me out.
Thanks in advance
Edit:
I have configured it, but at gmail server, send
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.
Hi All I am trying to send a simple mail from my fedora 16 command line to my gmail or yahoo account.I did downlaod sendmail and other things needed but still I am not able to send the mail.Can someone please point me how do I go about doing this
Few days ago I have installed Hmail on my server, with pretty default config. Today i saw, that this e-mail server is not working for my local e-mail account providers (my country's local yahoo versions etc), emails sent by my server are only properly received by gmail.
I noticed that one of our servers (running Ubuntu) can send mails to any domain (yahoo.com ,gmail.com) using simple "sendmail" command.
But I cannot figure out how to configure similar setup in a new server. I cannot see any files such as "/etc/mail/sendmail.cf" in the first server.
How does this work ? Does it use some other SMTP server to do actual mail delivery?