Re: [qmailtoaster] connect(): No such file or directory

2010-04-16 Thread nishant amin
hi
as anyone upgraded their toaster with the newmodel script.are you
getting any errors with clamav.
qmailtoaster site has two new updated packages (squirrel mail and clamav )
is it safe to run the newmodel script
i am running qmt on centos 5.4

your insight and info is highly appreciated


On Fri, Apr 16, 2010 at 5:34 AM, South Computers
i...@southcomputers.com wrote:
 Just realized none of my 3 toasters were getting mail. Figured out it's the
 clamav.

 I assume others are having the same problem.

 I realize many of you may not get this until you figure it out yourself as
 your toasters may be down as well, but for those that are subscribed with
 another email address, or that think to check the qmailtoaster site, you
 need to update your clamav.

 Here's how:

 ssh to your server, or  if standing in from of it:

 login as root.

 cd /usr/src/qtms-install/   (or whereever you download your source files to)

 wget
 http://www.qmailtoaster.com/download/stable/clamav-toaster-0.96.0-1.3.35.src.rpm

 rpmbuild --rebuild --with cnt40 clamav-toaster-0.96.0-1.3.35.src.rpm
  -  note that this is for centos4, change it to your distro if not
 cnt40

 rpm -Uhv /usr/src/redhat/RPMS/i386/clamav-toaster-0.96.0-1.3.35.i386.rpm

 qmailctl restart

 Hope this helps someone.

 Cheers!
 Scott









 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
 -
    Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] connect(): No such file or directory

2010-04-16 Thread Aleksander Podsiadły
Dnia 2010-04-16, pią o godzinie 09:29 +0300, nishant amin pisze:
 is it safe to run the newmodel script
 i am running qmt on centos 5.4 
Yes, it's safe.
I upgraded 2 QMT servers, one i686 and one x86_64. All works fine.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] connect(): No such file or directory

2010-04-16 Thread nishant amin
thanks

On Fri, Apr 16, 2010 at 9:40 AM, Aleksander Podsiadły
a...@westside.kielce.pl wrote:
 Dnia 2010-04-16, pią o godzinie 09:29 +0300, nishant amin pisze:
 is it safe to run the newmodel script
 i am running qmt on centos 5.4
 Yes, it's safe.
 I upgraded 2 QMT servers, one i686 and one x86_64. All works fine.

 --
 Pozdrawiam / Regards,
 Aleksander Podsiadły


 -
 Qmailtoaster is sponsored by Vickers Consulting Group 
 (www.vickersconsulting.com)
    Vickers Consulting Group offers Qmailtoaster support and installations.
      If you need professional help with your setup, contact them today!
 -
     Please visit qmailtoaster.com for the latest news, updates, and packages.

      To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
     For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.

  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




Re: [qmailtoaster] connect(): No such file or directory

2005-11-21 Thread demo

Jake Vickers wrote:


[EMAIL PROTECTED] wrote:


I think I have everything installed and running, but the mails do not
arrive to destin.
rpm -qa | grep toaster
spamassassin-toaster-3.1.0-1.2.9

qmailctl stat
imap4: up (pid 3343) 2085 seconds
imap4-ssl: up (pid 3344) 2086 seconds
pop3: up (pid 3341) 2086 seconds
pop3-ssl: up (pid 3346) 2086 seconds
send: up (pid 3350) 2086 seconds
smtp: up (pid 3349) 2086 seconds
imap4/log: up (pid 3342) 2086 seconds
imap4-ssl/log: up (pid 3345) 2086 seconds
pop3/log: up (pid 3347) 2086 seconds
pop3-ssl/log: up (pid 3352) 2086 seconds
send/log: up (pid 3351) 2086 seconds
smtp/log: up (pid 3348) 2086 seconds
 

You're missing spamd.  It's installed, but not running which is where 
the break is coming in.  chkusr is trying to hand the email off  to 
spamd's sockets, but it's missing.  Try manually installing 
spamassassin from the RPM and see if it gives you any errors. Also 
check /var/log/qmail/spamd/current and see what errors there are.  I 
forget what distro you installed this on, but you may be missing a few 
of the perl libs that spamassassin needs.

You can try manually starting spamd for qmail by using this:
svc -u /var/qmail/supervise/spamd /var/qmail/supervise/spamd/log
and see if there are any errors as well.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hi,
I'm on FC3.
well a ps -ef |grep spamd gives me:
---
root 25361 25352  0 11:13 pts/100:00:00 supervise spamd
qmaill   25364 25363  0 11:13 pts/100:00:00 /usr/bin/multilog t 
s100 n100 /var/log/qmail/spamd
root 25383 25361  0 11:13 pts/100:00:01 /usr/bin/perl -T -w 
/usr/bin/spamd -L -x -u vpopmail -s stderr

vpopmail 25418 25383  0 11:13 pts/100:00:00 spamd child
vpopmail 25419 25383  0 11:13 pts/100:00:00 spamd child
root 25485 24432  0 11:17 pts/100:00:00 grep spamd
---

and the log in /var/qmail/supervise/spamd/log/run:

#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT 
/var/log/qmail/spamd

--
the logs in dir: /var/qmail/supervise/spamd/log/supervise
are empty, only status has something encrypted
same situation in: /var/qmail/supervise/spamd/supervise

the logs in /var/log/qmail/spamd:
are empty

As the processes show above spamd seems to be started, but no outside 
mails arrive. Why do local mails work? If i send a mail from one local 
account to enother it works (virtual accounts!).




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] connect(): No such file or directory

2005-11-21 Thread Jake Vickers

demo wrote:


Hi,
I'm on FC3.
well a ps -ef |grep spamd gives me:
---
root 25361 25352  0 11:13 pts/100:00:00 supervise spamd
qmaill   25364 25363  0 11:13 pts/100:00:00 /usr/bin/multilog t 
s100 n100 /var/log/qmail/spamd
root 25383 25361  0 11:13 pts/100:00:01 /usr/bin/perl -T -w 
/usr/bin/spamd -L -x -u vpopmail -s stderr

vpopmail 25418 25383  0 11:13 pts/100:00:00 spamd child
vpopmail 25419 25383  0 11:13 pts/100:00:00 spamd child
root 25485 24432  0 11:17 pts/100:00:00 grep spamd
---

and the log in /var/qmail/supervise/spamd/log/run:

#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE 
n$LOGCOUNT /var/log/qmail/spamd

--
the logs in dir: /var/qmail/supervise/spamd/log/supervise
are empty, only status has something encrypted
same situation in: /var/qmail/supervise/spamd/supervise

the logs in /var/log/qmail/spamd:
are empty

As the processes show above spamd seems to be started, but no outside 
mails arrive. Why do local mails work? If i send a mail from one 
local account to enother it works (virtual accounts!).


spamd isn't running correctly.  Local emails work, since local emails 
are not passed through the spam/virus filter.  Try uninstalling 
spamassassin-toaster and simscan-toaster, redownload them, rebuild them, 
and reinstall them to see if that fixes the problem.  Pay attention in 
case there's broken deps.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] connect(): No such file or directory

2005-11-21 Thread demo
I would like to try another wokaround the problem. Is it possible to 
deactivate spamassassin and antivirus easily, to try if qmail works 
without them?




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] connect(): No such file or directory

2005-11-21 Thread demo

demo wrote:


Jake Vickers wrote:


demo wrote:


Hi,
I'm on FC3.
well a ps -ef |grep spamd gives me:
---
root 25361 25352  0 11:13 pts/100:00:00 supervise spamd
qmaill   25364 25363  0 11:13 pts/100:00:00 /usr/bin/multilog t 
s100 n100 /var/log/qmail/spamd
root 25383 25361  0 11:13 pts/100:00:01 /usr/bin/perl -T -w 
/usr/bin/spamd -L -x -u vpopmail -s stderr

vpopmail 25418 25383  0 11:13 pts/100:00:00 spamd child
vpopmail 25419 25383  0 11:13 pts/100:00:00 spamd child
root 25485 24432  0 11:17 pts/100:00:00 grep spamd
---

and the log in /var/qmail/supervise/spamd/log/run:

#!/bin/sh
LOGSIZE=`cat /var/qmail/control/logsize`
LOGCOUNT=`cat /var/qmail/control/logcount`
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE 
n$LOGCOUNT /var/log/qmail/spamd

--
the logs in dir: /var/qmail/supervise/spamd/log/supervise
are empty, only status has something encrypted
same situation in: /var/qmail/supervise/spamd/supervise

the logs in /var/log/qmail/spamd:
are empty

As the processes show above spamd seems to be started, but no 
outside mails arrive. Why do local mails work? If i send a mail 
from one local account to enother it works (virtual accounts!).


spamd isn't running correctly.  Local emails work, since local emails 
are not passed through the spam/virus filter.  Try uninstalling 
spamassassin-toaster and simscan-toaster, redownload them, rebuild 
them, and reinstall them to see if that fixes the problem.  Pay 
attention in case there's broken deps.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Recompiled and installed spamassassin-toaster and simscan-toaster 
without errors, but when starting qmail I get an error:


qmailctl start
Starting qmail-toaster: svscan.
[EMAIL PROTECTED] TOASTER]# multilog: fatal: unable to lock directory 
/var/log/qmail/spamd: temporary failure
multilog: fatal: unable to lock directory /var/log/qmail/spamd: 
temporary failure


this did not happen before?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


solved problem with multilog by deleting /var/log/qmail/spamd.


but still get error connect(): No such file or directory

@40004381ef751e1e03ac tcpserver: status: 1/100
@40004381ef751e1e26d4 tcpserver: pid 7180 from 213.155.200.43
@40004381ef751e1e3674 tcpserver: ok 7180 
eggport.eggmedia.biz:10.10.10.3:25 :213.155.200.43::63462
@40004381ef772464fa7c CHKUSER accepted rcpt: from 
[EMAIL PROTECTED]:: remote 
mail.schillinger.it:unknown:213.155.200.43 rcpt [EMAIL PROTECTED] : 
found existing recipient

@40004381ef77352c0d8c connect(): No such file or directory
@40004381ef780c5f2704 tcpserver: end 7180 status 0
@40004381ef780c60c12c tcpserver: status: 0/100


How can I turn off antivirus and spam checking to get the mailserver 
working?

I'm under time pressure.
Thanks for any help.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] connect(): No such file or directory

2005-11-19 Thread [EMAIL PROTECTED]
I think I have everything installed and running, but the mails do not
arrive to destin.
rpm -qa | grep toaster
spamassassin-toaster-3.1.0-1.2.9
qmail-pop3d-toaster-1.03-1.2.9
maildrop-toaster-1.8.1-1.2.9
ucspi-tcp-toaster-0.88-1.2.8
control-panel-toaster-0.5-1.2.7
autorespond-toaster-2.0.4-1.2.7
vpopmail-toaster-5.4.10-1.2.9
ezmlm-toaster-0.53.324-1.2.9
qmailadmin-toaster-1.2.9-1.2.10
squirrelmail-toaster-1.4.5-1.2.12
qmail-toaster-1.03-1.2.9
isoqlog-toaster-2.1-1.2.8
qmailmrtg-toaster-4.2-1.2.7
daemontools-toaster-0.76-1.2.8
courier-imap-toaster-3.0.8-1.2.8
vqadmin-toaster-2.3.4-1.2.11
clamav-toaster-0.87-1.2.8
simscan-toaster-1.1-1.2.5
maildrop-toaster-devel-1.8.1-1.2.9


qmailctl stat
imap4: up (pid 3343) 2085 seconds
imap4-ssl: up (pid 3344) 2086 seconds
pop3: up (pid 3341) 2086 seconds
pop3-ssl: up (pid 3346) 2086 seconds
send: up (pid 3350) 2086 seconds
smtp: up (pid 3349) 2086 seconds
imap4/log: up (pid 3342) 2086 seconds
imap4-ssl/log: up (pid 3345) 2086 seconds
pop3/log: up (pid 3347) 2086 seconds
pop3-ssl/log: up (pid 3352) 2086 seconds
send/log: up (pid 3351) 2086 seconds
smtp/log: up (pid 3348) 2086 seconds


I did also a 
 /usr/bin/spamd 
and sand an email again, but still same error:

found existing recipient
@4000437f82ae17f7d764 connect(): No such file or directory
@4000437f82ae18d6b614 tcpserver: end 4891 status 0
@4000437f82ae18d6d93c tcpserver: status: 0/100


Any other ideas???
I'm desasperated




On Fri, 2005-11-18 at 12:41 -0500, Jake Vickers wrote:
 demo wrote:
 
  Hi,
  please help me,
 
  I installed qmailtoaster on FC3 everything works except receiving 
  mails from other mail servers (sending mail to my qmailserver from 
  outlook at work).
 
  I get the following error in /var/log/qmail/smtp/current:
  
  @4000437e075814ea83dc connect(): No such file or directory
 
  Any idea where the problem is??
 
 
 I ran into a similar problem a while back... Wish I would have written 
 down what exactly the problem was... Anyway, if I remember right, mine 
 was missing the smtp daemon, or the log file. do a qmailctl stat and see 
 what all is running; if smtp and smtp/log are there, make sure the log 
 file is there.  Also do 'rpm -qa | grep toaster' to see if all of the 
 packages are installed - you may be missing spamassassin or simscan and 
 it's breaking there since it's expecting a connection to spamd and if 
 it's not running there is nothing to connect to You may also do a 
 'ps -ax' to see if spamd is running.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] connect(): No such file or directory

2005-11-19 Thread Nigel Reed
On Sat, Nov 19, 2005 at 08:54:10PM +0100, [EMAIL PROTECTED] wrote:
 found existing recipient
 @4000437f82ae17f7d764 connect(): No such file or directory
 @4000437f82ae18d6b614 tcpserver: end 4891 status 0
 @4000437f82ae18d6d93c tcpserver: status: 0/100

Personally, I use strace to figure out these problems. I usually detect
exactly what the problem is. In this case, I'd shut down qmail and then
just start the smtpd daemon with strace and when there is a connect
error, I can see exactly what was trying to connect to what. 

There's probably an easier way but that'll work.

Regards
Nigel
--
www.myoldcontacts.com - Tell your friends to tell their friends
www.sysadmininc.com  - Consultancy, Service, Sales, Networking...
www.british-expats.com - Connect with British Expats World Wide
www.kxez.com/shows_britishinvasion.php - 9-11pm Sunday. KXEZ 92.1 FM


I reject your reality and substitute it with my own --Adam Savage.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] connect(): No such file or directory

2005-11-18 Thread Jake Vickers

demo wrote:


Hi,
please help me,

I installed qmailtoaster on FC3 everything works except receiving 
mails from other mail servers (sending mail to my qmailserver from 
outlook at work).


I get the following error in /var/log/qmail/smtp/current:

@4000437e075814ea83dc connect(): No such file or directory

Any idea where the problem is??


I ran into a similar problem a while back... Wish I would have written 
down what exactly the problem was... Anyway, if I remember right, mine 
was missing the smtp daemon, or the log file. do a qmailctl stat and see 
what all is running; if smtp and smtp/log are there, make sure the log 
file is there.  Also do 'rpm -qa | grep toaster' to see if all of the 
packages are installed - you may be missing spamassassin or simscan and 
it's breaking there since it's expecting a connection to spamd and if 
it's not running there is nothing to connect to You may also do a 
'ps -ax' to see if spamd is running.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]