[qmailtoaster] Sender MX?

2009-04-30 Thread Wojciech Gabor
How can I block mails fom host without DNS name and valid MX?

I check sources for qmail-toaster and I find CHKUSER_SENDER_MX is defined in 
chkuser_settings.h. Why not block host whitout DNS?

-- 
Tuptus

-
 Managed Qmailtoaster servers are now available
   Visit http://qmailtoaster.com/QMTManaged.html to order yours today!

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)

 Please visit qmailtoaster.com for the latest news, updates, and packages.


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




[qmailtoaster] SMTP-AUTH

2007-01-31 Thread Wojciech Gabor
I have two interfaces:
- 1.2.3.4 - incomming messages, rbl, calmav, spamassassin
- 1.2.3.5 - messages from our clients, no rbl and spamassassin but 
REQUIRE_AUTH=1

Mailes send to outer domains by 1.2.3.5 without authorization are blocked 
with message client not allowed to relay and it's OK.
But mails send to my domain are delivered and it's not OK because spam is 
incoming to client mailboxes. How block all messages but authorized?
 
-- 
Tuptus
System uptime: 41 years 9 months 0 weeks 5 days 7 hours 15 minuts

Linux: Ponieważ za błędy w oprogramowaniu nie powinno się płacić pieniędzy.

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



Re: [qmailtoaster] SMTP-AUTH

2007-01-31 Thread Wojciech Gabor
Dnia środa, 31 stycznia 2007 14:22, Jean-Paul van de Plasse napisał:
 A small error in the run file of the submission port makes this port open
 for all!
 The line reads REQUIRE_AUTH=1, but this should be export REQUIRE_AUTH=1
 Otherwise it will not be available in the qmail-smtpd

 Hopefully this can be fixed soon..

 For all using submission:
 For now a manual fix is easy, just edit the
 /var/qmail/supervise/submission/run file and change that line.

I've looked sources before send message to the list. I've make this fix 
but it not fix problem.
I think that problem is in 

require_auth is set in 
code
x = env_get(REQUIRE_AUTH);
if(x) { scan_ulong(x,u); if (u0) require_auth = 1; }
/code
but what is u ? when u0

code
if (require_auth) if (!flagauth) { err_authfirst(); return; }
/code
When flagauth is set?

 I have two interfaces:
 - 1.2.3.4 - incomming messages, rbl, calmav, spamassassin
 - 1.2.3.5 - messages from our clients, no rbl and spamassassin but
 REQUIRE_AUTH=1

 Mailes send to outer domains by 1.2.3.5 without authorization are blocked
 with message client not allowed to relay and it's OK.
 But mails send to my domain are delivered and it's not OK because spam
 is incoming to client mailboxes. How block all messages but authorized?

-- 
Tuptus
System uptime: 41 years 9 months 0 weeks 5 days 9 hours 45 minuts

Nigdy nie ufaj systemowi operacyjnemu, do którego nie masz kodów źródłowych.

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



Re: [qmailtoaster] Heavy qmail queue pls help !!!

2007-01-29 Thread Wojciech Gabor
Dnia poniedziałek, 29 stycznia 2007 13:52, Igor Vukotić napisał:
 Same problem here... :(

 On 2007.01.29, at 09:36, ashok wrote:
  Dear All,,
  I have qmail toaster running on CENT OS.
  Today morning I see there is huge queue in the mail server
 
  [EMAIL PROTECTED] ~]# qmailctl  queue | grep queue
 
  messages in queue: 7616
 
  messages in queue but not yet preprocessed: 0
 
  [EMAIL PROTECTED] ~]# qmailctl  queue
 
  29 Jan 2007 00:21:32 GMT  #86298  5053  [EMAIL PROTECTED]
 
  local   [EMAIL PROTECTED]
 
  28 Jan 2007 19:46:46 GMT  #2751170  6205  [EMAIL PROTECTED]
 
  local   [EMAIL PROTECTED]
 
  28 Jan 2007 125:36 GMT  #86781  4484  [EMAIL PROTECTED]
 
  local   [EMAIL PROTECTED]
 
  29 Jan 2007 011:57 GMT  #2749997  6505  [EMAIL PROTECTED]
 
  local   [EMAIL PROTECTED]
 
  29 Jan 2007 00:41:58 GMT  #2749767  4085  [EMAIL PROTECTED]
 
  local   [EMAIL PROTECTED]
 
  29 Jan 2007 03:17:57 GMT  #2749606  6816  [EMAIL PROTECTED]
 
  local   [EMAIL PROTECTED]
 

Look at /var/qmail/queue/lock. List in my system is:
-rw---  1 qmails qmail0 lis 22 13:50 sendmutex
-rw-r--r--  1 qmailr qmail 1024 sty 29 15:12 tcpto
prw--w--w-  1 qmails qmail0 sty 29 15:25 trigger

trigger is very importent. It's not regular file but pipe.

-- 
Tuptus
System uptime: 41 years 9 months 0 weeks 3 days 9 hours 15 minuts

Free Software to kwestia wolności, nie ceny

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



Re: [qmailtoaster] Password fail

2007-01-19 Thread Wojciech Gabor
Dnia piątek, 19 stycznia 2007 08:45, Wojciech Gabor napisał:
 Dnia środa, 17 stycznia 2007 16:39, Eric Shubes napisał:
  Wojciech Gabor wrote:
   vpopmail[24367]: vchkpw-smtp: password fail
   (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP
 
  Which encoding scheme is used by the scanner? Encoding scheme must
  match what vpopmail is using (I'm not sure what that is off hand).

 I dont know and no any info in doc. IMO it is md5 but CRAM or DIGEST ???

 When I configure my kmail I check what encoding is used on SMTP server
 ... PLAIN and APOP only?

Ooops, it's for POP3.
For SMTP is PLAIN and CRAM-MD5.
Using Thunderbird I have efect like my client. When I try send message TH 
connect and in maillog I see password fail (pass: '..
After some seconds connect second time and send message correct.

I try set CRAM-MD5 in my kmail and I have error:
authentication failed (#5.7.1)

In vchkpw.c I found:
code
#ifdef CLEAR_PASS
  /* Check CRAM-MD5 auth */
  if(ConnType == SMTP_CONN) {
  /* printf(vchkpw: smtp auth\n); */
cramaccepted = authcram(ThePass,TheChallenge,vpw-pw_clear_passwd);
if(cramaccepted == 0) strcpy(AuthType, CRAM-MD5);
  }

  /* Check APOP auth */
  if(ConnType == POP_CONN) {
apopaccepted = authapop(ThePass,TheChallenge,vpw-pw_clear_passwd);
if(apopaccepted == 0) strcpy(AuthType, APOP);
  }
#endif
/code

I understand if is set --disable-clear-passwd that CRAM-MD5 not work. But 
why is enable?

code
# telnet smtp.lo.pl 25
Trying 195.116.217.42...
Connected to smtp.lo.pl (195.116.217.42).
Escape character is '^]'.
220 listowy.lo.pl - Welcome to Qmail Toaster Ver. 1.3 SMTP Server ESMTP
EHLO poczta
250-listowy.lo.pl - Welcome to Qmail Toaster Ver. 1.3 SMTP Server
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 20971520
250 AUTH LOGIN PLAIN CRAM-MD5
/code
 

-- 
Wojciech Gabor
System uptime: 41 years 8 months 3 weeks 3 days 6 hours 45 minuts

Doświadczenie to coś, co zdobywasz tuż po chwili w której go potrzebowałeś.

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



Re: [qmailtoaster] Password fail

2007-01-18 Thread Wojciech Gabor
Dnia środa, 17 stycznia 2007 16:39, Eric Shubes napisał:
 Wojciech Gabor wrote:
  vpopmail[24367]: vchkpw-smtp: password fail
  (pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP
 Which encoding scheme is used by the scanner? Encoding scheme must match
 what vpopmail is using (I'm not sure what that is off hand).

I dont know and no any info in doc. IMO it is md5 but CRAM or DIGEST ???

When I configure my kmail I check what encoding is used on SMTP server ... 
PLAIN and APOP only?  

I think it's problem in any rpm but what? qmail, vpopmail, 
courier-authlib ... ?
-- 
Tuptus
System uptime: 41 years 8 months 3 weeks 3 days 2 hours 45 minuts

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



[qmailtoaster] Password fail

2007-01-17 Thread Wojciech Gabor
vpopmail[24367]: vchkpw-smtp: password fail 
(pass: '0b3acf566e0899014146fee9fa23f760') [EMAIL PROTECTED]:IP

This connection is from scaner sending its work to email. In tutorial is 
only info that password is coded. Change to send password in plain text is 
not possible.
How resolve it?
 
-- 
Tuptus
System uptime: 41 years 8 months 3 weeks 1 days 9 hours 45 minuts

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



Re: [qmailtoaster] Greylisting

2007-01-17 Thread Wojciech Gabor
Dnia wtorek, 16 stycznia 2007 09:43, Erik Espinoza napisał:
 You may want to check this out:

 http://thomas.mangin.me.uk/software/qmail-greylist.html

Simple and effective.
THX Erik.

-- 
System uptime: 41 years 8 months 3 weeks 1 days 9 hours 45 minuts

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



[qmailtoaster] Greylisting

2007-01-16 Thread Wojciech Gabor
I plan start any greylisting with QT. What package is recommended for QT? 
Any HOWTO?
-- 
Tuptus
System uptime: 41 years 8 months 3 weeks 0 days 3 hours 45 minuts

Why use windows since there is a door?

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



[qmailtoaster] [CHKUSER] Blocking messages with bad address

2007-01-11 Thread Wojciech Gabor
In tcp.smtp I have:
:allow,CHKUSER_WRONGRCPTLIMIT=10,QMAILQUEUE=/var/qmail/bin/simscan

When I send message with some address and only one is bad (bad MX) all 
message is stoped. Why? Other address are good.
 
-- 
Wojciech Gabor
System uptime: 41 years 8 months 2 weeks 2 days 9 hours 45 minuts

Można być wolnym ale czasem wymaga to większego
wysiłku i szerszego światopoglądu oraz pewnej zaradności.

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



[qmailtoaster] [isoqlog] problem with cron.sh

2007-01-11 Thread Wojciech Gabor
All run /usr/share/toaster/isoqlog/bin/cron.sh 
regenerate /etc/isoqlog/isoqlog.domain. It's OK but why only for domians 
in /home/vpopmail/domains? 
I have over 400 domains and vpopmail make directory in $VPOPMAIL and 
$VPOPMAIL/0, $VPOPMAIL/1 ...
I sugest change cron.sh. My diff:
code
--- cron.sh.orig2006-11-22 15:01:27.0 +0100
+++ cron.sh 2007-01-11 12:35:42.0 +0100
@@ -1,6 +1,7 @@
 #!/bin/sh

 VPOPMAIL=/home/vpopmail/domains
+VPOPMAILBIN=/home/vpopmail/bin
 ISOQLOG=`which isoqlog`
 ISODOMAINS=/etc/isoqlog/isoqlog.domains
 RM=`which rm`
@@ -12,7 +13,7 @@
 [ -f $ISODOMAINS ]  $RM -rf $ISODOMAINS

 # Regenerate the file
-for i in `ls $VPOPMAIL`; do
+for i in `$VPOPMAILBIN/vdominfo -n | sort | grep ^[0-9A-Za-z]`; do
echo $i  $ISODOMAINS;
 done

/code
-- 
Tuptus
System uptime: 41 years 8 months 2 weeks 2 days 15 hours 45 minuts

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



[qmailtoaster] [isoqlog] Segmentation fault

2007-01-11 Thread Wojciech Gabor
I have isoqlog-toaster-2.1-1.3.2 on Centos-4.4

Some logfiles in /var/log/qmail/send make sementation fault of isoqlog. 
Where looking for solve? 
I was looking by strace but no interesting things found.
code
(...)
close(4)= 0
munmap(0x2a968fd000, 4096)  = 0
open(/var/log/qmail/send/current, O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=140401, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2a968fd000
read(4, @400045a69d3e16dce5cc delive..., 4096) = 4096
read(4,  qp 8341 uid [EMAIL PROTECTED]..., 4096) = 4096
read(4, e 0/[EMAIL PROTECTED]..., 4096) = 4096
read(4, s: local 0/20 remote 0/[EMAIL PROTECTED]..., 4096) = 4096
read(4, n./[EMAIL PROTECTED]_66.249.9..., 4096) = 4096
read(4, 20c new msg [EMAIL PROTECTED]..., 4096) = 4096
read(4, p 10054 uid [EMAIL PROTECTED]..., 4096) = 4096
read(4, id_0+0+1/[EMAIL PROTECTED]..., 4096) = 4096
read(4, 749620 to local zjo.lo.pl-stypen..., 4096) = 4096
read(4, c.com qp 11314 uid [EMAIL PROTECTED]..., 4096) = 4096
read(4, [EMAIL PROTECTED]@400045..., 4096) = 4096
read(4, 5b09cc status: local 0/20 remote..., 4096) = 4096
read(4, 00045a69f2400314354 new msg 8749..., 4096) = 4096
read(4, 4 status: local 1/20 remote 0/60..., 4096) = 4096
read(4, 0/20 remote 0/[EMAIL PROTECTED]..., 4096) = 4096
read(4, 8749620: bytes 66510 from speed..., 4096) = 4096
read(4, +0+1/[EMAIL PROTECTED] ..., 4096) = 4096
read(4, 6a0390fb4512c new msg [EMAIL PROTECTED]..., 4096) = 4096
read(4, [EMAIL PROTECTED] deliv..., 4096) = 4096
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
/code  
 
-- 
Tuptus
System uptime: 41 years 8 months 2 weeks 2 days 15 hours 45 minuts


-
 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

2007-01-11 Thread Wojciech Gabor
Dnia czwartek, 11 stycznia 2007 22:00, Eric Shubes napisał:
 Wojciech Gabor wrote:
  I have isoqlog-toaster-2.1-1.3.2 on Centos-4.4
 
  Some logfiles in /var/log/qmail/send make sementation fault of isoqlog.
  Where looking for solve?
  I was looking by strace but no interesting things found.
  code
  (...)
  close(4)= 0
  munmap(0x2a968fd000, 4096)  = 0
  open(/var/log/qmail/send/current, O_RDONLY) = 4
  fstat(4, {st_mode=S_IFREG|0644, st_size=140401, ...}) = 0
  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
  0) = 0x2a968fd000
  read(4, @400045a69d3e16dce5cc delive..., 4096) = 4096
  read(4,  qp 8341 uid [EMAIL PROTECTED]..., 4096) = 4096
  read(4, e 0/[EMAIL PROTECTED]..., 4096) = 4096
  read(4, s: local 0/20 remote 0/[EMAIL PROTECTED]..., 4096) = 4096
  read(4, n./[EMAIL PROTECTED]_66.249.9..., 4096) = 4096
  read(4, 20c new msg [EMAIL PROTECTED]..., 4096) = 4096
  read(4, p 10054 uid [EMAIL PROTECTED]..., 4096) = 4096
  read(4, id_0+0+1/[EMAIL PROTECTED]..., 4096) = 4096
  read(4, 749620 to local zjo.lo.pl-stypen..., 4096) = 4096
  read(4, c.com qp 11314 uid [EMAIL PROTECTED]..., 4096) = 4096
  read(4, [EMAIL PROTECTED]@400045..., 4096) = 4096
  read(4, 5b09cc status: local 0/20 remote..., 4096) = 4096
  read(4, 00045a69f2400314354 new msg 8749..., 4096) = 4096
  read(4, 4 status: local 1/20 remote 0/60..., 4096) = 4096
  read(4, 0/20 remote 0/[EMAIL PROTECTED]..., 4096) = 4096
  read(4, 8749620: bytes 66510 from speed..., 4096) = 4096
  read(4, +0+1/[EMAIL PROTECTED] ..., 4096) = 4096
  read(4, 6a0390fb4512c new msg [EMAIL PROTECTED]..., 4096) = 4096
  read(4, [EMAIL PROTECTED] deliv..., 4096) = 4096

 What do the 4096 bytes of this point in the log contain? Anything
 peculiar? Is the log file it's choking on a 'normal' (*.s) file?

It's normal *.s files. 
This error is with some files, not all.
I make strace -o ~/rob/isoqlog.trace -s 4096 isoqlog and I found that this 
fault is until read logfile. Isoqlog stop read in random place.
-- 
Wojciech Gabor
System uptime: 41 years 8 months 2 weeks 2 days 16 hours 15 minuts

Cudowna kobieta to taka, która nie wymaga cudów.

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



Re: [qmailtoaster] Slow local delivery

2007-01-05 Thread Wojciech Gabor
Dnia czwartek, 4 stycznia 2007 17:41, Eric Shubes napisał:
 Wojciech Gabor wrote:
  I have all time about 300 mails in queue, all as local.
  Concurrentlocal is set to 20. In send log I see only 2/20 to 4/20 for
  local delivery. Delivery time is about 40 min. It's too slow.
  Where I may search solution for this problem?

 Where'd so many queued messages come from?
 Since there are only 2-4/20 running, I'm guessing that these failed
 initially and have been requeued to be delivered at a later time. Was
 there a problem that has since been fixed?

 Do
 # qmHandle -a
 to try sending them right away. You should see 20/20 in the send log
 right after this is run. (qmHandle is part of the qmailtoaster-plus
 package)

 Do messages accumulate in the queue after it's been cleared? What is the
 cause of initial failure?

Thanks for your respons.
Problem was solved.
I'v made migrating from older system and file /var/qmail/queue/lock/trigger 
was not copied. I'v made it and system is runnig OK.


-- 
Wojciech Gabor
System uptime: 41 years 8 months 1 weeks 3 days 5 hours 45 minuts

make brain  make install brain || rm -R ~/*

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



[qmailtoaster] Slow local delivery

2007-01-04 Thread Wojciech Gabor
I have all time about 300 mails in queue, all as local. Concurrentlocal is 
set to 20. In send log I see only 2/20 to 4/20 for local delivery. Delivery 
time is about 40 min. It's too slow.
Where I may search solution for this problem? 

-- 
Wojciech Gabor
System uptime: 41 years 8 months 1 weeks 2 days 7 hours 15 minuts

Na świecie jest 10 rodzajów ludzi:
ci, którzy rozumieją liczby binarne i ci, którzy nie rozumieją.

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



Re: [qmailtoaster] qmail-smtp on Fdr6064

2006-11-15 Thread Wojciech Gabor
Dnia wtorek, 14 listopada 2006 01:18, Wojciech Gabor napisał:
 Dnia wtorek, 14 listopada 2006 01:10, Erik Espinoza napisał:
  Did you compile the qmail-toaster on this machine? Did you install all
  of the dependencies from fdr6064-deps.sh?

 Yes, all build process on this machine by fdr6064-install-script. Only
 vpopmail build without --disable-many-domains.

Noone use Fedora Core 6 x86_64? No any idea to solve problem?
If any extra info needed I send it but what info?

I'v test this problem with qmail-toaster-1.03-1.3.7 and 
qmail-toaster-1.03-1.3.8 - the same efect.

-- 
Wojciech Gabor
System uptime: 41 years 6 months 2 weeks 6 days 3 hours 15 minuts

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



Re: [qmailtoaster] qmail-smtp on Fdr6064

2006-11-15 Thread Wojciech Gabor
Dnia środa, 15 listopada 2006 09:33, Erik Espinoza napisał:
 Looks like you're just missing krb5-libs

code
# rpm -qa | grep krb | sort
krb5-auth-dialog-0.7-1
krb5-devel-1.5-7
krb5-devel-1.5-7
krb5-libs-1.5-7
krb5-libs-1.5-7
pam_krb5-2.2.11-1
/code
Packages are twice because is i386 and x86_64 (yum install because 
requirments)

code
# ldconfig -p | grep libkrb
libkrb5support.so.0 (libc6,x86-64) = /usr/lib64/libkrb5support.so.0
libkrb5support.so.0 (libc6) = /usr/lib/libkrb5support.so.0
libkrb5support.so (libc6,x86-64) = /usr/lib64/libkrb5support.so
libkrb5support.so (libc6) = /usr/lib/libkrb5support.so
libkrb5.so.3 (libc6,x86-64) = /usr/lib64/libkrb5.so.3
libkrb5.so.3 (libc6) = /usr/lib/libkrb5.so.3
libkrb5.so (libc6,x86-64) = /usr/lib64/libkrb5.so
libkrb5.so (libc6) = /usr/lib/libkrb5.so
libkrb4.so.2 (libc6,x86-64) = /usr/lib64/libkrb4.so.2
libkrb4.so.2 (libc6) = /usr/lib/libkrb4.so.2
libkrb4.so (libc6,x86-64) = /usr/lib64/libkrb4.so
libkrb4.so (libc6) = /usr/lib/libkrb4.so
/code


  I'v test this problem with qmail-toaster-1.03-1.3.7 and
  qmail-toaster-1.03-1.3.8 - the same efect.

 Would you mind pasting /var/qmail/supervise/smtp/run?

code
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD=/var/qmail/bin/qmail-smtpd
TCP_CDB=/etc/tcprules.d/tcp.smtp.cdb
RBLSMTPD=/usr/bin/rblsmtpd
HOSTNAME=`hostname`
VCHKPW=/home/vpopmail/bin/vchkpw
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 2700 \
 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c $MAXSMTPD \
 -u $QMAILDUID -g $NOFILESGID 0 smtp \
 $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 21
/code
-- 
Wojciech Gabor
System uptime: 41 years 6 months 2 weeks 6 days 3 hours 45 minuts

Szlachetny człowiek wymaga od siebie,
prostak - od innych -- Konfucjusz

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



[qmailtoaster] qmail-smtp on Fdr6064

2006-11-13 Thread Wojciech Gabor
I try install qmail-toaster on Fedora Core 6 but it's any problem with 
qmail-smtp.

Local messages send by command mail are OK. 
Problem is with remote:
code
[EMAIL PROTECTED] ~]$ telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
/code

The same effect with connect to inet address.

In smtp log file:
code
@4000455904a80edc4494 tcpserver: status: 1/100
@4000455904a80edc5434 tcpserver: pid 11027 from 127.0.0.1
@4000455904a80edc5c04 tcpserver: ok 11027 
listowy.lo.pl:127.0.0.1:25 :127.0.0.1::48863
@4000455904a81abc7d74 /var/qmail/bin/qmail-smtpd: error while loading 
shared libraries: libkrb5.so.3: failed to map segment from shared object: 
Cannot allocate memory
@4000455904a81abf05e4 tcpserver: end 11027 status 32512
@4000455904a81abf119c tcpserver: status: 0/100
/code

I ask Google but no any info about problem libkrb5.so.3 in FC6.
How solve it?
  
-- 
Wojciech Gabor
System uptime: 41 years 6 months 2 weeks 4 days 18 hours 45 minuts

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



Re: [qmailtoaster] qmail-smtp on Fdr6064

2006-11-13 Thread Wojciech Gabor
Dnia wtorek, 14 listopada 2006 01:10, Erik Espinoza napisał:
 Did you compile the qmail-toaster on this machine? Did you install all
 of the dependencies from fdr6064-deps.sh?

Yes, all build process on this machine by fdr6064-install-script. Only 
vpopmail build without --disable-many-domains.

-- 
Wojciech Gabor
System uptime: 41 years 6 months 2 weeks 4 days 19 hours 15 minuts

Zwiększ przestrzeń swojego dysku twardego - usuń Windows!

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