Re: badmailfrom

2000-12-04 Thread Manfred Bartz
Alex Pennace <[EMAIL PROTECTED]> writes: > qmail-smtpd rejects messages with an envelope sender (return-path) > listed in badmailfrom, and does not act on the message From: > header. To block mail from this guy, you would need to block mail > with the null envelope sender (<>), which is certainly

Re: tcprules and tcpserver not blicking??

2000-06-23 Thread Manfred Bartz
TAG <[EMAIL PROTECTED]> writes: > I have a problem in that my tcp.smtp.cdb file is not being used - as > when I try and relay through my server it seems to ignore the .cdb > file?? > > My setup of the tcp.smtp file is as follows: > > 192.168.2.:allow,RELAYCLIENT="" > 192.168.1.:allow,RELAYCLIEN

Re: Maildir prob

2000-06-14 Thread Manfred Bartz
box and .qmail should not be publicly accessable. man dot-qmail > also, how do you tell the pop server where to look? qmail-pop3d only works with maildir, not mailbox. It will automatically look in the users' home directory for a maildir with the name specified on the commandline t

Re: pop mail from isp wit fetchmail

2000-05-28 Thread Manfred Bartz
*user1@xix\.com ! [EMAIL PROTECTED] :0 * ^X-Envelope-To:.*(mob|.*bartz|manfred.*)@xix\.com ! [EMAIL PROTECTED] HTH -- Manfred Bartz <[EMAIL PROTECTED]> PGP_ID=0xF172019B

Re: qmail-start out of control

2000-05-20 Thread Manfred Bartz
"Keven Jones" <[EMAIL PROTECTED]> writes: > I have successfully installed and test qmail with maildir but: > > qmail-start is KILLING my system. I am using supervise and > tcpserver. I sometimes have upto 32 qmail processes and currently I > have no users on the system. I am running redhat 6.

Re: qmail cdb problem

2000-05-09 Thread Manfred Bartz
James <[EMAIL PROTECTED]> writes: > In one of the steps on "Life With Qmail" it suggests this: > > "Allow the local host to inject mail via SMTP: > echo '127.:allow,RELAYCLIENT=""' >>/etc/tcp.smtp > /usr/local/sbin/qmail cdb" > > The first line (starting with echo) worked.. but the second line

Re: mua for unix to read qmail's maildir

2000-04-23 Thread Manfred Bartz
"Jonathan Fortin" <[EMAIL PROTECTED]> writes: > Where can I get an Mua to read ~/Maildir, the qmail pine ``gnus'', the news and mail reader in xemacs or gnu-emacs handles maildirs as one of its retrieval methods. <http://www.gnus.org/> -- Manfred Bartz

forwarding maildir messages

2000-04-11 Thread Manfred Bartz
What is the easiest way to forward a whole bunch of messages in a maildir to a different user account on a different system? Thanks -- Manfred Bartz

Re: Maildir format info

2000-04-10 Thread Manfred Bartz
maildirs are to be used by programs. -- Manfred Bartz

Re: Is qmail suitable for a home user?

2000-04-04 Thread Manfred Bartz
ticular kind of system? The only reason (I can think of) why you might want to install qmail would be for educational purposes. I had a system like that once. You also need ``fetchmail'' and optionally ``procmail'' to get mail from your ISP and ``serialmail'' (from the qmail site) to send mail to your ISP. -- Manfred Bartz

Re: Qmail System Users

2000-03-29 Thread Manfred Bartz

Re: shutting down tcpserver (pop3d) cleanly?

2000-03-16 Thread Manfred Bartz
. kill -KILL shoots the process without warning. -- Manfred Bartz

Re: mbox has changed to Mailbox

2000-03-15 Thread Manfred Bartz
rm mbox; mv Mailbox mbox then edit your ~/.qmail so mail goes to the ``mbox'' maildir as before. Then qmail-pop3d should also find your mail again. You may have to do the same for other users. > My system (for me and the misses at home) works like this. I have a > RH6.0 box, I am sure Redhat have their own mailing list for Redhat issues. -- Manfred Bartz

Re: Maildir and procmail

2000-02-24 Thread Manfred Bartz
cmail v3.13.1 and it will deliver individual messages into a directory, but it has no concept of qmail-type Maildirs or of atomic writing as done by qmail. To get procmail to deliver into a directory you would use a redirection with a trailing slash, e.g.: /usr/home/mob/Maildir/new/ -- Manfred Bartz

Re: Zombie process..??

2000-02-20 Thread Manfred Bartz
/www.faqs.org/faqs/faqsearch.html> specifically: <http://www.faqs.org/faqs/unix-faq/programmer/faq/index.html> -- Manfred Bartz

Re: Changing FROM:

2000-02-18 Thread Manfred Bartz
ge available from the DJB, called mess822, which should make that task easier: <http://cr.yp.to/software.html> look for mess822 There is also useful info at: <http://cr.yp.to/immhf.html> Maybe someone else has more specific help? -- Manfred Bartz

Re: forwarding outbound mail to hub

2000-02-11 Thread Manfred Bartz
YCLIENT="" 192.168.1.10-19:allow,RELAYCLIENT="" --8><- Refer to the FAQ: 5.4. How do I allow selected clients to use this host as a relay? -- Manfred Bartz

Re: forwarding outbound mail to hub

2000-02-11 Thread Manfred Bartz
er procedure which would allow relaying for all of the local domain. Maybe someone has a suggestion? -- Manfred Bartz

Re: maildir access

2000-02-10 Thread Manfred Bartz
ldirs. Mutt is one. I personally use Xemacs21/gnus5.8. <http://qmail.org> > Also where can i find the spec for maildirs like an rfc or similar. man 5 maildir -- Manfred Bartz

re-mapping incoming email

2000-02-05 Thread Manfred Bartz
ng company) and redirect email accordingly to various different local accounts. What would be the best way of doing this? -- Manfred Bartz