Re: [qmailtoaster] [isoqlog] Segmentation fault / log files deletion, how to?

2007-06-14 Thread Harry Zink




What's the easiest way to delete, comprehensively, all logfiles that  
isoqlog uses?


I'm constantly getting the segmentation fault errors, no one else on  
the list (except two other people) appear affected by it, so I want  
to see if it's something about my log-files, and just toast them all  
and see what happens.


Can someone at least help with some convenient and effective way to  
get rid of all the log files, please?


Harry

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] email with attachment rejected

2007-06-14 Thread Toni Wijaya
attachment (jpg file) size less then 1MB.
I have this problem with sending email with attachment that send to some 
domain ( jil.com.hk and jny.com ), after I send an email with some pict (jpg 
file) as attachment then I got this message at the day after :

Hi. This is the qmail-send program at mail.masterindo.com.
 I'm afraid I wasn't able to deliver your message to the following 
addresses.
 This is a permanent error; I've given up. Sorry it didn't work out.

 [EMAIL PROTECTED]:
 User and password not set, continuing without authentication.
 [EMAIL PROTECTED] Connected to 62.209.45.169 but connection died. 
connection reset (#4.4.2)
 I'm not going to try again; this message has been in the queue too long.

this problem its only happen to that domains, because when I try to send 
test msg to others (yahoo mail account) thats no problem occured.

Are there anyway I can do to know where the problem is, because from other 
side (jil.com.hk) said they still can received msg with attachment from others 
but not from me.

  Not really. That error message is saying that basically your server started 
to send them the message, but the connection to their server died for some 
reason. In my experience, this is usually a bad setup or the attachment is too 
large.
  You could run recordio on the SMTP daemon to see everything that's going on, 
this may show some more details.
  Are the attachments too large?


[qmailtoaster] How to export email users list out??

2007-06-14 Thread Gabriel Lai
Hello all,

How can I export all my email users from a specific domain name to Excel file? 
or any other format?

Please assist.




   

Moody friends. Drama queens. Your life? Nope! - their life, your story. Play 
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/  

Re: [qmailtoaster] How to export email users list out??

2007-06-14 Thread Andreas
Hi Gabriel,

with /home/vpopmail/bin/vpopbull -n -V domain.name you get a list of all
users of the specified domain.

Cio
Andreas
Am Donnerstag, den 14.06.2007, 01:51 -0700 schrieb Gabriel Lai:
 Hello all,
 
 How can I export all my email users from a specific domain name to
 Excel file? or any other format?
 
 Please assist.
 
 
 
 __
 Building a website is a piece of cake. 
 Yahoo! Small Business gives you all the tools to get online.


-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] email with attachment rejected

2007-06-14 Thread Jake Vickers

Toni Wijaya wrote:

attachment (jpg file) size less then 1MB.
Then either contact the admin for the server you're sending to, or 
install recordio and see what's going on:


Change /var/qmail/supervise/smtp/run file, adding recordio line as follows:

exec /usr/bin/softlimit -m 1200 \
/usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c $MAXSMTPD \
-u $QMAILDUID -g $NOFILESGID 0 smtp \
/usr/bin/recordio \
$RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 21

Stop qmail, start qmail.

Then look at your logs. This will show just about everything you can 
think of, so you'll want to turn it back off when you're all done.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] [isoqlog] Segmentation fault / log files deletion, how to?

2007-06-14 Thread Jake Vickers

Harry Zink wrote:




What's the easiest way to delete, comprehensively, all logfiles that 
isoqlog uses?


I'm constantly getting the segmentation fault errors, no one else on 
the list (except two other people) appear affected by it, so I want to 
see if it's something about my log-files, and just toast them all and 
see what happens.


Can someone at least help with some convenient and effective way to 
get rid of all the log files, please?


I've never really looked at how isoqlog was executed, but here's the 
cron.sh:



#!/bin/sh

VPOPMAIL=/home/vpopmail/domains
ISOQLOG=`which isoqlog`
ISODOMAINS=/etc/isoqlog/isoqlog.domains
RM=`which rm`
TOUCH=`which touch`
CHOWN=`which chown`
CHMOD=`which chmod`

# Remove old domains
[ -f $ISODOMAINS ]  $RM -rf $ISODOMAINS

# Regenerate the file
for i in `ls $VPOPMAIL`; do
echo $i  $ISODOMAINS;
done

# Execute the program
$ISOQLOG 1/dev/null 2/dev/null

# Correct permissions
$CHOWN -R apache:apache /usr/share/toaster/htdocs/isoqlog
Which looks like it deletes the domains list, isoqlog.domains and then 
regenerates the file via a ls command of /home/vpopmail/domains.
From looking at the config in /etc/isoqlog it looks like it's using the 
send log files to generate the HTML:

logstore = /var/log/qmail/send
So I would try moving those files somewhere else and then seeing if it 
still gives you the error.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] [isoqlog] Segmentation fault / log files deletion, how to?

2007-06-14 Thread Johannes Weberhofer, Weberhofer GmbH

Harry,

have you tried to increase the softlimit in the affected 
/var/qmail/supervise/*/run file. This could prevent strange errors like segfaults.

Johannes

Harry Zink wrote:




What's the easiest way to delete, comprehensively, all logfiles that 
isoqlog uses?


I'm constantly getting the segmentation fault errors, no one else on the 
list (except two other people) appear affected by it, so I want to see 
if it's something about my log-files, and just toast them all and see 
what happens.


Can someone at least help with some convenient and effective way to get 
rid of all the log files, please?


Harry

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|---


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Newbie questions

2007-06-14 Thread Felipe Ceglia - PY1NB

Hi Folks,

Thank you for your replies.

I found that if smtp server cant find its certificate files, STARTTLS 
wont work. Cool!


I found that you can compile vpopmail with auth-logging. Logging goes to 
a table in the db. Cool.


I just removed the services I dont need from supervise, I can start them 
later if I need them again.


I cant just disable SSL stuff on the email client. I have a lot of users 
which would get scared if they see that wrong certificate popup on 
their screens.



Thank you folks!

Felipe


Jake Vickers wrote:

PakOgah wrote:

Felipe Ceglia - PY1NB wrote:


- Can I bypass an email account from passing thru antispam and 
antivirus checking?
And if you mean your local email account add them to 
/var/qmail/control/simscan
i.e. 
[EMAIL PROTECTED]:clam=yes,spam=no,spam_hits=12,attach=.mdb:.xls:.doc:.ppt 


- How can I disable TLS in smtp?

Just dont set on your email client something look like
..connect using secure connection..
..server require secure connect..
Login using secure..

Correct. Removing TLS from the SMTP daemon itself would break it - you 
can try and patch it back out if you really want, but it's easier to 
set the client to not use it (Thunderbird, right? This shouldn't be a 
problem with Outlook)




- How can I disable some services like pop3s?

my best bet are
service qmail stop
delete folder /var/qmail/supervise/pop3-ssl/
service qmail start

for the last 2 answer:
why do you want to disable them?
you can block the port using iptables
wait for Jake to give complete answer :)
grin Thanks. I'm out of town in North Carolina looking at houses, so 
bear with me if my answers are a little slow.
Yes, removing those dirs would stop it from starting. Blocking the 
ports would be best though. I do this myself - that way if in the 
future you decide you DO want to use them, they're still there. Just 
not doing anything. Or move those dirs to another location - that will 
stop them from loading as well. Or you could edit the 
/etc/init.d/qmail file (may be /etc/rc.d/init.d/qmail for you, 
depending on distro) and in the start) header, add the commands to 
stop a particular service:

svc -dx /var/qmail/supervise/pop3-ssl
The qmail script by default starts everything in the 
/var/qmail/supervise dir, so you could rewrite the qmail file in 
init.d and have it selectively start the parts you want.
Changing the logging info isn't that easy Qmail itself records 
specific data, which is what you see.
You should be able to see when a user uses a wrong password though - 
that will be in your /var/log/qmail/pop3/current file. Remember to run 
all your logs through tai64nlocal to convert the time stamps to 
human-readable formats:

tail /var/log/qmail/pop3/current | tai64nlocal

I think all of your other questions were already covered. Let us know 
if you have any further questions!



-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] [isoqlog] Segmentation fault / log files deletion, how to?

2007-06-14 Thread Harry Zink
Assume I am a total blithering idiot and don't know how to do  
that... :-)


What do I edit?


On Jun 14, 2007, at 4:28 AM, Johannes Weberhofer, Weberhofer GmbH wrote:


Harry,

have you tried to increase the softlimit in the affected /var/ 
qmail/supervise/*/run file. This could prevent strange errors like  
segfaults.


Johannes

Harry Zink wrote:
What's the easiest way to delete, comprehensively, all logfiles  
that isoqlog uses?
I'm constantly getting the segmentation fault errors, no one else  
on the list (except two other people) appear affected by it, so I  
want to see if it's something about my log-files, and just toast  
them all and see what happens.
Can someone at least help with some convenient and effective way  
to get rid of all the log files, please?

Harry
-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: qmailtoaster-list- 
[EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list- 
[EMAIL PROTECTED]


--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies
|  Austria, 1080 Wien, Blindengasse 52/3
|
|  phone : +43 (0)1 5454421 0| email: [EMAIL PROTECTED]
|  fax   : +43 (0)1 5454421 19   | web  : http://weberhofer.at
|  mobile: +43 (0)699 11998315
|---


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: qmailtoaster-list- 
[EMAIL PROTECTED]




---
Antoine De Saint-Exupery
True happiness comes from the joy of deeds well done, the zest of  
creating things new.






Re: [qmailtoaster] [isoqlog] Segmentation fault / log files deletion, how to?

2007-06-14 Thread Harry Zink


On Jun 14, 2007, at 4:13 AM, Jake Vickers wrote:

So I would try moving those files somewhere else and then seeing if  
it still gives you the error.


Moved them out, restarted qmail, and so far the segfaults seem to  
have gone away.


---
George E. Nichols
The universal aptitude for ineptitude makes any human accomplishment  
an incredible miracle.





[qmailtoaster] my battle against spam

2007-06-14 Thread Jim Shupert, Jr.
Friends,
In my ongoing battle againt spam - I have a few questions.

I already do some Bayesian Statistical Scoring with a spam  notspam accounts
As described in http://wiki.qmailtoaster.com/index.php/SpamAssassin
and I am rather certain this is working - based on the repeat offenders that 
seem to now be tagged ***SPAM***


2 Qs  
(((   1
I find on the wiki  this 
rules_du_jour  .   This is a script and configuration for adding/updating 
additional SpamAssassin rule sets from various web sites, primarily 
http://www.rulesemporium.com. It has been preconfigured for QmailToaster by 
Jake. It can be run from qtp-menu or the CLI. In order to run it as a daily 
cron job, you can do the following: 
# cp -p /opt/qmailtoaster-plus/etc/cron.daily/rules_du_jour /etc/cron.daily/.
am I to understand that i could cron the above and that will give my antiSpam 
more smarts?(((2
 I was wondering if there was a local blacklist file... local to my server
( back when I was doing postfix I had a reject.domain hash that i employed )
basically a list of spammers - or does that sort of solution slow every mail 
transaction down and waste bandwidth?
Is any value to Blacklisting  this horrible source of spam
[EMAIL PROTECTED]
in some conf on my machine so that noone in my domain would get 
2000dealpeaks.com mail
and if so is it a good solution?

thanks

jim

Re: [qmailtoaster] my battle against spam

2007-06-14 Thread Sam Clippinger
Regarding question 2, blacklisting a specific From address is usually 
a waste of time because most spammers use a different fake From 
address for each spam message.  However, if they're not doing that to 
you, great!  Block it!


May I humbly recommend spamdyke?
 http://freesoftware.silence.org/spamdyke/

-- Sam Clippinger

Jim Shupert, Jr. wrote:

Friends,
In my ongoing battle againt spam - I have a few questions.
 
I already do some Bayesian Statistical Scoring with a spam  notspam 
accounts

As described in http://wiki.qmailtoaster.com/index.php/SpamAssassin
and I am rather certain this is working - based on the repeat offenders 
that seem to now be tagged ***SPAM***
 
 
2 Qs 
(((   1

I find on the wiki  this
rules_du_jour  .   This is a script and configuration for 
adding/updating additional SpamAssassin rule sets from various web 
sites, primarily http://www.rulesemporium.com 
http://www.rulesemporium.com/. It has been preconfigured for 
QmailToaster by Jake. It can be run from qtp-menu or the CLI. In order 
to run it as a daily cron job, you can do the following:


# cp -p /opt/qmailtoaster-plus/etc/cron.daily/rules_du_jour /etc/cron.daily/.
*am I to understand that i could cron the above and that will give my antiSpam more 
smarts?*

(((2
 I was wondering if there was a local blacklist file... local to my server
( back when I was doing postfix I had a reject.domain hash that i employed )
basically a list of spammers - or does that sort of solution slow every 
mail transaction down and waste bandwidth?

Is any value to Blacklisting  this horrible source of spam
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
in some conf on my machine so that noone in my domain would get 
2000dealpeaks.com mail

and if so is it a good solution?
 
thanks
 
jim


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]