Re: [qmailtoaster] New Install

2022-11-17 Thread Leonardo Porto

Mine is Centos7:

cat /etc/sysconfig/spamassassin

SPAMDOPTIONS="-d -x -u vpopmail -m5"

Em 17/11/2022 06:10, Cinghiuz escreveu:

Hi Remo,

I noticed in /var/log/maillog the same message written by Philip Nix Guru:

Nov 17 10:03:35 mail spamd[740977]: spamd: still running as root: user not 
specified with -u, not found, or set to root, falling back to nobody

In /etc/sysconfig/spamassassin I have these lines:
# Options to spamd
SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"

the folder /var/lib/razor is not present in my server.

It is a Rocky 8 box installed in January using the guide on qmailtoaster.net

How did you solved this problem?

Thank you!

Cesare


Il giorno 11 lug 2022, alle ore 13:22, Remo Mattei ha scritto:

> Sounds good to see what it’s missing so others can have it fixed as well. 
> Thanks. 
> 
> Remo




Re: [qmailtoaster] New Install

2022-11-17 Thread Cinghiuz

Hi Remo,

I noticed in /var/log/maillog the same message written by Philip Nix Guru:

Nov 17 10:03:35 mail spamd[740977]: spamd: still running as root: user not 
specified with -u, not found, or set to root, falling back to nobody

In /etc/sysconfig/spamassassin I have these lines:
# Options to spamd
SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"

the folder /var/lib/razor is not present in my server.

It is a Rocky 8 box installed in January using the guide on qmailtoaster.net

How did you solved this problem?

Thank you!

Cesare


Il giorno 11 lug 2022, alle ore 13:22, Remo Mattei ha scritto:

Sounds good to see what it’s missing so others can have it fixed as well. 


Thanks. 


Remo





Re: [qmailtoaster] New Install

2022-07-11 Thread Remo Mattei
Sounds good to see what it’s missing so others can have it fixed as well. 

Thanks. 

Remo

> Il giorno 11 lug 2022, alle ore 13:15, Philip Nix Guru  ha 
> scritto:
> 
> 
> Well it will just generate en error
> 
> but it wont block anything 
> 
> I dont see the point having a razor in spamdoptions and it is not really 
> configured
> 
> you have to issue commands to register create and discover through 
> razor-admin command
> 
> 
> 
> or I missed something on the toaster page .. I ll go check after installing 
> tweaks :)
> 
> 
> 
>> On 7/11/22 20:05, Remo Mattei wrote:
>> But on my other one I do see:
>> 
>> # Options to spamd
>> SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
>> --razor-log-file='sys-syslog'"
>> 
>> 
>> And I do not have any issues as I recall on this box for mail. 
>> 
>> Remo 
>> 
>>> On Jul 8, 2022, at 12:36 AM, Philip Nix Guru  wrote:
>>> 
>>> Hello
>>> 
>>> AlmaLinux
>>> 
>>> 
>>> 
>>> check your /etc/sysconfig/spamassassin
>>> 
>>> SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
>>> --razor-log-file='sys-syslog'"
>>> 
>>> 
>>> 
>>> Regards
>>> 
>>> -Philip
>>> 
>>> 
>>> 
>>> On 7/8/22 03:50, Remo Mattei wrote:
 I wonder what OS are you running? I will have to check my rocky but I have 
 not had any issues. 
 
> Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  ha 
> scritto:
> 
> Hello
> 
> I was just checking a new install with all the new features (dspam rspam 
> tls ...)
> 
> 
> I noticed that spamassassin is called with razor2
> 
> /usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H 
> --razor-home-dir=/var/lib/razor/ --razor-log-file=sys-syslog
> 
> 
> But that folder /var/lib/razor is not created in the install process and 
> will then trigger an error
> 
> razor2: razor2 check failed: No such file or directory razor2: Can't 
> read: /var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
> Assassin/Plugin/Razor2.pm
> 
> 
> just passing the info
> 
> Regards
> 
> -Philip
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 
 -
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
 
>> 


Re: [qmailtoaster] New Install

2022-07-11 Thread Philip Nix Guru

Hello

This is weird yes

I used the latest installation script


I modded my spamdoptions and I did pass as argument -u user, but I chose 
vpopmail


it is just a matter or folder ownership if you use bayes or other plugins


But there is a lot of differences in the options, wonder if there is a 
changelog somewhere , to at least notify the changes


I do think it is useful to have spamd run as a user vpopmail or clamscan


but why are you using --creat-prefs with -x ?

-x is Disable user config files (I user -x as this new test qmail is a 
frontend filtering so I dont want user config)



Thx for checking Remo


Regards

-Philip




On 7/11/22 20:04, Remo Mattei wrote:

This is my spamassassin

# Options to spamd
SPAMDOPTIONS="--create-prefs -m10 -q -x -u clamscan"
~
~
~
~
As I do not see the razor on my default config in Rocky Linux.

Remo


On Jul 8, 2022, at 12:36 AM, Philip Nix Guru  wrote:

Hello

AlmaLinux


check your /etc/sysconfig/spamassassin

SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"



Regards

-Philip


On 7/8/22 03:50, Remo Mattei wrote:

I wonder what OS are you running? I will have to check my rocky but I have not 
had any issues.


Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  ha 
scritto:

Hello

I was just checking a new install with all the new features (dspam rspam tls 
...)


I noticed that spamassassin is called with razor2

/usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H --razor-home-dir=/var/lib/razor/ 
--razor-log-file=sys-syslog


But that folder /var/lib/razor is not created in the install process and will 
then trigger an error

razor2: razor2 check failed: No such file or directory razor2: Can't read: 
/var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
Assassin/Plugin/Razor2.pm


just passing the info

Regards

-Philip




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


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



Re: [qmailtoaster] New Install

2022-07-11 Thread Philip Nix Guru

Well it will just generate en error

but it wont block anything

I dont see the point having a razor in spamdoptions and it is not really 
configured


you have to issue commands to register create and discover through 
razor-admin command



or I missed something on the toaster page .. I ll go check after 
installing tweaks :)



On 7/11/22 20:05, Remo Mattei wrote:

But on my other one I do see:

# Options to spamd
SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"



And I do not have any issues as I recall on this box for mail.

Remo


On Jul 8, 2022, at 12:36 AM, Philip Nix Guru  wrote:

Hello

AlmaLinux


check your /etc/sysconfig/spamassassin

SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"



Regards

-Philip


On 7/8/22 03:50, Remo Mattei wrote:

I wonder what OS are you running? I will have to check my rocky but I have not 
had any issues.


Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  ha 
scritto:

Hello

I was just checking a new install with all the new features (dspam rspam tls 
...)


I noticed that spamassassin is called with razor2

/usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H --razor-home-dir=/var/lib/razor/ 
--razor-log-file=sys-syslog


But that folder /var/lib/razor is not created in the install process and will 
then trigger an error

razor2: razor2 check failed: No such file or directory razor2: Can't read: 
/var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
Assassin/Plugin/Razor2.pm


just passing the info

Regards

-Philip




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


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



Re: [qmailtoaster] New Install

2022-07-11 Thread Remo Mattei
But on my other one I do see:

# Options to spamd
SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"


And I do not have any issues as I recall on this box for mail. 

Remo 

> On Jul 8, 2022, at 12:36 AM, Philip Nix Guru  wrote:
> 
> Hello
> 
> AlmaLinux
> 
> 
> 
> check your /etc/sysconfig/spamassassin
> 
> SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
> --razor-log-file='sys-syslog'"
> 
> 
> 
> Regards
> 
> -Philip
> 
> 
> 
> On 7/8/22 03:50, Remo Mattei wrote:
>> I wonder what OS are you running? I will have to check my rocky but I have 
>> not had any issues. 
>> 
>>> Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  
>>>  ha scritto:
>>> 
>>> Hello
>>> 
>>> I was just checking a new install with all the new features (dspam rspam 
>>> tls ...)
>>> 
>>> 
>>> I noticed that spamassassin is called with razor2
>>> 
>>> /usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H 
>>> --razor-home-dir=/var/lib/razor/ --razor-log-file=sys-syslog
>>> 
>>> 
>>> But that folder /var/lib/razor is not created in the install process and 
>>> will then trigger an error
>>> 
>>> razor2: razor2 check failed: No such file or directory razor2: Can't read: 
>>> /var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
>>> Assassin/Plugin/Razor2.pm
>>> 
>>> 
>>> just passing the info
>>> 
>>> Regards
>>> 
>>> -Philip
>>> 
>>> 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>>> 
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>>> 
>>> 
>> 
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>> 
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>> 
>> 



Re: [qmailtoaster] New Install

2022-07-11 Thread Remo Mattei
This is my spamassassin

# Options to spamd
SPAMDOPTIONS="--create-prefs -m10 -q -x -u clamscan"
~
~
~
~
As I do not see the razor on my default config in Rocky Linux. 

Remo 

> On Jul 8, 2022, at 12:36 AM, Philip Nix Guru  wrote:
> 
> Hello
> 
> AlmaLinux
> 
> 
> 
> check your /etc/sysconfig/spamassassin
> 
> SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
> --razor-log-file='sys-syslog'"
> 
> 
> 
> Regards
> 
> -Philip
> 
> 
> 
> On 7/8/22 03:50, Remo Mattei wrote:
>> I wonder what OS are you running? I will have to check my rocky but I have 
>> not had any issues. 
>> 
>>> Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  
>>>  ha scritto:
>>> 
>>> Hello
>>> 
>>> I was just checking a new install with all the new features (dspam rspam 
>>> tls ...)
>>> 
>>> 
>>> I noticed that spamassassin is called with razor2
>>> 
>>> /usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H 
>>> --razor-home-dir=/var/lib/razor/ --razor-log-file=sys-syslog
>>> 
>>> 
>>> But that folder /var/lib/razor is not created in the install process and 
>>> will then trigger an error
>>> 
>>> razor2: razor2 check failed: No such file or directory razor2: Can't read: 
>>> /var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
>>> Assassin/Plugin/Razor2.pm
>>> 
>>> 
>>> just passing the info
>>> 
>>> Regards
>>> 
>>> -Philip
>>> 
>>> 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>>> 
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>>> 
>>> 
>> 
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>> 
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>> 
>> 



Re: [qmailtoaster] New Install

2022-07-11 Thread Philip Nix Guru

Hello List

so what's the status on that razor in spamdoptions ?

it is a good idea to use razor but it has to be registered created and 
discovered to be enabled



Regards

-Philip

On 7/8/22 09:36, Philip Nix Guru wrote:


Hello

AlmaLinux


check your /etc/sysconfig/spamassassin

SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"



Regards

-Philip


On 7/8/22 03:50, Remo Mattei wrote:

I wonder what OS are you running? I will have to check my rocky but I have not 
had any issues.


Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  ha 
scritto:

Hello

I was just checking a new install with all the new features (dspam rspam tls 
...)


I noticed that spamassassin is called with razor2

/usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H --razor-home-dir=/var/lib/razor/ 
--razor-log-file=sys-syslog


But that folder /var/lib/razor is not created in the install process and will 
then trigger an error

razor2: razor2 check failed: No such file or directory razor2: Can't read: 
/var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
Assassin/Plugin/Razor2.pm


just passing the info

Regards

-Philip




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


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


Re: [qmailtoaster] New Install

2022-07-08 Thread Philip Nix Guru

Hello

AlmaLinux


check your /etc/sysconfig/spamassassin

SPAMDOPTIONS="-c -m5 -H --razor-home-dir='/var/lib/razor/' 
--razor-log-file='sys-syslog'"



Regards

-Philip


On 7/8/22 03:50, Remo Mattei wrote:

I wonder what OS are you running? I will have to check my rocky but I have not 
had any issues.


Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  ha 
scritto:

Hello

I was just checking a new install with all the new features (dspam rspam tls 
...)


I noticed that spamassassin is called with razor2

/usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H --razor-home-dir=/var/lib/razor/ 
--razor-log-file=sys-syslog


But that folder /var/lib/razor is not created in the install process and will 
then trigger an error

razor2: razor2 check failed: No such file or directory razor2: Can't read: 
/var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
Assassin/Plugin/Razor2.pm


just passing the info

Regards

-Philip




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



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


Re: [qmailtoaster] New Install

2022-07-07 Thread Remo Mattei
I wonder what OS are you running? I will have to check my rocky but I have not 
had any issues. 

> Il giorno 7 lug 2022, alle ore 18:21, Philip Nix Guru  ha 
> scritto:
> 
> Hello
> 
> I was just checking a new install with all the new features (dspam rspam tls 
> ...)
> 
> 
> I noticed that spamassassin is called with razor2
> 
> /usr/bin/perl -T -w /usr/bin/spamd -c -m5 -H --razor-home-dir=/var/lib/razor/ 
> --razor-log-file=sys-syslog
> 
> 
> But that folder /var/lib/razor is not created in the install process and will 
> then trigger an error
> 
> razor2: razor2 check failed: No such file or directory razor2: Can't read: 
> /var/lib/razor/ at /usr/share/perl5/vendor_perl/Mail/Spam
> Assassin/Plugin/Razor2.pm
> 
> 
> just passing the info
> 
> Regards
> 
> -Philip
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 


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



Re: [qmailtoaster] New Install

2011-12-13 Thread Gilbert T. Gutierrez, Jr.

Another thing...

I want to change the password used between the toaster and the MySQL server. 
Where is that password set in QMAIL? I have gotten through the other issues 
though I still need to work on restrictions that I have for IPs that I want 
to allow relay for.


Gilbert


- Original Message - 
From: Gilbert T. Gutierrez, Jr. mailing-li...@phoenixinternet.net

To: qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, December 13, 2011 11:17 AM
Subject: [qmailtoaster] New Install


As a veteran user of Qmail Toaster, I should know this answerBUT I DO 
NOT.


I had multiple drives in my drive array fail within seconds of eachother 
causing my toaster to die so I am having to start from scratch on a new 
toaster (yea I know that I should have other backups). I have it rebuilt 
it for the most part but there are several issues that I have had. This is 
a Centos5 64 bit installation that I used the install scripts located on 
the qmailtoaster site. I did not use the plus package.


1. simscan was not being called by the toaster when I first installed it. 
I corrected it by editing the /etc/tcprules.d/tcp.smtp, adding 
QMAILQUEUE=/var/qmail/bin/simscan, and running qmailctl cdb. I think I 
maybe missing a few options in this file. Does anyone have an example that 
they can share with me for IPs that they relay for as well as IPs that 
they do not relay for?


2. The toaster is not creating the SPAM, LEARN SPAM or LEARN HAM folders. 
If I remember right, this is set in the mailfilter in /etc/mail folder. 
Does anyone have a copy of this file that does these things?


-
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] New Install

2011-12-13 Thread Casey Price



On 12/13/11 12:18 PM, Gilbert T. Gutierrez, Jr. wrote:

Another thing...

I want to change the password used between the toaster and the MySQL 
server. Where is that password set in QMAIL? I have gotten through the 
other issues though I still need to work on restrictions that I have 
for IPs that I want to allow relay for.


Gilbert

/home/vpopmail/etc/vpopmail.mysql

Make sure you also change the password in MySQL to match whatever you 
change it to for vpopmail.


- Original Message - From: Gilbert T. Gutierrez, Jr. 
mailing-li...@phoenixinternet.net

To: qmailtoaster-list@qmailtoaster.com
Sent: Tuesday, December 13, 2011 11:17 AM
Subject: [qmailtoaster] New Install


As a veteran user of Qmail Toaster, I should know this answerBUT 
I DO NOT.


I had multiple drives in my drive array fail within seconds of 
eachother causing my toaster to die so I am having to start from 
scratch on a new toaster (yea I know that I should have other 
backups). I have it rebuilt it for the most part but there are 
several issues that I have had. This is a Centos5 64 bit installation 
that I used the install scripts located on the qmailtoaster site. I 
did not use the plus package.


1. simscan was not being called by the toaster when I first installed 
it. I corrected it by editing the /etc/tcprules.d/tcp.smtp, adding 
QMAILQUEUE=/var/qmail/bin/simscan, and running qmailctl cdb. I 
think I maybe missing a few options in this file. Does anyone have an 
example that they can share with me for IPs that they relay for as 
well as IPs that they do not relay for?


2. The toaster is not creating the SPAM, LEARN SPAM or LEARN HAM 
folders. If I remember right, this is set in the mailfilter in 
/etc/mail folder. Does anyone have a copy of this file that does 
these things?


- 

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





Casey Price

Smile Global Technical Support
Submit or check trouble tickets http://billing.smileglobal.com
www.smileglobal.com http://www.smileglobal.com

Follow us on Twitter https://twitter.com/#%21/SmileInternet
Like us on Facebook https://www.facebook.com/smileglobal


Re: [qmailtoaster] New Install

2011-12-13 Thread Gilbert T. Gutierrez, Jr.
Thanks I am very familiar with changing it in MySQL, I just could not 
remember or find it on the toaster.

Gilbert
  - Original Message - 
  From: Casey Price 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Tuesday, December 13, 2011 1:38 PM
  Subject: Re: [qmailtoaster] New Install




  On 12/13/11 12:18 PM, Gilbert T. Gutierrez, Jr. wrote: 
Another thing... 

I want to change the password used between the toaster and the MySQL 
server. Where is that password set in QMAIL? I have gotten through the other 
issues though I still need to work on restrictions that I have for IPs that I 
want to allow relay for. 

Gilbert 

  /home/vpopmail/etc/vpopmail.mysql

  Make sure you also change the password in MySQL to match whatever you change 
it to for vpopmail.


- Original Message - From: Gilbert T. Gutierrez, Jr. 
mailing-li...@phoenixinternet.net 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Tuesday, December 13, 2011 11:17 AM 
Subject: [qmailtoaster] New Install 



  As a veteran user of Qmail Toaster, I should know this answerBUT I DO 
NOT. 

  I had multiple drives in my drive array fail within seconds of eachother 
causing my toaster to die so I am having to start from scratch on a new toaster 
(yea I know that I should have other backups). I have it rebuilt it for the 
most part but there are several issues that I have had. This is a Centos5 64 
bit installation that I used the install scripts located on the qmailtoaster 
site. I did not use the plus package. 

  1. simscan was not being called by the toaster when I first installed it. 
I corrected it by editing the /etc/tcprules.d/tcp.smtp, adding 
QMAILQUEUE=/var/qmail/bin/simscan, and running qmailctl cdb. I think I maybe 
missing a few options in this file. Does anyone have an example that they can 
share with me for IPs that they relay for as well as IPs that they do not relay 
for? 

  2. The toaster is not creating the SPAM, LEARN SPAM or LEARN HAM folders. 
If I remember right, this is set in the mailfilter in /etc/mail folder. Does 
anyone have a copy of this file that does these things? 

  
-
 
  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 





  Casey Price

  Smile Global Technical Support
  Submit or check trouble tickets http://billing.smileglobal.com
  www.smileglobal.com

  Follow us on Twitter 
  Like us on Facebook

RE: [qmailtoaster] New Install problems

2010-05-05 Thread Alex Kisakye
Hello All,

I have reinstalled this QMT box and restored from QMT backup file that I have. 
However, I still run into the same issue.
Is there a way of logging the qtp-restore process? I would want to go through 
its activities maybe there is something am missing there.

Thanks

Alex

-Original Message-
From: Jake Vickers [mailto:j...@qmailtoaster.com] 
Sent: Sunday, April 18, 2010 3:03 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] New Install problems

On 04/16/2010 04:34 AM, Alex Kisakye wrote:
 Thanks,
 I actually checked and the permissions on all domains including the 
 one I created are  vpopmail:vchkpw

 Still stuck

 Alex

 -Original Message-
 From: Andreas Galatis [mailto:a...@unet.de]
 Sent: Friday, April 16, 2010 8:35 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] New Install problems

 Hi Alex,

 compare ownership and security-settings on the directory of your newly 
 created account with the restored directories.
 As you can see in the log vpopmail cannot cd to the restored 
 directories of your users

 Andreas
 Am Friday 16 April 2010 02:32:26 schrieb Alex Kisakye:

 Hello All,

 I have just finished installing a toaster using the latest packages 
 from the site. I also run qtp-restore to restore from a backup that I have.
 However, I have failed to login in to the new system using any of the 
 old accounts. I keep getting the error ERROR: Connection dropped by 
 IMAP server. On squirrel mail. At the botton are a sample of the log 
 from the imap server when that happens. I have tried to create a new 
 test domain and it works well. However none of the old accounts and domains 
 are working.
 Any words of wisdom?



 I did remove postfix and other conflicts during installation.



 Thanks



 Alex

 tail -f /var/log/qmail/imap4/current

 @40004bc7adfb1991bcfc DEBUG: Connection, ip=[127.0.0.1]

 @40004bc7adfb19b53704 WARN: a...@domain.com:
 chdir(/home/vpopmail/domains/domain.com/alex) failed!!

 @40004bc7adfb19b5c3a4 WARN: error: Permission denied

 @40004bc7adfb19b65fe4 INFO: LOGIN FAILED, user=a...@domain.com, 
 ip=[127.0.0.1]

 @40004bc7adfb19b69e64 ERR: authentication error: Permission 
 denied

 @40004bc7adfb19ce1e04 tcpserver: end 2792 status 256

 @40004bc7adfb19ce2da4 tcpserver: status: 0/40
  


Need to see more of the logfiles.
Is mysql running? Did you change the vpopmail password? Was this a backup from 
QMT and restored to QMT?


-
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] New Install problems

2010-05-05 Thread Ganesh.payelkar
Dear Alex,

kindly check that you have not configure .qmail for the same
user.

Regards,
Ganesh


On Wed, May 5, 2010 at 1:28 PM, Alex Kisakye akisa...@ucu.ac.ug wrote:

 Hello All,

 I have reinstalled this QMT box and restored from QMT backup file that I
 have. However, I still run into the same issue.
 Is there a way of logging the qtp-restore process? I would want to go
 through its activities maybe there is something am missing there.

 Thanks

 Alex

 -Original Message-
 From: Jake Vickers [mailto:j...@qmailtoaster.com]
 Sent: Sunday, April 18, 2010 3:03 AM
 To: qmailtoaster-list@qmailtoaster.com
 Subject: Re: [qmailtoaster] New Install problems

 On 04/16/2010 04:34 AM, Alex Kisakye wrote:
  Thanks,
  I actually checked and the permissions on all domains including the
  one I created are  vpopmail:vchkpw
 
  Still stuck
 
  Alex
 
  -Original Message-
  From: Andreas Galatis [mailto:a...@unet.de]
  Sent: Friday, April 16, 2010 8:35 AM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] New Install problems
 
  Hi Alex,
 
  compare ownership and security-settings on the directory of your newly
 created account with the restored directories.
  As you can see in the log vpopmail cannot cd to the restored
  directories of your users
 
  Andreas
  Am Friday 16 April 2010 02:32:26 schrieb Alex Kisakye:
 
  Hello All,
 
  I have just finished installing a toaster using the latest packages
  from the site. I also run qtp-restore to restore from a backup that I
 have.
  However, I have failed to login in to the new system using any of the
  old accounts. I keep getting the error ERROR: Connection dropped by
  IMAP server. On squirrel mail. At the botton are a sample of the log
  from the imap server when that happens. I have tried to create a new
  test domain and it works well. However none of the old accounts and
 domains are working.
  Any words of wisdom?
 
 
 
  I did remove postfix and other conflicts during installation.
 
 
 
  Thanks
 
 
 
  Alex
 
  tail -f /var/log/qmail/imap4/current
 
  @40004bc7adfb1991bcfc DEBUG: Connection, ip=[127.0.0.1]
 
  @40004bc7adfb19b53704 WARN: a...@domain.com:
  chdir(/home/vpopmail/domains/domain.com/alex) failed!!
 
  @40004bc7adfb19b5c3a4 WARN: error: Permission denied
 
  @40004bc7adfb19b65fe4 INFO: LOGIN FAILED, user=a...@domain.com,
  ip=[127.0.0.1]
 
  @40004bc7adfb19b69e64 ERR: authentication error: Permission
  denied
 
  @40004bc7adfb19ce1e04 tcpserver: end 2792 status 256
 
  @40004bc7adfb19ce2da4 tcpserver: status: 0/40
 
 

 Need to see more of the logfiles.
 Is mysql running? Did you change the vpopmail password? Was this a backup
 from QMT and restored to QMT?



 -
 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] New Install problems

2010-04-17 Thread Jake Vickers

On 04/16/2010 04:34 AM, Alex Kisakye wrote:

Thanks,
I actually checked and the permissions on all domains including the one I 
created are  vpopmail:vchkpw

Still stuck

Alex

-Original Message-
From: Andreas Galatis [mailto:a...@unet.de]
Sent: Friday, April 16, 2010 8:35 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] New Install problems

Hi Alex,

compare ownership and security-settings on the directory of your newly created 
account with the restored directories.
As you can see in the log vpopmail cannot cd to the restored directories of 
your users

Andreas
Am Friday 16 April 2010 02:32:26 schrieb Alex Kisakye:
   

Hello All,

I have just finished installing a toaster using the latest packages from
the site. I also run qtp-restore to restore from a backup that I have.
However, I have failed to login in to the new system using any of the old
accounts. I keep getting the error ERROR: Connection dropped by IMAP
server. On squirrel mail. At the botton are a sample of the log from the
imap server when that happens. I have tried to create a new test domain and
it works well. However none of the old accounts and domains are working.
Any words of wisdom?



I did remove postfix and other conflicts during installation.



Thanks



Alex

tail -f /var/log/qmail/imap4/current

@40004bc7adfb1991bcfc DEBUG: Connection, ip=[127.0.0.1]

@40004bc7adfb19b53704 WARN: a...@domain.com:
chdir(/home/vpopmail/domains/domain.com/alex) failed!!

@40004bc7adfb19b5c3a4 WARN: error: Permission denied

@40004bc7adfb19b65fe4 INFO: LOGIN FAILED, user=a...@domain.com,
ip=[127.0.0.1]

@40004bc7adfb19b69e64 ERR: authentication error: Permission denied

@40004bc7adfb19ce1e04 tcpserver: end 2792 status 256

@40004bc7adfb19ce2da4 tcpserver: status: 0/40
 




Need to see more of the logfiles.
Is mysql running? Did you change the vpopmail password? Was this a 
backup from QMT and restored to QMT?



-
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] New Install problems

2010-04-15 Thread Andreas Galatis
Hi Alex,

compare ownership and security-settings on the directory of your newly created 
account with the restored directories.
As you can see in the log vpopmail cannot cd to the restored directories of 
your users

Andreas  
Am Friday 16 April 2010 02:32:26 schrieb Alex Kisakye:
 Hello All,

 I have just finished installing a toaster using the latest packages from
 the site. I also run qtp-restore to restore from a backup that I have.
 However, I have failed to login in to the new system using any of the old
 accounts. I keep getting the error ERROR: Connection dropped by IMAP
 server. On squirrel mail. At the botton are a sample of the log from the
 imap server when that happens. I have tried to create a new test domain and
 it works well. However none of the old accounts and domains are working.
 Any words of wisdom?



 I did remove postfix and other conflicts during installation.



 Thanks



 Alex

 tail -f /var/log/qmail/imap4/current

 @40004bc7adfb1991bcfc DEBUG: Connection, ip=[127.0.0.1]

 @40004bc7adfb19b53704 WARN: a...@domain.com:
 chdir(/home/vpopmail/domains/domain.com/alex) failed!!

 @40004bc7adfb19b5c3a4 WARN: error: Permission denied

 @40004bc7adfb19b65fe4 INFO: LOGIN FAILED, user=a...@domain.com,
 ip=[127.0.0.1]

 @40004bc7adfb19b69e64 ERR: authentication error: Permission denied

 @40004bc7adfb19ce1e04 tcpserver: end 2792 status 256

 @40004bc7adfb19ce2da4 tcpserver: status: 0/40



-
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] New Install Problems

2007-05-29 Thread Warren (mailing lists)
You actually answered your own question in your own email. 
control-panel-toaster is looking for the httpd rpm but you have 
installed the apache-base rpm.  The dependency for httpd is not being 
satisfied by apache-base, no matter what the version is.


Regards (and hope you get some sleep),
Warren

Jack Martin wrote:

I am installing the toaster on Mandriva 2007.  I tried qtp - but there is a 
dependency that I just could not figure out.  I used the install script and 
instead of mdk103 I had it rebuild the rpms as mdv2007.  Seems to work - until 
I get to control-panel-toaster.  It tells me the following:

error: Failed dependencies:
httpd = 2.2.3 is needed by control-panel-toaster-0.5-1.3.4.noarch

You guessed it - Apache is installed:

[EMAIL PROTECTED] qtms-install]# rpm -qa | grep apache
apache-base-2.2.4-6mdv2007.1


Any ideas?  I tanked my mail server - and I have been up over 24hrs trying to 
get this one up.  Been a bad weekend - and now it seems I am so close, yet so 
far away...
 
Thanks in advance 


Jack







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




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



RE: [qmailtoaster] New Install Problems

2007-05-29 Thread Jack D. Martin Jr.
I finally got that RPM to install - the problem is that the spec for the
toaster RPMS is looking at default build as there is no mdv2007.  I had to
tweak the spec files from then on, and got them all to install - until I got
to spamassassin.  I could not get it to go no matter what. I finally gave up
and formatted the server.  I downloaded the qmt-iso - and let it go, but
alas there is still no joy in mudville.  Something did not go right.  The
admin is not working properly.  I also see an LDAP error in the httpd logs.
I am going to format it again - start over, and see what happens, I think I
may have fubar'ed something.  I really do not like CentOS - I love Mandriva,
but I do not want to fight that fight with the toaster.  I suppose it is
because Mandrake is what I have grown comfortable with.  That and the fact
that I am far from a guru - and Mandriva has a lot of things to make life
easy, and a very active community.  Seems there are more RPM's avail too -
unlike CentOS.  Anyway - thanks for the well wishes, I will sleep eventually
- I was really hoping at 3am that it was golden, but oh well.  Had to go on
a field trip with kindergarten today, and 2nd grade tomorrow.  My customers
are going to lynch me!!!

Jack 

-Original Message-
From: Warren (mailing lists) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 29, 2007 2:50 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] New Install Problems

You actually answered your own question in your own email. 
control-panel-toaster is looking for the httpd rpm but you have installed
the apache-base rpm.  The dependency for httpd is not being satisfied by
apache-base, no matter what the version is.

Regards (and hope you get some sleep),
Warren

Jack Martin wrote:
 I am installing the toaster on Mandriva 2007.  I tried qtp - but there is
a dependency that I just could not figure out.  I used the install script
and instead of mdk103 I had it rebuild the rpms as mdv2007.  Seems to work -
until I get to control-panel-toaster.  It tells me the following:
 
 error: Failed dependencies:
 httpd = 2.2.3 is needed by 
 control-panel-toaster-0.5-1.3.4.noarch
 
 You guessed it - Apache is installed:
 
 [EMAIL PROTECTED] qtms-install]# rpm -qa | grep apache
 apache-base-2.2.4-6mdv2007.1
 
 
 Any ideas?  I tanked my mail server - and I have been up over 24hrs trying
to get this one up.  Been a bad weekend - and now it seems I am so close,
yet so far away...
  
 Thanks in advance
 
 Jack
 
 
 
 
 
 
 
 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: 
 [EMAIL PROTECTED]
 


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


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



Re: [qmailtoaster] New Install Problems

2007-05-28 Thread Jake Vickers

Jack Martin wrote:

I am installing the toaster on Mandriva 2007.  I tried qtp - but there is a 
dependency that I just could not figure out.  I used the install script and 
instead of mdk103 I had it rebuild the rpms as mdv2007.  Seems to work - until 
I get to control-panel-toaster.  It tells me the following:

error: Failed dependencies:
httpd = 2.2.3 is needed by control-panel-toaster-0.5-1.3.4.noarch

You guessed it - Apache is installed:

[EMAIL PROTECTED] qtms-install]# rpm -qa | grep apache
apache-base-2.2.4-6mdv2007.1


Any ideas?  I tanked my mail server - and I have been up over 24hrs trying to 
get this one up.  Been a bad weekend - and now it seems I am so close, yet so 
far away...
 
Thanks in advance 
  
httpd is what the Redhat distros call apache (you knew that already). 
I'm not sure what Mandriva calls it in their packaging.
Why not use the same version that was on the old machine for the new? At 
least you knew it worked Or if you're in that big of a hurry, 
download my ISO (http://qtp.qmailtoaster.com/iso) and then restore your 
backup gulp on the Cent4 machine.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [qmailtoaster] New Install (Fedora Core 4)

2006-07-25 Thread Eugene Lee
The trailing / did it. Thank you! 

On a side note. Does anybody on this list happen to know whether or not qmail toaster will play nicely with php4 and mysql4? 

Eugene
On 7/24/06, Johannes Weberhofer, Weberhofer GmbH [EMAIL PROTECTED] wrote:
Try using a trailing slash at the end of the line:http://myIPaddress/admin-toaster/
JohannesEugene Lee schrieb: I tried restarting httpd, and same problem from /var/log/httpd/error_log [Tue Jul 25 04:48:34 2006] [error] [client 
71.156.132.122 http://71.156.132.122] File does not exist: /var/www/html/admin-toaster Made sure that global_registers = On in /etc/php.ini as well.
 Anybody know if anything else I might be able to try? On 7/24/06, *Erik Espinoza* [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote: Try 'service httpd restart' and try again On 7/24/06, Eugene Lee  [EMAIL PROTECTED] mailto:
[EMAIL PROTECTED] wrote: Hi all, I am new to qmail and qmail toaster, and walked through the steps
 provided in the Fedora Core 4 directory.I made it to the end of the install script, but when i went to visit http://myIPaddress/admin-toaster
, it gave me a 404 error. I have disabled SELinux, so i'm pretty sure that's not the issue.Anybody else run into a similar problem/know how to fix this?
 Eugene - QmailToaster hosted by: VR Hosted  
http://www.vr.org - To unsubscribe, e-mail: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] For additional commands, e-mail: 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]--|-
|weberhofer GmbH | Johannes Weberhofer|information technologies, Austria||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] New Install (Fedora Core 4)

2006-07-25 Thread Joachim Steidl



Yes it does. Work fine. you must uninstall 
postfixand than the postfixuser and Group 89/89 befor you install 
qmail-toaster.

Joe


  - Original Message - 
  From: 
  Eugene 
  Lee 
  To: qmailtoaster-list@qmailtoaster.com 
  
  Sent: Tuesday, July 25, 2006 4:29 
PM
  Subject: Re: [qmailtoaster] New Install 
  (Fedora Core 4)
  
  The trailing / did it. Thank you! 
  
  On a side note. Does anybody on this list happen to know whether or 
  not qmail toaster will play nicely with php4 and mysql4? 
  
  Eugene
  On 7/24/06, Johannes 
  Weberhofer, Weberhofer GmbH [EMAIL PROTECTED] wrote: 
  Try 
using a trailing slash at the end of the line:http://myIPaddress/admin-toaster/ 
JohannesEugene Lee schrieb: I tried restarting 
httpd, and same problem from 
/var/log/httpd/error_log [Tue Jul 25 04:48:34 2006] [error] [client 
71.156.132.122 http://71.156.132.122] File does not 
exist: /var/www/html/admin-toaster Made sure that 
global_registers = On in /etc/php.ini as well. Anybody know 
if anything else I might be able to try? On 7/24/06, *Erik 
Espinoza* [EMAIL PROTECTED] 
mailto: 
[EMAIL PROTECTED] 
wrote: Try 'service httpd restart' 
and try again On 7/24/06, Eugene Lee 
 [EMAIL PROTECTED] 
mailto: [EMAIL PROTECTED] 
wrote: 
Hi 
all, 
I am new to qmail and qmail toaster, and walked through the steps 
 
provided in the Fedora Core 
4 directory.I made it to the end of 
the install 
script, but when i went to 
visit http://myIPaddress/admin-toaster 
, it gave me a 404 
error. 
I have disabled SELinux, so i'm pretty sure that's not 
the 
issue.Anybody 
else run into a similar problem/know how to fix this? 
 
Eugene 
- 
QmailToaster hosted by: VR Hosted  http://www.vr.org 
- 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]--|- 
|weberhofer 
GmbH 
| Johannes Weberhofer|information technologies, 
Austria||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] New Install (Fedora Core 4)

2006-07-25 Thread Erik Espinoza

Paste the command you are executing to rebuild control-panel-toaster

Erik

On 7/25/06, Eugene Lee [EMAIL PROTECTED] wrote:


actually, on the fedora 4, build failed...

error: Failed dependencies:
php = 5.0.4 is needed by
control-panel-toaster-0.5-1.3.1.noarch

does anybody know of a way to bypass this?  or is there a way to download an
older version of control-panel-toaster that runs with php4?


Eugene



On 7/25/06, Joachim Steidl [EMAIL PROTECTED] wrote:



 Yes it does. Work fine. you must uninstall postfix and than the
postfixuser and Group 89/89 befor you install qmail-toaster.

 Joe



 - Original Message -
 From: Eugene Lee
 To: qmailtoaster-list@qmailtoaster.com
 Sent: Tuesday, July 25, 2006 4:29 PM
 Subject: Re: [qmailtoaster] New Install (Fedora Core 4)


 The trailing / did it.  Thank you!

 On a side note.  Does anybody on this list happen to know whether or not
qmail toaster will play nicely with php4 and mysql4?

 Eugene


 On 7/24/06, Johannes Weberhofer, Weberhofer GmbH  [EMAIL PROTECTED]
wrote:
  Try using a trailing slash at the end of the line:
 
  http://myIPaddress/admin-toaster/
 
  Johannes
 
  Eugene Lee schrieb:
   I tried restarting httpd, and same problem
  
   from /var/log/httpd/error_log
   [Tue Jul 25 04:48:34 2006] [error] [client 71.156.132.122
http://71.156.132.122] File does not exist:
/var/www/html/admin-toaster
  
   Made sure that global_registers = On in /etc/php.ini as well.
  
   Anybody know if anything else I might be able to try?
  
   On 7/24/06, *Erik Espinoza* [EMAIL PROTECTED]
   mailto: [EMAIL PROTECTED] wrote:
  
   Try 'service httpd restart' and try again
  
   On 7/24/06, Eugene Lee  [EMAIL PROTECTED]
   mailto: [EMAIL PROTECTED] wrote:

 Hi all,

 I am new to qmail and qmail toaster, and walked through the
steps
   provided
 in the Fedora Core 4 directory.  I made it to the end of the
   install script,
 but when i went to visit
http://myIPaddress/admin-toaster ,
 it gave me a 404 error.

 I have disabled SELinux, so i'm pretty sure that's not the
   issue.  Anybody
 else run into a similar problem/know how to fix this?


 Eugene
  
  
-
   QmailToaster hosted by: VR Hosted  http://www.vr.org
  
-
   To unsubscribe, e-mail:
   [EMAIL PROTECTED]
   mailto:
[EMAIL PROTECTED]
   For additional commands, e-mail:
   [EMAIL PROTECTED]
   mailto: [EMAIL PROTECTED]
  
  
 
  --
 
 
  |-
  |  weberhofer GmbH   | Johannes Weberhofer
  |  information technologies, Austria
  |
  |  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]
 
 







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



Re: Re: [qmailtoaster] New Install (Fedora Core 4)

2006-07-25 Thread Eugene Lee

I tried using the rpm -ivh command

[EMAIL PROTECTED] qtms-install]# rpm -ivh
control-panel-toaster-0.5-1.3.1.src.rpm1:control-panel-toaster
### [100%]
[EMAIL PROTECTED] qtms-install]# rpm -qa | grep -i toaste
rvpopmail-toaster-5.4.13-1.3.1
daemontools-toaster-0.76-1.3.1
autorespond-toaster-2.0.4-1.3.1
courier-authlib-toaster-0.58-1.3.1
libdomainkeys-toaster-0.68-1.3.1
qmail-pop3d-toaster-1.03-1.3.5
qmail-toaster-1.03-1.3.5
ucspi-tcp-toaster-0.88-1.3.1
courier-imap-toaster-4.1.1-1.3.2
clamav-toaster-0.88.3-1.3.2

so, strangely enough, even after i had run the rpm -ivh command to
install the control-panel-toaster rpm, it's not showing up when i do
an rpm -qa.  Anybody have any clues as to why this might happen?
Thanks!

Eugene

On 7/25/06, Eugene Lee [EMAIL PROTECTED] wrote:


I was using the the fdr40-install-script.sh

just 'sh fdr40-install-script.sh'

Should I be building it in another way?



On 7/25/06, Erik Espinoza [EMAIL PROTECTED] wrote:
 Paste the command you are executing to rebuild control-panel-toaster

 Erik

 On 7/25/06, Eugene Lee  [EMAIL PROTECTED] wrote:
 
  actually, on the fedora 4, build failed...
 
  error: Failed dependencies:
  php = 5.0.4 is needed by
  control-panel-toaster-0.5-1.3.1.noarch
 
  does anybody know of a way to bypass this?  or is there a way to
download an
  older version of control-panel-toaster that runs with php4?
 
 
  Eugene
 
 
 
  On 7/25/06, Joachim Steidl [EMAIL PROTECTED] wrote:
  
  
  
   Yes it does. Work fine. you must uninstall postfix and than the
  postfixuser and Group 89/89 befor you install qmail-toaster.
  
   Joe
  
  
  
   - Original Message -
   From: Eugene Lee
   To: qmailtoaster-list@qmailtoaster.com
   Sent: Tuesday, July 25, 2006 4:29 PM
   Subject: Re: [qmailtoaster] New Install (Fedora Core 4)
  
  
   The trailing / did it.  Thank you!
  
   On a side note.  Does anybody on this list happen to know whether or
not
  qmail toaster will play nicely with php4 and mysql4?
  
   Eugene
  
  
   On 7/24/06, Johannes Weberhofer, Weberhofer GmbH 
[EMAIL PROTECTED]
  wrote:
Try using a trailing slash at the end of the line:
   
http://myIPaddress/admin-toaster/
   
Johannes
   
Eugene Lee schrieb:
 I tried restarting httpd, and same problem

 from /var/log/httpd/error_log
 [Tue Jul 25 04:48:34 2006] [error] [client 71.156.132.122
  http://71.156.132.122] File does not exist:
  /var/www/html/admin-toaster

 Made sure that global_registers = On in /etc/php.ini as well.

 Anybody know if anything else I might be able to try?

 On 7/24/06, *Erik Espinoza* [EMAIL PROTECTED]
 mailto: [EMAIL PROTECTED] wrote:

 Try 'service httpd restart' and try again

 On 7/24/06, Eugene Lee  [EMAIL PROTECTED]
 mailto: [EMAIL PROTECTED] wrote:
  
   Hi all,
  
   I am new to qmail and qmail toaster, and walked through the
  steps
 provided
   in the Fedora Core 4 directory.  I made it to the end of
the
 install script,
   but when i went to visit
  http://myIPaddress/admin-toaster ,
   it gave me a 404 error.
  
   I have disabled SELinux, so i'm pretty sure that's not the
 issue.  Anybody
   else run into a similar problem/know how to fix this?
  
  
   Eugene


 
-
 QmailToaster hosted by: VR Hosted  http://www.vr.org

 
-
 To unsubscribe, e-mail:

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


   
--
   
   
|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies, Austria
|
|  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]
   
   
  
  
  
 
 


-
 QmailToaster hosted by: VR Hosted  http://www.vr.org

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

Re: [qmailtoaster] New Install (Fedora Core 4)

2006-07-24 Thread Erik Espinoza

Try 'service httpd restart' and try again

On 7/24/06, Eugene Lee [EMAIL PROTECTED] wrote:


Hi all,

I am new to qmail and qmail toaster, and walked through the steps provided
in the Fedora Core 4 directory.  I made it to the end of the install script,
but when i went to visit http://myIPaddress/admin-toaster,
it gave me a 404 error.

I have disabled SELinux, so i'm pretty sure that's not the issue.  Anybody
else run into a similar problem/know how to fix this?


Eugene


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



Re: [qmailtoaster] New Install (Fedora Core 4)

2006-07-24 Thread Eugene Lee
I tried restarting httpd, and same problem

from /var/log/httpd/error_log
[Tue Jul 25 04:48:34 2006] [error] [client 71.156.132.122] File does not exist: /var/www/html/admin-toaster
Made sure that global_registers = On in /etc/php.ini as well. 

Anybody know if anything else I might be able to try?
On 7/24/06, Erik Espinoza [EMAIL PROTECTED] wrote:
Try 'service httpd restart' and try againOn 7/24/06, Eugene Lee 
[EMAIL PROTECTED] wrote: Hi all, I am new to qmail and qmail toaster, and walked through the steps provided in the Fedora Core 4 directory.I made it to the end of the install script,
 but when i went to visit http://myIPaddress/admin-toaster, it gave me a 404 error. I have disabled SELinux, so i'm pretty sure that's not the issue.Anybody
 else run into a similar problem/know how to fix this? Eugene-QmailToaster hosted by: VR Hosted 
http://www.vr.org-To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [qmailtoaster] New Install (Fedora Core 4)

2006-07-24 Thread Roxanne Sandesara

It sounds like the lines for including the toaster.conf to your
httpd.conf were not added or are not being used. The aliases,
including the one for admin-toaster, are in there.

Just to be entirely sure, try:
http://your_ip/admin-toaster/
with the ending /

On 7/24/06, Eugene Lee [EMAIL PROTECTED] wrote:


I tried restarting httpd, and same problem

from /var/log/httpd/error_log
[Tue Jul 25 04:48:34 2006] [error] [client 71.156.132.122] File does not
exist: /var/www/html/admin-toaster

Made sure that global_registers = On in /etc/php.ini as well.

Anybody know if anything else I might be able to try?


On 7/24/06, Erik Espinoza [EMAIL PROTECTED] wrote:
 Try 'service httpd restart' and try again

 On 7/24/06, Eugene Lee  [EMAIL PROTECTED] wrote:
 
  Hi all,
 
  I am new to qmail and qmail toaster, and walked through the steps
provided
  in the Fedora Core 4 directory.  I made it to the end of the install
script,
  but when i went to visit
http://myIPaddress/admin-toaster,
  it gave me a 404 error.
 
  I have disabled SELinux, so i'm pretty sure that's not the issue.
Anybody
  else run into a similar problem/know how to fix this?
 
 
  Eugene


-
 QmailToaster hosted by: VR Hosted  http://www.vr.org

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






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



Re: [qmailtoaster] New Install (Fedora Core 4)

2006-07-24 Thread Johannes Weberhofer, Weberhofer GmbH

Try using a trailing slash at the end of the line:

http://myIPaddress/admin-toaster/

Johannes

Eugene Lee schrieb:

I tried restarting httpd, and same problem
 
from /var/log/httpd/error_log
[Tue Jul 25 04:48:34 2006] [error] [client 71.156.132.122 
http://71.156.132.122] File does not exist: /var/www/html/admin-toaster
 
Made sure that global_registers = On in /etc/php.ini as well. 
 
Anybody know if anything else I might be able to try?
 
On 7/24/06, *Erik Espinoza* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Try 'service httpd restart' and try again

On 7/24/06, Eugene Lee  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] wrote:
 
  Hi all,
 
  I am new to qmail and qmail toaster, and walked through the steps
provided
  in the Fedora Core 4 directory.  I made it to the end of the
install script,
  but when i went to visit http://myIPaddress/admin-toaster,
  it gave me a 404 error.
 
  I have disabled SELinux, so i'm pretty sure that's not the
issue.  Anybody
  else run into a similar problem/know how to fix this?
 
 
  Eugene

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




--


|-
|  weberhofer GmbH   | Johannes Weberhofer
|  information technologies, Austria
|
|  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] New install on Fedora core 4 - Received from unknown

2005-12-28 Thread Lynn
new myself. Just wondering what output you get to these commands:

uname -n
hostname -f
 

-Original Message-
From: Stephen Dean [Group IT Ltd] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 28, 2005 5:30 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] New install on Fedora core 4 - Received
from unknown

Hi - new to the list and could not find this in the archives.

I have just installed the latest QMT on a clean install of fedora
core 4 - using the dependencies / current-install and mysql
install script and all went well ... the only problem I now seem
to be having is that each email that is sent to a user is coming
through as

Received: from unknown (192.168.0.x)
  by bigblue with SMTP; 28 Dec 2005 11:52:30 -

and so each email appears as being from and unknown person when
viewed under webmail ...

The Return-Path: and Delivered-To: are correct ... so any ideas ?

Thanks

Steve


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

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.8/215 - Release Date:
12/27/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.8/215 - Release Date:
12/27/2005
 


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



Re: [qmailtoaster] New install with a few issues.

2005-09-14 Thread Steve Huff


On Sep 14, 2005, at 1:32 PM, [EMAIL PROTECTED] wrote:

3.  Is there any way to make the /var/log/qmail/SERVICE/current  
logs to
have timestamps in it rather than what I see now:   
@443285caba...

The logs aren't very helpful without timestamps.


that format is TAI64N (http://cr.yp.to/libtai/tai64.html).  the  
logging system that comes with qmail wants to use it, for various  
reasons which i'm sure DJB would be glad to explain to you. :)


to get a translated version of a log file, use commands like the  
following:


# cat /var/log/qmail/smtp/current | tai64nlocal  /tmp/smtp.log
# less /tmp/smtp.log

-steve

---
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v



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