On Fri, Feb 25, 2000 at 02:29:46PM +0800, john wrote:
> I see that there are lots of mails that are getting bounced and are sitting in the 
>postmaster account. How can I resend these mails.

this depends on your mail client.

 
> Next I have a problem with the & symbol in qmail. One person posted to do it in 
>someway and I did it but still that does not seem to work.
> 
> Can anyone help me how to have an account like f&b..

works for me:
        [root@csl42 char]# useradd -m 'a&s'
        [root@csl42 char]# cd /home/a\&s
        [root@csl42 a&s]#
        [root@csl42 a&s]# /var/qmail/bin/maildirmake ./Maildir
        [root@csl42 a&s]# chown 'a&s' Maildir
        [root@csl42 a&s]# chown 'a&s' Maildir/*
        [root@csl42 a&s]# echo test | mail 'a&[EMAIL PROTECTED]'
        [root@csl42 a&s]# ls -l Maildir/new/
        total 1
        -rw------- 1 a&s a&s 287 Feb 24 23:13 951466423.9243.csl42.csl-gmbh.net
This is linux.
OpenBSD and BSD/OS adduser dislike it.

Note that at least bash dislike this user name:
        [root@csl42 char]# cd ~'a&s'
        bash: ~a&s: No such file or directory
vanilla qmail works.

btw: it's hard to read your message. Please keep the lines below 80
characters (limits of 72 or 76 are most often recommended).

Regards, Uwe

Reply via email to