Ok thanks Riezal it works..



On 4/7/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
Try the following to change admin password:
 
Go to /usr/share/toaster/include. Backup current encrypted admin password file:
mv admin.htpasswd admin.htpasswd.1
 
Then create new admin password file using htpasswd:
htpasswd -c admin.htpasswd admin
It should prompt you for the new password for user admin.
 
Hope that helps.
 

Regards,

Riezal Ross 
 

  -----Original Message-----
From: Riezal Ross [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2006 5:14 PM
To: [email protected]
Subject: RE: [qmailtoaster] questions about qmailtoaster

Sorry about Q4. I think there is command that can change that password manually but I can't seem to get it off the top of my head. This is a solution posted previously in the forum:
"most likely php globals is set to off. in my case i had to turn php globals on, restart apache, and then the password change worked fine. i then turned php globals back of and restarted apache. if i was smarter i would edit the toaster-admin php script to account for php globals being off so i don't have to do this workaround in the future."
 
The log keeps track of ALL SMTP traffic, but there is only so much info, as you are able to see in the logs. If you look into that directory, you will also see older log files. Unfortunately the name of the logs are rather long and confusing, the best way is to look at them by date created (ls -latr). The 'current' log file shows the latest SMTP traffic and the other files are like archives of older logs. Doing a tail -vf on the current file would continously update you with the latest traffic on that port.
 
For Q1, you may want to try this:
edit /etc/tcprules.d/tcp.smtp
add a line like this:
220.220.220.220:allow, RELAYCLIENT="  "
Run qmailctl cdb
 
You might also want to Google on how to recompile the tcp.smtp file. Make sure you have a backup copy of the original tcp.smtp file.

Regards,

Riezal Ross

-----Original Message-----
From: Stanley Robins [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2006 5:02 PM
To: [email protected]
Subject: Re: [qmailtoaster] questions about qmailtoaster

4) change the password of /admin-toaster/ i tried changing it from the main page but i am not able to do it.. 
try editing /usr/share/toaster/include/admin.pass

Doesnt work. i edited the file other password still i am not able to login with the new password and the funny thing is the old password still works..

--------------

5) how do i log outgoing messages like,, just the sender and receiver and not whole email ??? 
Is the default QT logging feature not sufficient? tail -vf /var/log/qmail/smtp/current | tai64nlocal

thanks for this..

i want to know more abt this file.. like does this current file keep record of all the emails send.. like days and months ??





On 4/7/06, Riezal Ross <[EMAIL PROTECTED]> wrote:
This is by no means an authoritive answer, but perhaps I could point you in the right direction. Maybe one of the experts will be able to give more input when they come across this.
-----Original Message-----
From: Stanley Robins [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2006 3:33 PM
To: [email protected]
Subject: [qmailtoaster] questions about qmailtoaster

thanks jake and warren for your help, now i have a few other questions

1) i want to allow 220.220.220.220  and 45.45.45.45 this ip addresses to relay email from my email server, so when i  when i try to send email from these ip addresses i dont have to authenticate myself, i looked for replaying in archives but didnt find much help in it  
If I am not mistaken you have to include that in the allow section of /etc/tcprules.d/tcp.smtp. Might want to look up the archives as there are detailed instructions on how to do that. It requires the tcp.smtp file to be recompiled. 


2) i have modified the concurrncy limit to 2500, is this much fine ?? i mean it should not cause a problem like qmail crash etc..

3) how to do i enable sending *.exe and *.zip files ??
// i did this and it works fine.. thanks..

4) change the password of /admin-toaster/ i tried changing it from the main page but i am not able to do it.. 
try editing /usr/share/toaster/include/admin.pass 


5) how do i log outgoing messages like,, just the sender and receiver and not whole email ??? 
Is the default QT logging feature not sufficient? tail -vf /var/log/qmail/smtp/current | tai64nlocal


6) i am still doing some tests.. i hope to get some questions..

Thank you


Reply via email to