[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UUCP - adresses mailformed :(



May be you get a better fix, but in the mean time...
The problem, if it can be called that way, is that zmailer is consistent
with old style UUCP protocol that required the bang path.

To tweek it to force domain addresses, edit cf/crossbar.cf and
change the case labels in header rewriting and envelope rewriting blocks.

i.e.
        # Determine which rewrite function (for message header addresses) to use
       case $(channel $to) in
        smtp*)
change to
        smtp*|uucp)

 also at:

        # Rewrite the envelope addresses appropriately
        case "$(channel $to)" in
        uucp)
	...
change this to "olduucp" and then

        smtp*|local|bsmtp3*)

 to

        smtp*|local|bsmtp3*|uucp)
         
Let me know if this helped...
-tron

--
Carlos G Mendioroz  <tron@huapi.ba.ar>   +54 11 4790-5093
D.F.Sarmiento 4165 - Olivos BA 1636 // LW7 EQI  Argentina