I'm using mutt&postfix on CentOS 6.2:
mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64
postfix-2.6.6-2.2.el6_1.x86_64
When I try to send mail to my company mailbox, I receive an error:
mutt -s "test" myname@ourcompany.com < /home/mail.txt
error from postfix:
: host out1.ourcompany.com[10.30.17.100] said:
555 Syntax error (in reply to MAIL FROM command)
Then I try to use service send
I am building a mail server using Postfix, and set up the authentication to check against a database set-up using Postfixadmin.
I can authenticate via Courier IMAP okay, as it can authenticate against the hashed password properly, but I am suspecting that my SASL + PAM-MySQL SMTP authentication mechanism cannot.
I am getting these errors in /var/log/mail.log:
pam_unix(smtp:auth): check pass; us
I have just wrote a post about how to install nslookup, but what is nslooup?
well, according to wikipedia it is
We currently use Google Apps for receiving emails on our domain. We would like to send all mail to unknown addresses to our Mailgun server for further processing. This seems like a typical "split delivery" case.
I have attempted to create a custom destination (under "Email Routing" in the Google Apps settings) that sends to smtp.mailgun.com.
I'm trying to send an email through Google from my localhost.
(via PHP5.3)
But Google keeps on blocking my requests.
I tried to follow the solutions given to a few similar questions, but for some reason they do not work.
I followed these instructions to configure it - http://www.dnsexit.com/support/mailrelay/postfix.html
Now for the config data:
my main.cf file looks like that:
relayhos
I am using Linode and have built a LAMP stack. I setup Google Apps (free edition) to handle all incoming mail. I've also setup Google Apps to use DKIM authentication. The problem is when my application sends mail (sign up verification, lost password, etc.) the email is not signed.
Here are my issues:
I can't send MMS/text messages to an e-mail address, i. e., from my phone to XXXXXXXXXX@gmail.com, for example. If I am logged in to Google (and I don't want to stay logged in), I am able to send from my phone to my wife's phone (Straight Talk). I can't find the proper APN to get it to work. I can answer/send to phone numbers with no problem.
I have a documentation program that needs to send mails to users. In order to do this it needs to use an smtp server. We have access to our internet providers smtp server. However that server requires password authentication.
The documentation system does not have the ability to use this as there is no way for it to provide the password.
I am building a web application with email notification just like Facebook, which will host in http://www.linode.com/. When a user A comment to a post, the poster will get an email notification from 'no-reply@mydomain.com' with the comment message written by user A.