Quirin Maier: > Hello, > > I want to setup a new postfix instance. Receiving/sending emails > to/from my local account basically works. But on sending mails > outside from command line (echo ???test mail??? | mail -s ???test > mail??? [email protected]),
Instead of ??? you specified some non-ASCII quote character. This sends mail with subject ???test, with first recipient mail???, and with second recipient [email protected]. Use ASCII quote characters, as required by your shell program. Wietse
