Wietse Venema wrote in <[email protected]>: |Ken Gillett via Postfix-users: |> I disagree about Apple. In this respect they most definitely ARE |> idiots. Email addresses do NOT require anything after the @. That |> simply means the user of that name on the current host. If they | |Postfix by design makes this impossible; it was written as a |networked MTA. If you run it on an isolated instance, you can use |username@localdomain.
I once had a feature request, Predrag asked for expansion of A valid local user `<name>' in angle brackets (an invalid address) and if i recall correctly said that postfix auto expands this, and so i did implement it. Maybe this is what the op means? Works! $ command -v sendmail /usr/sbin/sendmail $ pkginfo -o $(command -v sendmail) Package File postfix-lmdb usr/sbin/sendmail $ </dev/null sendmail '<steffen>' #?0|kent:~# tail -n 5 /var/log/mail Jul 11 23:18:57 (none) postfix/pickup[25415]: 8EA6BE2781: uid=1000 from=<steffen> Jul 11 23:18:57 (none) postfix/cleanup[777]: 8EA6BE2781: message-id=<[email protected]> Jul 11 23:18:57 (none) postfix/qmgr[1200]: 8EA6BE2781: from=<[email protected]>, size=258, nrcpt=1 (queue active) Jul 11 23:18:57 (none) postfix/local[779]: 8EA6BE2781: to=<[email protected]>, orig_to=<steffen>, relay=local, delay=0.07, delays=0.07/0/0/0, dsn=2.0.0, status=sent (delivered to mailbox) Jul 11 23:18:57 (none) postfix/qmgr[1200]: 8EA6BE2781: removed --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
