I have an Ubuntu server running postfix. It is not the mail server for my domain.
Whenever a cron job runs for root, the output is sent to root@mydomain.com (that is, mail is not delivered locally, but sent to mydomain.com's mail server).
I'm using vps server with ubuntu 10.04 when i send email to Gmail it's ok but for Hotmail fails, i check my logs i find this:
Mar 19 18:09:01 mail postfix/smtp[6340]: 8FAF722294: to=<root@mydomain.com>, orig_to=<root>, relay=none, delay=0.09, delays=0.08/0.01/0/0, dsn=5.4.6, status=bounced (mail for mydomain.com loops back to myself)
I look around inforums to find the solution but i
I have an Ubuntu server running postfix. It is not the mail server for my domain.
Whenever a cron job runs for root, the output mail is not delivered locally, instead it gets sent to root@mydomain.com via the main mail server.
According to the manual, if a mail is sent without domain information, it will append $myorigin .
I'm digging the web around to find the best way to configure PostFix.
I don't want to install a full Postfix server, the only thing i want is to send mail with the PHP mail(). I know this can be tricky, spammer loves the misconfigured mail serveur...
I am setting up a Postfix Mail Server on My VPS with CentOS. I managed to install it and now its working in the website. The problem i am facing now is to make it work with users.
When I sent a mail from the command line, where should it end up?
I am new to this forum. System is CentOS 6.3 and has Postfix and Dovecot mail server. I know when I send outgoing mail it leaves on remote port 25 and incoming mail arrives on local port 25. I have... [by DougE]
I have postfix and mail installed on my server.
The following command works fine
$mail aj@xyz.com
But if I use this command
$mail aj@mydomain.com
The system thinks I am trying to send a local email to the user 'aj'.