2 messages in net.sourceforge.lists.courier-users[courier-users] WG: esmtp courierfax
FromSent OnAttachments
Daniel MüllerAug 30, 2006 12:41 am 
Jeff JansenAug 30, 2006 2:43 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] WG: esmtp courierfaxActions...
From:Daniel Müller (muel@tropenklinik.de)
Date:Aug 30, 2006 12:41:44 am
List:net.sourceforge.lists.courier-users

Dear all,

After a period of searching the old mailarchiv there was a suggestion to do it by an alias. So I told my exim to forward the xx@tplk.fax straight to my courier machine. On which I made a virtual domain tplk.fax and all of the mails to xx@tplk.fax schould be routed to *@fax. This ist my webmail-file situated in /usr/lib/courier/aliases, tplk.fax : *@fax. Local Delivery on my courier is $HOME/Maildir (./Maildir).

But now when I try to send a fax this way:

could not be delivered to one or more of its recipients. The following address(es) failed:

0707@tplk.fax SMTP error from remote mail server after RCPT TO:<0707@tplk.fax>: host 192.168.135.136 [192.168.135.136]: 513 Relaying denied.

The same thing another error message

What have I done wrong?

daniel

-----Ursprüngliche Nachricht----- Von: Daniel Müller [mailto:muel@tropenklinik.de] Gesendet: Dienstag, 29. August 2006 15:19 An: 'cour@lists.sourceforge.net' Betreff: esmtp courierfax

Hello,

i tried fax over courier-esmtp as follows:

I have a machine A with exim as mta and a configuration that all mails to xxx@dom1.fax are rewritten to xxxxx@fax and routed to my machine B a courier mta with also courierfax. When I sent from my email client my machine A takes the emails and forward them to my machine B (courier) like I configured: This is on my machine A Start queue run: pid=6667 -qff delivering 1GI293-0001jV-6N (queue run pid 6667) Connecting to 192.168.135.136 [192.168.135.136]:25 ... connected SMTP<< 220 openfiler.local ESMTP SMTP>> EHLO comm1.local SMTP<< 250-openfiler.local Ok. 250-XVERP=Courier 250-XEXDATA 250-XSECURITY=NONE,STARTTLS 250-PIPELINING 250-8BITMIME 250-SIZE 250 DSN SMTP>> MAIL FROM:<muel@tropenklinik.de> SIZE=4949 SMTP>> RCPT TO:<0707122359@fax> SMTP>> DATA SMTP<< 250 Ok. SMTP<< 513 Syntax error. SMTP<< 502 ESMTP command error SMTP>> QUIT LOG: MAIN ** 0707122359@fax R=fax T=fax: SMTP error from remote mail server after RCPT TO:<0707122359@fax>: host 192.168.135.136 [192.168.135.136]: 513 Syntax error. LOG: MAIN <= <> R=1GI293-0001jV-6N U=mail P=local S=4632 LOG: MAIN Completed LOG: queue_run MAIN End queue run: pid=6667 –qff

But after DATA there is an Syntax error 513

In my var/log/mail on machine B

openfiler courieresmtpd: started,ip=[::ffff:192.168.135.248] openfiler couriersmtpd: error,relay=::ffff:192.168.248,msg=”502 ESMTP command error”,cmd: DATA

So what went wrong? Is this a relay problem? Im my default I did 192.168.135.248 allow;RELAYCLIENT,FAXRELAYCLIENT and a makesmtpaccess.

Greetings Daniel