Re: About processes

2001-08-09 Thread ari
S 0:00 /usr/local/bin/tcpserver -v -H -u401 -g400 0 smtp /var/qmail/bin/qmail-smtpd Why? Thanks, Ari [EMAIL PROTECTED] escreveu: > > I've fixed up the tcpserver, thanks! > > So each qmail-remote is a message going out and each qmail-smtpd without > tcpser

Online monitor

2001-08-09 Thread ari
Hi, Is there some tool to check online qmail log, like messages arriving and going out with output to browser? Thanks, Ari

Re: About processes

2001-08-09 Thread ari
I've fixed up the tcpserver, thanks! So each qmail-remote is a message going out and each qmail-smtpd without tcpserver is a message arriving. Thanks, Ari

About processes

2001-08-09 Thread ari
/tcpserver -v -H -uQMAILDUID -gNOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 15498 ?S 0:44 /var/qmail/bin/qmail-smtpd 19168 ?S 0:00 /usr/local/bin/tcpserver -v -H -uQMAILDUID -gNOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd How many messages are arriving? 1, 2 or 3? Thanks, Ari

Re: Solaris vs. Linux vs. FreeBSD

2001-06-28 Thread Ari Arantes Filho
Linux using ReiserFS has no more limit of 2Gb file size. - Original Message - From: "David T. Ashley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 9:42 PM Subject: RE: Solaris vs. Linux vs. FreeBSD Just be careful about Linux because

Re: patching qmail-smtpd.c twice

2001-06-14 Thread ari
Apply one patch and check the messages, backup qmail-smtpd.c and apply the other, check the message also.   Apply one and then the other, if no strange messages, it's ok.   But at most time the patchs are not very big and they have the line number and instructions that must stay, include (+)

qmail-smtpd-auth

2001-06-12 Thread Ari Arantes Filho
id -g qmaild` exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -H -x /etc/tcp.smtp.cdb \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd \ /bin/checkpassword /bin/true /bin/cmd5checkpw /bin/true 2>&1 Thanks, Ari

Problem with "me" and hostname

2001-06-07 Thread Ari Arantes Filho
e, I don't need to change it IP. How to fix this? What is localiphost Thanks, Ari

Filter

2001-03-12 Thread Ari Arantes Filho
s? Thanks, Ari

Re: LWQ Init Script/qmail-pop3d

2001-02-17 Thread ari
Thanks Kris Kelly! (Re: qpop3 keeps alive!) - Original Message - From: "Kyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 9:15 PM Subject: Re: LWQ Init Script/qmail-pop3d > Man, you just made my day ;) It worked perfect, thanks a lot

Re: LWQ Init Script/qmail-pop3d

2001-02-16 Thread ari
I saw this too, put "exec" before tcpserver - Original Message - From: "Kyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 9:38 PM Subject: LWQ Init Script/qmail-pop3d > List, > I recently decided to move my qmail-pop3d process out of inetd on my > R

vpopmail

2001-02-16 Thread Ari Arantes Filho
(/etc/passwd) it's ok, but with a user created with: /var/qmail/vpopmail/bin/vadduser test 1234 the system shows: -ERR authorization failed In our maillog, the following message is showed: Feb 16 11:42:22 intranet vpopmail[10036]: vchkpw: setgid() failed Someone help me, please Regards, Ari

Re: How to get them out of Maildr?

2001-02-13 Thread Ari Arantes Filho
The mail program looks for message in /var/spool/mail/USERNAME and qmail works with Maildir. In qmail.org site there is link to a patched version of pine, so I can read messages from maildir. - Original Message - From: "INSOMNIA - Janusz Oles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

smtplf

2001-02-12 Thread Ari Arantes Filho
avoid this error, I want these message to be sent. Thanks, Ari

Dailly log files

2001-02-12 Thread Ari Arantes Filho
Hi,       I'm using multilog and tcpserver, like lwq. Is there a way to patch multilog to create dailly log files. I mean in /var/qmail/log/send/ should be:   20010201.log 20010202.log ...   Thanks,   Ari  

qmail-smtpd-auth

2001-02-09 Thread Ari Arantes Filho
Hi, I've installed the patch of qmail-smtpd-auth-0.26 and it not working. I'm running smtp with tcpserver: #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=20 exec /usr/local/bin/softlimit -m 200 \ /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD

Re: Detail logging of POP3D

2001-02-09 Thread Ari Arantes Filho
I'm using 2 patchs to details the log: qmail-pop3d.1.03-bench.patch --> it logs the POP access and size of the messages on syslog checkpassword-0.81-bench.patch --> it logs authencation errors on syslog If you want I can send you the patchs. I don't remember the original URL!!

qpop3 keeps alive!

2001-02-09 Thread Ari Arantes Filho
and "ps ax" I still can see: 14993 pts/0S 0:00 /usr/local/bin/tcpserver -v 0 pop-3 And if I try to run "/etc/rc.d/init.d/qmaild start" again: tcpserver: fatal: unable to bind: address already used What is wrong? I'm running Conectiva Linux 6.0, kernel 2.2.17. It's a brazillian distribution based on Red Hat. Thanks, Ari

Administrative tool

2001-02-08 Thread ari
Hi All. Is there an administrative tool to create, delete or modify users without vpopmail? I have an installation with users in /etc/passwd, without vpopmail. I saw qmailadmin and oMail-admin, but both users vpopmail. Thanks, Ari

Problem with queue

2001-02-05 Thread ari
ws 15? When there are more messages in queue, qmail-qstat shows more than 15, in "messages in queue". Thanks, Ari

Redirect addresses

2000-12-19 Thread Ari Arantes Filho
regards, Ari

Re: Remove a message

2000-12-12 Thread ari
ok, but with qmHandle I need to stop qmail (send and smtp)... - Original Message - From: <[EMAIL PROTECTED]> To: "Ari Arantes Filho" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 13, 2000 12:02 AM Subject: Re: Remove a message >

Remove a message

2000-12-12 Thread Ari Arantes Filho
t this time, the queue is running but no log, then I kill the send again and try again to start it, sometimes it works, but sometimes the error is still there... How can I stop this error? Is the way I'm trying to delete message ok? Thanks, Ari

badmailfrom

2000-12-04 Thread Ari Arantes Filho
Hi, I'm receiving a virus from [EMAIL PROTECTED], I've already inserted this email in badmailfrom, the qmail was restarted and I'm still receiving this virus. In the header below you can see that the user doesn't exist, there is a 3D caracter in the beginning of the email address, so the

ReiserFS

2000-12-03 Thread ari
Hi, Is it possible to run qmail in a Reiser File System? If so, can you tell me about how it is running? Thanks, Ari

Re: Multilog

2000-11-30 Thread Ari Arantes Filho
Thanks, it worked: tail --follow=name --retry current or tail -f --follow=name --retry current tail (GNU textutils) 2.0e - RedHat - Original Message - From: "Peter Samuel" <[EMAIL PROTECTED]> To: "Ari Arantes Filho" <[EMAIL PROTECTED]> Cc: <[EMAIL P

Multilog

2000-11-30 Thread Ari Arantes Filho
.. How can I solve this? Thanks, Ari

Limit outgoing messages

2000-11-30 Thread Ari Arantes Filho
Hi, Is it possible to limit only outgoing messages? I so databytes, but I only want to limit the messages that my users send, not receive. Thanks, Ari

2 Links

2000-10-30 Thread ari
Best regards, Ari

SPAM - Help!

2000-10-27 Thread Ari Arantes Filho
need help!!! Thanks, Ari

Re: Message removed, but still in queue...

2000-09-18 Thread Ari Arantes Filho
GNED MESSAGE- Hash: SHA1 On 18 Sep 2000, at 14:31, Ari Arantes Filho wrote: > Ok, I've tried again to delete a new message with the find command as > suggested, but the error messages are still in the log... It's always dangerous to delete stuff from queue without stopping qmail

Re: Message removed, but still in queue...

2000-09-18 Thread Ari Arantes Filho
Ok, I've tried again to delete a new message with the find command as suggested, but the error messages are still in the log... Thanks, Ari - Original Message - From: "Ihnen, David" <[EMAIL PROTECTED]> To: "'Ari Arantes Filho'" <[EMAIL P

Re: Message removed, but still in queue...

2000-09-18 Thread Ari Arantes Filho
Sorry, I've written wrong: the right is: > 3) rm /var/qmail/queue/mess/20/18489 /var/qmail/queue/info/20/18489 > /var/qmail/queue/remote/20/18489 I can't find any state/20 directory? Thanks, Ari On 18 Sep 2000, at 13:40, Ari Arantes Filho wrote: > 3) rm /var/qmail/

Message removed, but still in queue...

2000-09-18 Thread Ari Arantes Filho
wrong? What more should I do to remove a message? Best regards, Ari

List all users

2000-06-06 Thread Ari Arantes Filho
Hi, Is there some script to list all users including the content of each .qmail-? Thanks, Ari

Re: [qmail] Unix as it should be

2000-03-01 Thread ari
ons), and modified most of the replacements. Redhat distributions aren't really any better (which is only one reason i refuse to work with a redhat distribution of linux) Sigh... it really is so hard to find good software these days ari [EMAIL PROTECTED] said this stuff: > Pavel Kankovs

Re: qmail-inject / env_get("USER")

2000-02-24 Thread ari
improperly on some platforms (i.e. irix), so getpwuid(getuid())->pw_name would be the (portable) way to go. Again, if anyone has any serious reasons why changing this is a bad idea, please let me know. ari [EMAIL PROTECTED] said this stuff: > On Wed, Feb 23, 2000 at 04:23:33PM -0500, ari

jbuce patch note for qmail 1.03

2000-02-23 Thread ari
acceptance. I searched through the archives and could find nothing relating to this point. ari -- .----Ari Edelkind--. Unix Systems and Network Administrator [EMAIL PROTECTED] Public Health Research Institute (212) Phone: 578 0822 Ne

qmail-inject / env_get("USER")

2000-02-23 Thread ari
as root's. Under sendmail this is not a problem, but since qmail-inject uses the environment alone, all messages end up with a return-path of root. If no one has a good reason that i should leave it alone, please let me know. ari -- .----Ari Edelkind--

Re: [qmail] "<>" bogus mail from??

2000-02-07 Thread ari
[EMAIL PROTECTED] said this stuff: > On Mon, 7 Feb 2000, ari wrote: > > > Section 5.3.3 does indeed state that the null return-path _is_ required for > > use, however references itself with section 3.6 of RFC 821, which is the actual > > specification of the SMTP proto

Re: [qmail] Re: "<>" bogus mail from??

2000-02-07 Thread ari
null reverse-path in the MAIL command of a notification message. When such a message is relayed it is permissible to leave the reverse-path null. I stand by my original statement. ari [EMAIL PROTECTED] said this stuff: > You've misread the spelling of 'MUST'

Re: "<>" bogus mail from??

2000-02-07 Thread ari
aking RFC-compliance. But it is by no means required for use. Or maybe i'm nitpicking. ari > On Tue, Feb 01, 2000 at 12:25:01PM -0600, Ronny Haryanto wrote: > > Hi, > > > > I'm just wondering if > > > > MAIL FROM: <> > > > &g

How to watch the current receiving messages?

2000-01-27 Thread Ari Arantes Filho
Hi, With qmail-qread, qmail-qstat and qmHandle, I can watch the queue, but how can I see the current open stmp session that are receiving messages? And how can I get more information about these messages? Best regards, Ari

Migrating to qmail

2000-01-10 Thread Ari Arantes Filho
th netscape mail it's not working. The mail client can read the messages, but the subject, from and date are blank. When I click to read the message it shows all the body, without processing it. What should I do? Best regards, Ari

web support

2000-01-06 Thread Ari Arantes Filho
Hi, Is there a tools simular to qmailadmin (www.inter7.com) to deal with real user accounts, I mean not to use with vpopmail? Best regards, Ari

Help on qmailanalog

2000-01-03 Thread Ari Arantes Filho
nd multilog, but the output is null!!! How can I use qmailanalog? Best regards, Ari

More about later delivery

1999-12-23 Thread Ari Arantes Filho
s The message is canceled and the remote delivery is normal, but I would like to resend it during the night, how can I do this? (Ah, some user sent the message, not me!!!) Best regards, Ari

Re: Limit POP3 and SMTP service

1999-12-19 Thread ari
Chris Johnson wrote something called "The qmail newbie's guide to relaying", which is supposed to answer most of the relaying questions that come across the qmail list. http://www.palomine.net/qmail/relaying.html and http://www.palomine.net/qmail/relaymailfrom.html

off-topic: include file des.h

1999-12-17 Thread Ari Arantes Filho
Hi, I'm trying to work with a crypt system and the program is asking for include des.h. Can anyone send this file to me? Best regards, Ari

Help with Lotus Notes

1999-12-17 Thread Ari Arantes Filho
domain.com ===> goes to a normal pop account and the Notes reads only this account? /var/control/virtualdomains: domain.com:domain-com /home/domain-com .qmail-default ./Maildir/ The notes reads only the user domain-com, right? Best regards, Ari

Re: local address used as spam sender

1999-12-17 Thread Ari Arantes Filho
account? /var/control/virtualdomains: domain.com:domain-com /home/domain-com .qmail-default ./Maildir/ The notes reads only the user domain-com, right? Best regards, Ari

Re: qmail-send won't log anymore

1999-12-12 Thread Ari Arantes Filho
Hi, The -Q options only prints erros, try to use -v. I also only use splogger smtpd &, without "3", but... Regards, Ari - Original Message - From: Dinesh Punjabi <[EMAIL PROTECTED]> To: Ari Arantes Filho <[EMAIL PROTECTED]> Sent: Sunday, December 12, 1999 1

Re: qmail-send won't log anymore

1999-12-11 Thread Ari Arantes Filho
Are you using tcpserver? Supervise? Show your startup script. Regards, Ari - Original Message - From: Dinesh Punjabi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 11, 1999 9:33 PM Subject: qmail-send won't log anymore > I upgraded

Re: How to send a message after

1999-12-10 Thread Ari Arantes Filho
David, You are totally right: > What ari appears to me to be asking for is a way to derail large e-mails > into a secondary queue: He wants email to flow 24/z for little memos, > but attachments above a threshold must wait until off-peak. I'm using the qmail-hold patch, so

Re: How to send a message after

1999-12-10 Thread Ari Arantes Filho
The user sends the email, not me!!! - Original Message - From: <[EMAIL PROTECTED]> To: Ari Arantes Filho <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 10, 1999 1:42 AM Subject: Re: How to send a message after > run your mail program in night

How to send a message after

1999-12-09 Thread Ari Arantes Filho
Hi, Supose I'm supervising the qmail queue and see a message with (2 attachments of 2mb each for 5 different addresses). This message will consume a lot of my link, so I want to send this message during the night. How to do this? Best regards, Ari

More detailed pop log

1999-12-09 Thread Ari Arantes Filho
, but it only works with alternative password file (/var/qmail/users/poppasswd). I don't want to log the password, I only want more then the IP address and date for who is trying to log. I want ther username and if success or not. Could someone help me? Best regards, Ari

How to log the qmail-pop3d connection

1999-11-17 Thread Ari Arantes Filho
ld like to check if the user deleted the message, had bad password and any commands in POP server. Best regards, Ari

RE: RE: RE: SV: Pop/Single-UID based POP3/problem

1999-11-07 Thread ari
of popuser is 888. Best regards, Ari Mensagem Original De : "J=F8rgen Skogstad" <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED] Assunto : SV: Pop/Single-UID based POP3/problem Hi there Chris.. Here's what I have in my control/virtualdomains file; enterpri

RE: SV: Pop/Single-UID based POP3/problem

1999-11-07 Thread ari
Hi, I think the wrong is in the .qmail file, the correct is /Maildir/ not ./Maildir/ Check also if the uid and gid of popuser is 888. Best regards, Ari Mensagem Original De : "J=F8rgen Skogstad" <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED] As

How to apply a patch

1999-10-20 Thread Ari Arantes Filho
patch from "Frank DENIS aka Jedi/Sector One aka DJ Chrysalis <[EMAIL PROTECTED]>" to truncate the mailer-daemon failure notice, is it possible to apply 2 or 3 patches? Is there an order to apply them? Best regards, Ari

Re: Port 25 is not responding using tcpserver

1999-08-31 Thread Ari Arantes Filho
>ps auxw|grep sendmail > Just the grep pid.

Re: Port 25 is not responding using tcpserver

1999-08-31 Thread Ari Arantes Filho
>From: Brad Shelton <[EMAIL PROTECTED]> >When you removed qmail-smtpd from inetd.conf, did you restart inetd? > > 'kill -HUP [pid of qmail-smtpd]' Better: shutdown -r 0 Now I can telnet to port 25 and qmail is working, but the error message keeps on. Bye, A

Re: Port 25 is not responding using tcpserver

1999-08-31 Thread Ari Arantes Filho
It's was keyboard IO error The correct is tcpserver ... -x/etc/..., I was using -s/etc... Now the problem is thar in /var/log/qmail/smtpd/current the following error message shows 1 per second: tcpserver: fatal: unable to bind: address already used What is this? Bye,

Port 25 is not responding using tcpserver

1999-08-31 Thread Ari Arantes Filho
env - PATH="/var/qmail/bin:$PATH" \ tcpserver -v -s/etc/tcp.smtp.cdb -u503 -g503 0 smtp \ /var/qmail/bin/qmail-smtpd-wrapper 2>&1 & I've removed the "smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qma il/bin/qmail-smtpd" from inetd.conf. Can you help me? Bye, Ari

setuser - life with qmail

1999-08-31 Thread Ari Arantes Filho
Hi, I'm trying to put qmail to automatic startup. When I try to: supervise /var/supervise/qmail/send /var/qmail/rc | setuse qmaill multilog /var/log/qmail & Error: bash: setuser: command not found What is setuser? Bye, Ari

cyclog

1999-08-31 Thread Ari Arantes Filho
Hi, I've installed daemonstools0.61, but I can't find accustamp and cyclog. Where can I find them? Best regards, Ari

I really need help!!!

1999-08-31 Thread Ari Arantes Filho
ect by the qmail (as this above) the user may see the error mensage on sending - like WE DON'T RELAY. I'm using tcpserver to start qmail-send and qmail-pop3. How do I setup my qmail? Sorry if this is a basic question, but I'm really confused. Best regards, Ari

Re: How to truncate the mailer-daemo failure notice?

1999-08-30 Thread Ari Arantes Filho
AIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Segunda-feira, 30 de Agosto de 1999 15:33 Subject: Re: How to truncate the mailer-daemo failure notice? >Ari Arantes Filho writes: > > When I send a message with an attachment with 3mb for an invalid user, the >

How to truncate the mailer-daemo failure notice?

1999-08-30 Thread Ari Arantes Filho
r of the message or just a few lines? Best regards, Ari

Problem when sending external emails from workstation

1999-08-27 Thread Ari Arantes Filho
@yahoo.com, for example, the qmail display an error: 553 sorry, that domain isn't in my list of allowed rcphosts (#5.7.1). What is wrong? Best regards, Ari

qmail-pop3d install

1999-08-27 Thread Ari Arantes Filho
Hi, I can't find in the documentation the instructions to install qmail-pop3d. Where can I find it? Best regards, Ari

Database integration

1999-08-27 Thread Ari Arantes Filho
Hello All, This is my first message to the list. I'm new with qmail and I think qmail is the best!!! Is it possible to authenticate user in MySQL database? Best regards, Ari

Re: Back-up scheme, 2 qmail servers

1999-03-16 Thread Ari Rubenstein
ail domain, and changing the qmail/control/smtproutes file. - Ari ------ Ari Rubenstein Unix Operations Engineer Digex, West Coast Sun Cert'd SysAdmin [EMAIL PROTECTED] 408-873-4256

file names = inodes : why?

1999-02-16 Thread Ari Rubenstein
ing files directly using inode. I would like it to be more convenient to manage the queue while mail is being delivered... :-) - Ari -- Ari Rubenstein Unix ISA Digex, West Coast

Re: How to log the qmail-pop3d connection

1999-01-16 Thread Ari Arantes Filho
pop: 942885998.331207 tcpserver: end 595 status 256 Nov 17 19:46:38 ns pop: 942885998.332241 tcpserver: status: 0/40 Best regards, Ari - Original Message - From: eric <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Ari Arantes Filho <[EMAIL PROTECTED]>; <[EMAIL PROTEC