[toaster] [SOLVED] SuSE 9.3 and courier-authlib not working because of testgdbm

2005-10-25 Thread Seferovic Edvin








Hi,

after a few hours of
playing around, Ive found out that c++ wasn’t installed on the system. And
because I haven’t installed the system myself – I didn’t
think of that. But anyway thank you for your help !

Regards,

Edvin Seferovic

 









From: YM
[mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 26. Oktober 2005
05:29
To: Seferovic Edvin
(Kolpingsfamilie St. Polten)
Subject: Re: [toaster] SuSE 9.3
and courier-authlib not working because of testgdbm



 

Hi, 

 

I think that you have missed out some
gcc and libgcc packets.

I just installed a server w/ SUSE 9.3
without problem.

 

g++ is not explicitly listed in SUSE
9.3. I think that it is hidden in those gcc-c++ and libgcc packages.

 

 

Tuesday, October 25, 2005, 1:02:19 AM,
you wrote:

 




 
  
  > 
  
  
  Hi... 
   
  I really need to set up an qmail toster
  as fast as possible... I think Bill’s toaster is the best.. I’ve
  used it before, and now I tried to install it on SuSE9.3 ( x86 system ), and
  I’ve got an error while gmaking courier-authlib...
   
  make[3]: Entering directory
  `/var/src/courier-authlib-0.57/gdbmobj'
  Compiling gdbmobj.c
  Compiling gdbmobj2.c
  Compiling gdbmobj3.c
  Linking libgdbmobj.la
  source='testgdbm.C' object='testgdbm.o'
  libtool=no \
  DEPDIR=.deps depmode=none /bin/sh
  ./../depcomp \
  g++ -DHAVE_CONFIG_H -I. -I. -I.  
    -fhandle-exceptions  -c -o testgdbm.o testgdbm.C
  ./../depcomp: line 504: exec: g++: not
  found
  make[3]: *** [testgdbm.o] Error 127
   
  Ive installed all prerequisites, except
  for g++.. such package doesn’t exist under SuSE.. isn’t that gcc
  actually? Well.. I have no clue what I am missing here... gdbm’s are
  installed... 
   
  I woud appreciate any hints and tips for
  solving this problem...
   
  Regards,
   
  Edvin Seferovic
   
   
  
 




 

 

 

 

-- 

Best regards,

YM








[toaster] Validate FROM with the authenication name of the user

2005-10-25 Thread ml
Dear list,

I was asked to limit users sendind their private messages by using
company's mail server.  They can only send out message with the email
address assigned by company.  If they change the FROM (in mail client or
webmail) to another address, then the mail server should reject relaying.

How can I do that? I remember that someone has asked before but no answer
yet.  Anyone help?  Thanks a lot.


Mick.





RE: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Seferovic Edvin








Hello Bruno and others,

 

thank you for the reply..
yes – I do see the last IP address including “+RELAYCLIENT= and
+RBLSMTPD= in the next row. The list of the IPs is ordered, and it contains almost
all IP addresses that I can see in my relay table.. now I’ve just tried
to connect to pop3 with my other public IP and that one got entered too ( in
table and tcp.cdb ). I suppose that qmail side is not working properly, but I
cannot find the mistake I made.. any suggestions?

 

Regards,

 

Edvin

 









From:
Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Oktober 2005
22:36
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!!
vpopmail - relaying info in mysql



 



Seferovic,





 





if you run the command "strings
~vpopmail/etc/tcp.smtp.cdb" file, do you see the entries for the last
authenticated pop3 clients?





 





bnegrao







- Original Message - 





From: Seferovic
Edvin 





To: toaster@shupp.org






Sent: Tuesday, October
25, 2005 3:20 PM





Subject: RE: [toaster] HELP
!!! vpopmail - relaying info in mysql





 



Hi,

 

thank you for your
answers ! here are my configuration options

 

./configure
--enable-roaming-users \

   
    --enable-auth-module=mysql \

   
    --enable-logging=v \

   
    --enable-mysql-limits \

   
    --enable-valias \

   
    --disable-many-domains

 

I’ve used this
configuration instead of the one in toaster because I need pop-before-smtp
functionality and I would like to store my users and limitations in the mysql
tables. 

My mysql configuration in
okay since the user can be found. I also have the relay table which really soon
gets long. 

 

Does the configuration on
the toaster page provide the pop-before-smtp functionality? 

 

After my ./configure
– I followed the instructions on the toaster page.. further instructions
on the page say that I have to recompile qmail with toaster patch ( which I
have done of course ) – do I have to recompile qmail again for some
reason? 

 

I hope you can help me
out here, and I am sorry if those are the newbie questions L

 

Thank you in advance.

 

Regards,

 

Edvin









From:
Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Oktober 2005
20:11
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!!
vpopmail - relaying info in mysql



 



Seferovic,





 





If you have followed the instructions in the order the
qmail-toaster guide says, you won't need to recompile chkuser again. Since you
already compiled it when you compiled qmail. 





 





In fact, in order to compile chkuser you actually have to
recompile qmail-smtpd.c, the chkuser's code goes inside it.





 





I just said that because I thought you recompiled vpopmail
after you concluded you qmail-toaster installation.





 





Well, if the POP before SMTP scheme is properly working, you
will see that the tcp.smtp.cdb file is modified everytime a new POP client
authenticates.





 





And in the mysql vpopmail's database, there is a table
called "relay" accounting the IP's and timestamps used to
maintain the relay open (this is done by adding an
"IP:allow,RELAYCLIENT" entry in the tcp.smtp.cdb file)





 





Check out your files and that table to see if everything is
working properly.





 





regards,





bnegrao





 





 







- Original Message - 





From: Seferovic
Edvin 





To: toaster@shupp.org






Sent: Tuesday, October
25, 2005 1:57 PM





Subject: RE: [toaster] HELP
!!! vpopmail - relaying info in mysql





 



Hi,

 

how do I recompile chuser
? I’ve followed the process described on the toaster page... so I
compiled vpopmail with my options, then applied toasters patch to qmail,
recompiled it and installed it. No mention of ckuser at all L sorry, for my basic questions, but I hope to get this solved
really soon. 

 

Thank you very much.

 

Regards,

 

Edvin Seferovic

 









From:
Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Oktober 2005
18:19
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!!
vpopmail - relaying info in mysql



 



Did you remember to recompile ckuser after you
recompiled vpopmail? You have to this.







- Original Message - 





From: Seferovic
Edvin 





To: toaster@shupp.org






Sent: Tuesday, October
25, 2005 12:25 PM





Subject: [toaster] HELP !!!
vpopmail - relaying info in mysql





 



Hi gurus,

 

I need help.. yes – again ! I have configured
my vpopmail with options –enable-roaming-users and
–enable-auth-module=mysql. Since I need roaming users ( POP-before-SMTP )
and I have already my old tables with users etc I would like to use those
options... but when trying to relay messages – I get a failure message
that I am not allowed to relay messages. Why isn’t chkuser reading my
mysql table instead of tcp.cdb file L
Is this possible to configure ( Ive had it configured last year ). 

 

Regards,

 

Edvin Seferovic

 

 

 







Re: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Bruno Negrao



Seferovic,
 
if you run the command "strings 
~vpopmail/etc/tcp.smtp.cdb" file, do you see the entries for the last 
authenticated pop3 clients?
 
bnegrao

  - Original Message - 
  From: 
  Seferovic Edvin 
  To: toaster@shupp.org 
  Sent: Tuesday, October 25, 2005 3:20 
  PM
  Subject: RE: [toaster] HELP !!! vpopmail 
  - relaying info in mysql
  
  
  Hi,
   
  thank you for your 
  answers ! here are my configuration options
   
  ./configure 
  --enable-roaming-users \
      
      --enable-auth-module=mysql \
      
      --enable-logging=v \
      
      --enable-mysql-limits \
      
      --enable-valias \
      
      --disable-many-domains
   
  I’ve used this 
  configuration instead of the one in toaster because I need pop-before-smtp 
  functionality and I would like to store my users and limitations in the mysql 
  tables. 
  My mysql 
  configuration in okay since the user can be found. I also have the relay table 
  which really soon gets long. 
   
  Does the 
  configuration on the toaster page provide the pop-before-smtp functionality? 
  
   
  After my ./configure 
  – I followed the instructions on the toaster page.. further instructions on 
  the page say that I have to recompile qmail with toaster patch ( which I have 
  done of course ) – do I have to recompile qmail again for some reason? 
  
   
  I hope you can help 
  me out here, and I am sorry if those are the newbie questions 
  L
   
  Thank you in 
  advance.
   
  Regards,
   
  Edvin
  
  
  
  
  From: Bruno Negrao 
  [mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. Oktober 2005 
  20:11To: toaster@shupp.orgSubject: Re: [toaster] HELP !!! vpopmail 
  - relaying info in mysql
   
  
  Seferovic,
  
   
  
  If you have followed the 
  instructions in the order the qmail-toaster guide says, you won't need to 
  recompile chkuser again. Since you already compiled it when you compiled 
  qmail. 
  
   
  
  In fact, in order to compile 
  chkuser you actually have to recompile qmail-smtpd.c, the chkuser's code goes 
  inside it.
  
   
  
  I just said that because I thought 
  you recompiled vpopmail after you concluded you qmail-toaster 
  installation.
  
   
  
  Well, if the POP before SMTP 
  scheme is properly working, you will see that the tcp.smtp.cdb file is 
  modified everytime a new POP client 
  authenticates.
  
   
  
  And in the mysql vpopmail's 
  database, there is a table called "relay" accounting the IP's and 
  timestamps used to maintain the relay open (this is done by adding an 
  "IP:allow,RELAYCLIENT" entry in the tcp.smtp.cdb 
  file)
  
   
  
  Check out your files and that 
  table to see if everything is working 
  properly.
  
   
  
  regards,
  
  bnegrao
  
   
  
   
  

- Original Message - 


From: Seferovic Edvin 


To: toaster@shupp.org 


Sent: 
Tuesday, October 25, 2005 1:57 PM

Subject: RE: 
[toaster] HELP !!! vpopmail - relaying info in 
mysql

 
Hi,
 
how do I recompile 
chuser ? I’ve followed the process described on the toaster page... so I 
compiled vpopmail with my options, then applied toasters patch to qmail, 
recompiled it and installed it. No mention of ckuser at all 
L sorry, for my 
basic questions, but I hope to get this solved really soon. 

 
Thank you very 
much.
 
Regards,
 
Edvin 
Seferovic
 




From: Bruno Negrao 
[mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. Oktober 2005 
18:19To: toaster@shupp.orgSubject: Re: [toaster] HELP !!! 
vpopmail - relaying info in mysql
 

Did you remember 
to recompile ckuser after you recompiled vpopmail? You have to 
this.

  
  - Original Message - 
  
  
  From: Seferovic Edvin 
  
  
  To: toaster@shupp.org 
  
  
  Sent: 
  Tuesday, October 25, 2005 12:25 PM
  
  Subject: 
  [toaster] HELP !!! vpopmail - relaying info in 
  mysql
  
   
  Hi 
  gurus,
   
  I need help.. yes – again ! I 
  have configured my vpopmail with options –enable-roaming-users and 
  –enable-auth-module=mysql. Since I need roaming users ( POP-before-SMTP ) 
  and I have already my old tables with users etc I would like to use those 
  options... but when trying to relay messages – I get a failure message 
  that I am not allowed to relay messages. Why isn’t chkuser reading my 
  mysql table instead of tcp.cdb file L Is this possible to configure 
  ( Ive had it configured last year ). 
   
  Regards,
   
  Edvin 
  Seferovic
   
   
   


RE: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Seferovic Edvin








Hi,

 

thank you for your
answers ! here are my configuration options

 

./configure --enable-roaming-users
\

        --enable-auth-module=mysql
\

       
--enable-logging=v \

       
--enable-mysql-limits \

       
--enable-valias \

       
--disable-many-domains

 

I’ve used this
configuration instead of the one in toaster because I need pop-before-smtp
functionality and I would like to store my users and limitations in the mysql
tables. 

My mysql configuration in
okay since the user can be found. I also have the relay table which really soon
gets long. 

 

Does the configuration on
the toaster page provide the pop-before-smtp functionality? 

 

After my ./configure –
I followed the instructions on the toaster page.. further instructions on the
page say that I have to recompile qmail with toaster patch ( which I have done
of course ) – do I have to recompile qmail again for some reason? 

 

I hope you can help me
out here, and I am sorry if those are the newbie questions L

 

Thank you in advance.

 

Regards,

 

Edvin









From:
Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Oktober 2005
20:11
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!!
vpopmail - relaying info in mysql



 



Seferovic,





 





If you have followed the instructions in the order the
qmail-toaster guide says, you won't need to recompile chkuser again. Since you
already compiled it when you compiled qmail. 





 





In fact, in order to compile chkuser you actually have to
recompile qmail-smtpd.c, the chkuser's code goes inside it.





 





I just said that because I thought you recompiled vpopmail
after you concluded you qmail-toaster installation.





 





Well, if the POP before SMTP scheme is properly working, you
will see that the tcp.smtp.cdb file is modified everytime a new POP client
authenticates.





 





And in the mysql vpopmail's database, there is a table
called "relay" accounting the IP's and timestamps used to
maintain the relay open (this is done by adding an
"IP:allow,RELAYCLIENT" entry in the tcp.smtp.cdb file)





 





Check out your files and that table to see if everything is
working properly.





 





regards,





bnegrao





 





 







- Original Message - 





From: Seferovic
Edvin 





To: toaster@shupp.org






Sent: Tuesday, October
25, 2005 1:57 PM





Subject: RE: [toaster] HELP
!!! vpopmail - relaying info in mysql





 



Hi,

 

how do I recompile chuser
? I’ve followed the process described on the toaster page... so I
compiled vpopmail with my options, then applied toasters patch to qmail,
recompiled it and installed it. No mention of ckuser at all L sorry, for my basic questions, but I hope to get this solved
really soon. 

 

Thank you very much.

 

Regards,

 

Edvin Seferovic

 









From:
Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Oktober 2005
18:19
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!!
vpopmail - relaying info in mysql



 



Did you remember to recompile ckuser after you
recompiled vpopmail? You have to this.







- Original Message - 





From: Seferovic
Edvin 





To: toaster@shupp.org






Sent: Tuesday, October
25, 2005 12:25 PM





Subject: [toaster] HELP !!!
vpopmail - relaying info in mysql





 



Hi gurus,

 

I need help.. yes – again ! I have configured
my vpopmail with options –enable-roaming-users and –enable-auth-module=mysql.
Since I need roaming users ( POP-before-SMTP ) and I have already my old tables
with users etc I would like to use those options... but when trying to relay
messages – I get a failure message that I am not allowed to relay messages.
Why isn’t chkuser reading my mysql table instead of tcp.cdb file L Is this possible to configure ( Ive
had it configured last year ). 

 

Regards,

 

Edvin Seferovic

 

 

 












Re: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Bruno Negrao



Seferovic,
 
If you have followed the instructions in the order 
the qmail-toaster guide says, you won't need to recompile chkuser again. Since 
you already compiled it when you compiled qmail. 
 
In fact, in order to compile chkuser you actually 
have to recompile qmail-smtpd.c, the chkuser's code goes inside it.
 
I just said that because I thought you recompiled 
vpopmail after you concluded you qmail-toaster installation.
 
Well, if the POP before SMTP scheme is properly 
working, you will see that the tcp.smtp.cdb file is modified everytime a new POP 
client authenticates.
 
And in the mysql vpopmail's database, there is a 
table called "relay" accounting the IP's and timestamps used to maintain 
the relay open (this is done by adding an "IP:allow,RELAYCLIENT" entry in the 
tcp.smtp.cdb file)
 
Check out your files and that table to see if 
everything is working properly.
 
regards,
bnegrao
 
 

  - Original Message - 
  From: 
  Seferovic Edvin 
  To: toaster@shupp.org 
  Sent: Tuesday, October 25, 2005 1:57 
  PM
  Subject: RE: [toaster] HELP !!! vpopmail 
  - relaying info in mysql
  
  
  Hi,
   
  how do I recompile 
  chuser ? I’ve followed the process described on the toaster page... so I 
  compiled vpopmail with my options, then applied toasters patch to qmail, 
  recompiled it and installed it. No mention of ckuser at all 
  L sorry, for my basic 
  questions, but I hope to get this solved really soon. 
  
   
  Thank you very 
  much.
   
  Regards,
   
  Edvin 
  Seferovic
   
  
  
  
  
  From: Bruno Negrao 
  [mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. Oktober 2005 
  18:19To: toaster@shupp.orgSubject: Re: [toaster] HELP !!! vpopmail 
  - relaying info in mysql
   
  
  Did you remember to recompile 
  ckuser after you recompiled vpopmail? You have to 
  this.
  

- Original Message - 


From: Seferovic Edvin 


To: toaster@shupp.org 


Sent: 
Tuesday, October 25, 2005 12:25 PM

Subject: 
[toaster] HELP !!! vpopmail - relaying info in 
mysql

 
Hi 
gurus,
 
I need help.. yes – again ! I 
have configured my vpopmail with options –enable-roaming-users and 
–enable-auth-module=mysql. Since I need roaming users ( POP-before-SMTP ) 
and I have already my old tables with users etc I would like to use those 
options... but when trying to relay messages – I get a failure message that 
I am not allowed to relay messages. Why isn’t chkuser reading my mysql table 
instead of tcp.cdb file L Is this possible to configure ( 
Ive had it configured last year ). 
 
Regards,
 
Edvin 
Seferovic
 
 
 


RE: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread tonix (Antonio Nati)


Edvin,
delete chkuser.o, make qmail again and install it.
Tonino
At 17.57 25/10/2005, you wrote:

Hi,
 
how do I recompile chuser ? I’ve followed the process described on the
toaster page... so I compiled vpopmail with my options, then applied
toasters patch to qmail, recompiled it and installed it. No mention of
ckuser at all
L sorry, for
my basic questions, but I hope to get this solved really soon. 
 
Thank you very much.
 
Regards,
 
Edvin Seferovic
 


From: Bruno Negrao
[
mailto:[EMAIL PROTECTED]] 
Sent: Dienstag, 25. Oktober 2005 18:19
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!! vpopmail - relaying info in
mysql
 
Did you remember to recompile ckuser after you
recompiled vpopmail? You have to this.


- Original Message - 

From: Seferovic
Edvin 

To: toaster@shupp.org


Sent: Tuesday, October 25, 2005 12:25 PM

Subject: [toaster] HELP !!! vpopmail - relaying info in
mysql

 

Hi gurus,

 

I need help.. yes – again ! I have configured my vpopmail with
options –enable-roaming-users and –enable-auth-module=mysql. Since I need
roaming users ( POP-before-SMTP ) and I have already my old tables with
users etc I would like to use those options... but when trying to relay
messages – I get a failure message that I am not allowed to relay
messages. Why isn’t chkuser reading my mysql table instead of tcp.cdb
file L Is this possible to
configure ( Ive had it configured last year ). 

 

Regards,

 

Edvin Seferovic

 

 

 






RE: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Seferovic Edvin








Hi,

 

how do I recompile chuser
? I’ve followed the process described on the toaster page... so I
compiled vpopmail with my options, then applied toasters patch to qmail,
recompiled it and installed it. No mention of ckuser at all L sorry, for my basic questions, but I hope to get this solved
really soon. 

 

Thank you very much.

 

Regards,

 

Edvin Seferovic

 









From:
Bruno Negrao [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Oktober 2005
18:19
To: toaster@shupp.org
Subject: Re: [toaster] HELP !!!
vpopmail - relaying info in mysql



 



Did you remember to recompile ckuser after you
recompiled vpopmail? You have to this.







- Original Message - 





From: Seferovic
Edvin 





To: toaster@shupp.org






Sent: Tuesday, October
25, 2005 12:25 PM





Subject: [toaster] HELP !!!
vpopmail - relaying info in mysql





 



Hi gurus,

 

I need help.. yes – again ! I have configured
my vpopmail with options –enable-roaming-users and
–enable-auth-module=mysql. Since I need roaming users ( POP-before-SMTP )
and I have already my old tables with users etc I would like to use those
options... but when trying to relay messages – I get a failure message
that I am not allowed to relay messages. Why isn’t chkuser reading my
mysql table instead of tcp.cdb file L
Is this possible to configure ( Ive had it configured last year ). 

 

Regards,

 

Edvin Seferovic

 

 

 










Re: [toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Bruno Negrao



Did you remember to recompile ckuser after you 
recompiled vpopmail? You have to this.

  - Original Message - 
  From: 
  Seferovic Edvin 
  To: toaster@shupp.org 
  Sent: Tuesday, October 25, 2005 12:25 
  PM
  Subject: [toaster] HELP !!! vpopmail - 
  relaying info in mysql
  
  
  Hi 
  gurus,
   
  I need help.. yes – again ! I have 
  configured my vpopmail with options –enable-roaming-users and 
  –enable-auth-module=mysql. Since I need roaming users ( POP-before-SMTP ) and 
  I have already my old tables with users etc I would like to use those 
  options... but when trying to relay messages – I get a failure message that I 
  am not allowed to relay messages. Why isn’t chkuser reading my mysql table 
  instead of tcp.cdb file L Is this possible to configure ( 
  Ive had it configured last year ). 
   
  Regards,
   
  Edvin 
  Seferovic
   
   
   


RE: [toaster] Whitelist error after mail server upgrade

2005-10-25 Thread Mo Mule

For an update:

I found info below on the Spamassassin site.

I applied the change and restarted spamd to temporarily remove 
auto-whitelist option until someone can figure out what is causing the 
errors.


I also noticed that in Spamassassin archives, there were other posters with 
similar problems, but no offers for a solution.


Note for Users Upgrading to SpamAssassin 3.1.0
---
The use_auto_whitelist config option has been moved to a user config
 option, this allows individual users to turn on or off whitelisting
 regardless of what is set in the system config.  If you would like to
 disable AWL (auto-whitelist) on a site-wide basis, then you can comment
 out the plugin in "v310.pre".

Mule


--Mule was here!--




[toaster] HELP !!! vpopmail - relaying info in mysql

2005-10-25 Thread Seferovic Edvin








Hi gurus,

 

I need help.. yes – again ! I have configured
my vpopmail with options –enable-roaming-users and –enable-auth-module=mysql.
Since I need roaming users ( POP-before-SMTP ) and I have already my old tables
with users etc I would like to use those options... but when trying to relay
messages – I get a failure message that I am not allowed to relay
messages. Why isn’t chkuser reading my mysql table instead of tcp.cdb
file L Is this
possible to configure ( Ive had it configured last year ). 

 

Regards,

 

Edvin Seferovic