I built a Linux server (CentOS). I have an application that sends email using the Zemd_Mail class which uses SMTP.
The application configuration asks for
Host
Port
Return path (Y/N)
but does not provide explanation.
What do I need to set this up? Can I use a gmail account to forward the mail?
When I try to send mail now, it does not arrive.
Hi
Our mail server is Postfix 2.2 running on CentOS 4.7.
It was working fine since last few years. Suddenly no user could send mail using this server. The sent message is getting bounced with the following message ( in postfix logs ) :
550 Administrative prohibition (in reply to RCPT TO command)
I've installed dovecot, postfix and roundcube on an ubuntu 12.04 box.
The system is basically working - i.e it is able to send/receive mails to/from other domains.
However, some domains cause the following error message in /var/log/mail.log
Jul 15 01:59:21 one postfix/smtp[2019]: 0D0399C025F: to=<someone@destdomain.com>, relay=sm01.destdomain.com[x.x.x.x]:25, delay=0.56, delays=0.4/0/0.06/0
I have a client who has a server but does not host their own email. They have just purchased a MFC and want to scan-to-email. I have them set up to send mail to gmail, however if they try to send to an email address outside the gmail network it doesn't go through. I've racked my brain on this all day, what can I do?
Thanks
msindle
we have a website with a SMTP server (Postfix) we used for almost a year.
From about yesterday we keep getting the following error when sending emails to hotmail destinations:
Feb 12 10:52:34 CentOS-60-64-minimal postfix/smtpd[1975]: NOQUEUE: reject: RCPT from sportilia.com[46.4.1.2]: 554 5.7.1 <removed_address@hotmail.com>: Relay access denied; from=<no-reply@sportilia.com> to=<re
I need to get email for event notifications from our RocketRaid 2782.
The problem is I don't see a way to get it to send mail to our google apps gmail account. I don't think the card offers authenticated email.
I am trying to setup a Postfix server on a Linux box to relay all mail to our Office365 (Exchange, hosted by Microsoft) mail server, but, I keep getting an error regarding the sending address:
BB338140DC1: to= relay=pod51010.outlook.com[157.56.234.118]:587, delay=7.6, delays=0.01/0/2.5/5.1, dsn=5.7.1, status=bounced (host pod51010.outlook.com[157.56.234.118] said: 550 5.7.1 Client does not have p
im trying to get webmin postfix to send emails through my smtp account with another email provider (in this case lavabit.com)
im getting the error
'Recipient is not recognized.
I have a machine I don't want postfix running on and am using sendmail. I modified /etc/mail/sendmail.mc to have this line(hoping it would send mail through that postfix server)...
define(`SMART_HOST', `postfixhost.yyyy.com')dnl
and ran make to regen the sendmail.cf file and checked it and it looks good.