On Mon, 20 Jan 2014 22:47:03 -0800
Robert Moskowitz <r...@htt-consult.com> wrote:

> So it seems mailx cannot work even locally without sendmail, unlike
> what another poster here stated.

Yes,
I was able to (always testing stuff)
Using claws mail at the time.

The easiest and simplest option is "MTA"
But that does not disqualify mailx being used.

iirc in reply to Survayi (sp?)
The dead.letter is plain text which can be
read by my claws-mail as numbered plaintext.

----------------------------
#!/bin/bash
##
DEAD="/root/dead.letter"
LOCAL="/home/frank/Mail/inbox/Local"

number=1
while [ -f "$LOCAL"/$number ]; do
 (( number++ ))
done

mv "$DEAD" "$LOCAL"/$number
chown -R frank:mail /home/frank/Mail/inbox/Local/*

___
Regards,
Frank 
www.frankly3d.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to