I have the problem to send mails which are send to specific domain to "relay" to an other smtp server with specific port.
On my server openSuse 10.2 with all updates runs sendmail 8.13.8. All normal mails will be send to my SMART_HOST.
That works fine.
I have installed ferrarifax.
Work also fine.
Ferrarifax will send all mails as fax which it recieve on own smtp service localhost with port 2519. Now I try to configure it with mailertable:
fax.local relay:localhost
. smtp:my.isp.net
in sendmail.mc (cf) I add following:
FEATURE(`mailertable')dnl
define(`confRELAY_MAILER', `esmtp')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 2519')dnl
But in the log i see this error:
scalix sendmail[7605]: lASKJw0I007605: from=<testuser@druckereiclassen.de>, size=981, class=0, nrcpts=1, msgid=<27256294.411196281197143.JavaMail.root@scalix.druckereiclassen.de>, proto=ESMTP, daemon=Daemon0, relay=localhost [127.0.0.1]
scalix sendmail[7612]: lASKJw0I007605: to=<01797536241@fax.local>, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=120981, relay=localhost.druckereiclassen.de. [127.0.0.1], dsn=5.0.0, stat=Service unavailable
scalix sendmail[7612]: lASKJw0I007605: lASKJw0I007612: DSN: Service unavailable
scalix sendmail[7612]: lASKJw0I007612: to=<juergen.gruenitz@druckereiclassen.de>, delay=00:00:01, xdelay=00:00:00, mailer=scalix_mime, pri=32229, relay=scalix, dsn=2.0.0, stat=Sent (Ok)
scalix sendmail[7612]: lASKJw0I007605: lASKJw0J007612: postmaster notify: Service unavailable
I search the for this error but nothing helps.
Have someone any idea???
Oh, I test the ferrarifax smtp service on port 2519 with telnet. The service is running and available.
Thanks for every one help.
On my server openSuse 10.2 with all updates runs sendmail 8.13.8. All normal mails will be send to my SMART_HOST.
That works fine.
I have installed ferrarifax.
Work also fine.
Ferrarifax will send all mails as fax which it recieve on own smtp service localhost with port 2519. Now I try to configure it with mailertable:
fax.local relay:localhost
. smtp:my.isp.net
in sendmail.mc (cf) I add following:
FEATURE(`mailertable')dnl
define(`confRELAY_MAILER', `esmtp')dnl
define(`RELAY_MAILER_ARGS', `TCP $h 2519')dnl
But in the log i see this error:
scalix sendmail[7605]: lASKJw0I007605: from=<testuser@druckereiclassen.de>, size=981, class=0, nrcpts=1, msgid=<27256294.411196281197143.JavaMail.root@scalix.druckereiclassen.de>, proto=ESMTP, daemon=Daemon0, relay=localhost [127.0.0.1]
scalix sendmail[7612]: lASKJw0I007605: to=<01797536241@fax.local>, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=120981, relay=localhost.druckereiclassen.de. [127.0.0.1], dsn=5.0.0, stat=Service unavailable
scalix sendmail[7612]: lASKJw0I007605: lASKJw0I007612: DSN: Service unavailable
scalix sendmail[7612]: lASKJw0I007612: to=<juergen.gruenitz@druckereiclassen.de>, delay=00:00:01, xdelay=00:00:00, mailer=scalix_mime, pri=32229, relay=scalix, dsn=2.0.0, stat=Sent (Ok)
scalix sendmail[7612]: lASKJw0I007605: lASKJw0J007612: postmaster notify: Service unavailable
I search the for this error but nothing helps.
Have someone any idea???
Oh, I test the ferrarifax smtp service on port 2519 with telnet. The service is running and available.
Thanks for every one help.