Hi! I want to configure mail qmail box with tmda as relay box, like tmda FAQ #3.8 http://tmda.net/faq.cgi?req=all#3.8. But I have problems with qmail forward, as follow:
Message in qmail box: echo to: [EMAIL PROTECTED] qmail | qmail-inject Qmail redirect it to [EMAIL PROTECTED] using forward instruc in ~morvan/.qmail, like follow: 1) IT DIDN'T WORK If I use ~morvan/.qmail: |forward "$DEFAULT"@exchange.example.com see the log: --- msg 2 @400000003fafff6719d332cc status: local 0/10 remote 0/20 @400000003fafff74136bc764 new msg 85207 @400000003fafff74136c1584 info msg 85207: bytes 278 from <[EMAIL PROTECTED]> qp 3288 uid 0 @400000003fafff7419e27124 starting delivery 1: msg 85207 to local [EMAIL PROTECTED] @400000003fafff7419e2de84 status: local 1/10 remote 0/20 @400000003fafff74215c7954 new msg 85268 @400000003fafff74215cc774 info msg 85268: bytes 385 from <[EMAIL PROTECTED]> qp 3292 uid 500 @400000003fafff7427bac8b4 starting delivery 2: msg 85268 to remote @exchange.example.com @400000003fafff7427bb39fc status: local 1/10 remote 1/20 @400000003fafff7427bb610c delivery 1: success: forward:_qp_3292/did_0+0+1/ @400000003fafff7427bb8fec status: local 0/10 remote 1/20 @400000003fafff7427bbb6fc end msg 85207 @400000003fafff7429b957d4 delivery 2: failure: 200.247.xxx.xxx_does_not_like_recipient./Remote_host_said:_501_5.5.4_Invalid _Address/Giving_up_on_200.247.xxx.xxx./ @400000003fafff7429b9ffcc status: local 0/10 remote 0/20 @400000003fafff742f7c6134 bounce msg 85268 qp 3294 @400000003fafff742f7cab6c end msg 85268 ----msg2 fail The problem sems to the "$DEFAULT" param. But if I inform the user in place of "$DEFAULT" than it work like follow (2): 2) SO IT WORK If I use ~morvan/.qmail: |forward [EMAIL PROTECTED] see the log: --- msg 1 @400000003faffe7013d1d464 status: local 0/10 remote 0/20 @400000003faffe7e159c66ec new msg 85207 @400000003faffe7e159cb124 info msg 85207: bytes 278 from <[EMAIL PROTECTED]> qp 3157 uid 0 @400000003faffe7e1cc66abc starting delivery 1: msg 85207 to local [EMAIL PROTECTED] @400000003faffe7e1cc6d434 status: local 1/10 remote 0/20 @400000003faffe7e238b2cac new msg 85268 @400000003faffe7e238b76e4 info msg 85268: bytes 385 from <[EMAIL PROTECTED]> qp 3161 uid 500 @400000003faffe7e294c8474 starting delivery 2: msg 85268 to remote [EMAIL PROTECTED] @400000003faffe7e294cf9a4 status: local 1/10 remote 1/20 @400000003faffe7e294d249c delivery 1: success: forward:_qp_3161/did_0+0+1/ @400000003faffe7e294d537c status: local 0/10 remote 1/20 @400000003faffe7e294d7a8c end msg 85207 @400000003faffe7e366e70cc delivery 2: success: 200.247.xxx.xxx_accepted_message./Remote_host_said:_250_2.6.0__<200311102109 [EMAIL PROTECTED]>_Queued_mail_for_delivery/ @400000003faffe7e366f341c status: local 0/10 remote 0/20 @400000003faffe7e366f5b2c end msg 85268 --- msg1 was sent ok There is some problem with this sintax in ~morvan/.qmail ( |forward "$DEFAULT"@exchange.example.com ). I try without "" but have the same error. Thanks, _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
