I did not think this was going to be as big a job as it is. I am trying to use my SuSE 12.3 machine to relay emails to my Exchange server.
I can telnet from my machine to the exchange server on port 25 and send an email. THIS WORKS
I then tried pine (Alpine) to send an mail but had to configure the smtp server. THIS ALSO WORKS
Now when I try and use the webserver (Apache2, Php5) to send an email I get the following in the mailq
—cut—
60B3A74 435 Mon Sep 23 15:43:49 root@corona.jaycollc.com
(address resolver failure) jay@jayco-llc.com
—paste—
so I am kind of at a lost. I cannot find too much information on what causes this error.
Yes I could do this but jayco-llc.com is an account on godaddy and has been for many years. Again sending through thru pine is not an issue. so emails get to jayco-llc.com just not using postfix.
On 2013-09-24 16:16, jaycova wrote:
>
> Yes I could do this but jayco-llc.com is an account on godaddy and has
> been for many years. Again sending through thru pine is not an issue. so
> emails get to jayco-llc.com just not using postfix.
Your description is not clear enough. I don’t know if emails are sent
directly to destination, from pine to exchange, from pine to postfix,
then from postfix to exchange…
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
I simply want my webserver to email out thru my corporate exchange server.
Pine sets its own smtp server. I have that using my corporate server directly. (smtp server = mail.mycompany.com)
my Website (Apache2) uses postfix as the Linux sending email server. I want postfix to simply send all mail out thru mail.mycompany.com NOT website.mycompany.com mail.mycompany.com is my Exchange server. I have used Yast2 to try and set the outbound server which it is and use an Exchange mail account to authenticate.
I just want it to relay all emails going out. receive NONE. what am I missing?
If I need to uninstall postfix I am willing to do that and start over. the problem with that is that Yast2 does not remove everything so I need to know where all the files are. There are some outside of /etc/postfix.
On 2013-09-24 18:46, jaycova wrote:
>
> If I need to uninstall postfix I am willing to do that and start over.
> the problem with that is that Yast2 does not remove everything so I need
> to know where all the files are. There are some outside of /etc/postfix.
Uninstalling postfix will not remove the configuration files. All
configuration files are in /etc/postfix
If postfix complains of resolver issues, it will be true, so check it.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
Thanks. You know one of the problems is sometimes when you keep trying you cause more damage. I removed postfix and I deleted everything in /etc/postfix the /etc/sysconfig/postfix and everything from /var/adm/backup/postfix.
I reinstalled from scratch and not it works from the command line as well as from the web.
On 2013-09-24 20:06, jaycova wrote:
>
> Carlos
>
> Thanks. You know one of the problems is sometimes when you keep trying
> you cause more damage. I removed postfix and I deleted everything in
> /etc/postfix the /etc/sysconfig/postfix and everything from
> /var/adm/backup/postfix.
>
> I reinstalled from scratch and not it works from the command line as
> well as from the web.
Interesting
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)