> Type the line: > ;upas/smtp -d -a -h localhost.localdomain net!smtp.spray.se plan9.meo@gmail > x...@spray.se >
i haven't done this by hand for a while but i see a few problems 1. -h localhost.localdomain violates the rfc. the rfc demands that the (E)HELO line contain a name that's resolvable in public dns. 2. the proper arguments looks incorrect. from smtp(8) upas/smtp [ -aAdfipst ] [ -b busted-mx ] ... [ -g gateway ] [ -h host ] [ -u user ] [ .domain ] destaddr sender rcpt-list that would give .domain = net!smtp.spray.se (!) destaddr = plan9.meo@gmail sender = x...@spray.se i'm pretty sure that the .domain argument is not as intended, from the man page: Finally if .domain is given, it is appended to the end of any unqualified system names in the envelope or header. > Mark this line and middleclick on it to execute. To this e-mail > address (substituted with xxx) I get an error messages in Acme but an empty > mail > get through. If someone could point out what I'm doing wrong I'd be very > grateful. - erik