Re: [qmailtoaster] Problem with forwarding service

2021-10-29 Thread Eric Broch

http://wiki.qmailtoaster.com/index.php/SPF

On 10/29/2021 10:12 AM, st...@keptprivate.com wrote:


Hi,

I've been dealing with this SPF related problem, for one of my user's, 
for about a month. I didn't really understand all the particulars 
about SPF going into this and I feel like now I do. SPF itself seems 
to be in a mid-state between abandoned and falling out of use. Most 
information you find on line hasn't been updated since before 2015 and 
you find many dead links and sites referenced that no longer work. 
Take a look at "spf.trusted-forwarder.org" for example... which still 
serves up an SPF txt record of "*v=spf1 -all" but has no other 
information to be found.*


I would like to suggest that the qmailtoaster docs be changed to 
suggest relaxing the SPF restrictions by suggesting a domain SPF 
record ending in "~all" and an spfbehavior file of something less than 
3 (the current default).


I have users who use forwarding services and the default settings 
caused significant headaches for them by causing delivery issues for 
(seemingly) random senders.
Mail was getting through only from other domains with SPF records 
ending in "~all". It seems to me that if Google can end their SPF 
record with "~all" that it is probably a best practice today. On the 
receiving side, spfbehavior of 1 makes sure no emails are rejected. 
(This is of greatest importance with automated emails from banks, etc. 
where there is no "person" to see and react to a rejected email.)


Of course I understand that this defeats the purpose of SPF, but it 
seems SPF is dying and falling from use anyway and has become only one 
component of an anti-spam strategy.


At the very least, I hope this email can help others who run into this 
problem, and I want to thank others on this list who jumped in to help 
when I reached out.


Steve

October 26, 2021 8:29 PM, st...@keptprivate.com wrote:


Setting the spfbehavior file to 1, did resolve the problem!

I can see the SPF fail in the headers of messages that used to be
rejected.
I had tried to whitelist the IPs of the forwarding servers and
expected that would have resolved the problem, but is the SPF
rejection happening before the SpamAssassin whitelist? I still
don't understand why some forwarded messages work and some don't.
It seems like a bug somewhere.

October 22, 2021 11:06 AM, st...@keptprivate.com wrote:

I haven't heard results yet. The strange thing is my server
wasn't rejecting everything from the forwarding service. I
could send emails from google and yahoo accounts and they were
delivered. The headers in those messages indicated SPF and
dkim passed. I tried white listing the alumni mx servers in
Spamassassin and that also didn't help (but I'm not sure where
that falls in the processing order). This user's problems with
the forwarding service seemed to start when I made some
upgrades to my servers, but oddly, the problems weren't just
with this email account. They were getting rejected emails
from another account they have. We've tried to get support
from the email forwarding company, but they have not been able
to provide additional information and maintain that it's a
problem with my server. I really didn't intend to have spf
rejection happening, so it's best that's off now if it is
going to interfere with this type of delivery.

I also didn't intend to leave that email addresses in my
original message. :-( Is there any way to get it edited out? I
sent the messages from my phone and I guess I hadn't scrolled
down all the way. Doh!

Steve
Sent with a Spark 
On Oct 22, 2021, 4:58 AM -0700, Angus McIntyre
, wrote:

Hmm, re-reading this, I may have got mixed up and given
you slightly
unhelpful advice.

I think the part about changing the value in
'/var/qmail/control/spfbehavior' is still good.

But because 'pobox.com' featured in your bounce message, I
assumed that
your user had a POBox address and that the message was
being forwarded
from a 'pobox.com' forwarding host.

Re-reading the transcript, I think that might not be the
case, and that
you're actually getting mail forwarded from
'alumni.princeton.edu'.

So what's happening is that a message from 'b...@zzz.net'
is being sent
to 'blahb...@alumni.princeton.edu', 'blahblah' has their
account there
configured to forward to 'blahb...@yourserver.com', and so
'alumni.princeton.edu' is trying to send the message on to
'yourserver.com'.

qmail running on 'yourserver.com' sees that
   

Re: [qmailtoaster] Problem with forwarding service

2021-10-26 Thread Angus McIntyre
st...@keptprivate.com wrote on 10/26/21 8:29 PM:
> Setting the spfbehavior file to 1, did resolve the problem!

Hooray!

> I can see the SPF fail in the headers of messages that used to be rejected.
> I had tried to whitelist the IPs of the forwarding servers and expected
> that would have resolved the problem, but is the SPF rejection happening
> before the SpamAssassin whitelist? 

SPF is implemented by a patch to qmail, so SpamAssassin isn't involved.

I found a page of documentation:

   https://www.saout.de/misc/spf/

which seems to suggest that whitelisting is possible. I haven't
experimented with these at all, but if you can make it work, that might
be the way to go.

> ... I still don't understand why some
> forwarded messages work and some don't. It seems like a bug somewhere.

Normally, whether the message succeeds or not will depend on the SPF
rules of the original domain (i.e. the one named in the 'From' line of
the message). If the original domain says "accept any IP as a valid
sender", then the forwarded message will succeed; if it says "only this
set of IPs/domains may send mail with this domain in the 'From' line",
then you'll get a failure on forwarded messages.

Of course if you find that messages from the same original domain
sometimes succeed and sometimes fail, then something else is going on,
and that might indeed be a bug.

Angus





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



Re: [qmailtoaster] Problem with forwarding service

2021-10-21 Thread Angus McIntyre



st...@keptprivate.com wrote on 10/21/21 9:52 PM:
> Thanks for looking at the problem and suggesting this. I'm starting
> to question my ability to read, because I swear I read that spfbehavior of
> 3 was soft-fail (kicks self)! I'm testing now to see if setting it to 1
> fixes it.

I was going by this page:

  https://notes.sagredo.eu/en/qmail-notes-185/spf-239.html

which suggests that 3 is 'reject-on-fail'.

I just checked '/var/qmail/control/spfbehavior' on my own server, and it
turns out to be set to 3, which might be the default.

So my first guess was that 'alumni.princeton.edu' had a stricter SPF
setting that was causing a 'fail' to be issued. But here's the MXToolbox
analysis:


https://mxtoolbox.com/SuperTool.aspx?action=spf%3aalumni.princeton.edu%3a173.228.157.42&run=toolpage

(that IP is one of the POBox mail forwarders).

I think the problem is actually a little different. The last element in
their SPF record is '?all', which ought to cause '173.228.157.42' to
evaluate to 'Neutral'.

But MXToolbox thinks that '173.228.157.42' will return 'Fail', and the
only reason that I can see why that might happen is because the test is
also erroring out with 'Too many included lookups'.

So you could ask them to fix their SPF record, or you could lower your
value for '/var/qmail/control/spfbehavior' to make your server more
permissive. That might get you a lot more spam, but ¯\_(ツ)_/¯ ...

Angus


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



Re: [qmailtoaster] Problem with dkim install

2017-02-01 Thread ktf4517

Ok solved.

Thanks you all

Fabio


In data 01 febbraio 2017 10:38:06 AM Edgar Ignacio Vivas Zamorano 
 ha scritto:




--
Hi Fabio
install dknewkey

yum install libdomainkeys-devel

El mié, 01-02-2017 a las 09:31 +0100, Fabio Mecchia escribió:

Hi all,
I've  done a fresh install of QMT on Centos7, everything went smooth
without any problems.
But I'm blocked on dkim install, I've followed these instructions : h
ttps://github.com/qmtoaster/dkim/blob/master/README.md
but on 7th step "dknewkey /var/qmail/control/dkim/global.key >
/var/qmail/control/dkim/public.txt" I have a command not found error.
For sure I'm missing some step but I can't figure out what it is.

Thank for any help
 Fabio Mecchia





-
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] Problem with dkim install

2017-02-01 Thread Edgar Ignacio Vivas Zamorano

-- 
Hi Fabio
install dknewkey

yum install libdomainkeys-devel

El mié, 01-02-2017 a las 09:31 +0100, Fabio Mecchia escribió:
> Hi all,
> I've  done a fresh install of QMT on Centos7, everything went smooth
> without any problems.
> But I'm blocked on dkim install, I've followed these instructions : h
> ttps://github.com/qmtoaster/dkim/blob/master/README.md
> but on 7th step "dknewkey /var/qmail/control/dkim/global.key >
> /var/qmail/control/dkim/public.txt" I have a command not found error.
> For sure I'm missing some step but I can't figure out what it is.
> 
> Thank for any help
>  Fabio Mecchia
> 
> 


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



Re: [qmailtoaster] Problem with dkim install

2017-02-01 Thread ag
Hi Fabio,

do you have dknewkey in your path? (on my toaster it is in /usr/bin/,
belongs to libdomainkeys...rpm)

Andreas

> Hi all,
> I've  done a fresh install of QMT on Centos7, everything went smooth
> without any problems.
> But I'm blocked on dkim install, I've followed these instructions :
> https://github.com/qmtoaster/dkim/blob/master/README.md
> but on 7th step "dknewkey /var/qmail/control/dkim/global.key >
> /var/qmail/control/dkim/public.txt" I have a command not found error.
> For sure I'm missing some step but I can't figure out what it is.
>
> Thank for any help
>  Fabio Mecchia
>


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



Re: [qmailtoaster] Problem with qtp-ami-up2date

2016-08-04 Thread Eric

Ronnie,

I'm surprised that site has been up as long as it has, it's completely 
obsolete.


Eric

On 8/4/2016 6:18 AM, Ronnie Tartar wrote:

I am having issues with clamav, I can't seem to execute qtp-ami-up2date.
Seems like it's checking against www.qmailtoaster.com but the site is down.
Is this permanent of temporary?

It's been that way since last night.

Thanks


-
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] Problem received wrong mail address

2014-06-05 Thread Agni Isador H

But we need if wrong address  must not received mail,
but now  server has account i...@domain.com, but account 
ithw-...@domain.com not in server,
i...@domain.com still received when some body send mail to 
ithw-...@domain.com


regards

Agni Isador H

On 6/6/2014 12:52 PM, Sebastian Grewe wrote:

Qmail should do auto aliasing for any user-anything address. Apparently it 
doesn't do it for him?

I can do it just fine for my mail account on my server so maybe it's a setting 
that's disabled?

Cheers,
Sebastian


On 06.06.2014, at 07:13, Eric Broch  wrote:

Set up the account 'ithw-...@domain.com' on your qmailtoaster.
First, open a terminal and log into your qmailtoaster. Second, run the
following commands and the prompt:
[user@server ~]# cd /home/vpopmail/bin
[user@server bin]# ./vadduser ithw-...@domains.com accountpassword

where 'accountpassword' is the password of your choosing.





On 6/5/2014 9:46 PM, Agni Isador H wrote:
Dear All,

I need your help about my problem with qmailtoaster server,
in my server there are i...@domain.com account, but when i send mail
to ithw-...@domain.com, i'm not received

Sorry, no mailbox here by that name. (#5.1.1)

but mail still received by i...@domain.com,
what wrong with my mailserver.

Thx

regards

Agni Isador H


-
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


-
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] Problem received wrong mail address

2014-06-05 Thread Sebastian Grewe
Qmail should do auto aliasing for any user-anything address. Apparently it 
doesn't do it for him?

I can do it just fine for my mail account on my server so maybe it's a setting 
that's disabled?

Cheers,
Sebastian

> On 06.06.2014, at 07:13, Eric Broch  wrote:
> 
> Set up the account 'ithw-...@domain.com' on your qmailtoaster.
> First, open a terminal and log into your qmailtoaster. Second, run the
> following commands and the prompt:
> [user@server ~]# cd /home/vpopmail/bin
> [user@server bin]# ./vadduser ithw-...@domains.com accountpassword
> 
> where 'accountpassword' is the password of your choosing.
> 
> 
> 
> 
>> On 6/5/2014 9:46 PM, Agni Isador H wrote:
>> Dear All,
>> 
>> I need your help about my problem with qmailtoaster server,
>> in my server there are i...@domain.com account, but when i send mail
>> to ithw-...@domain.com, i'm not received
>> 
>> Sorry, no mailbox here by that name. (#5.1.1)
>> 
>> but mail still received by i...@domain.com,
>> what wrong with my mailserver.
>> 
>> Thx
>> 
>> regards
>> 
>> Agni Isador H
>> 
>> 
>> -
>> 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
> 

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



Re: [qmailtoaster] Problem received wrong mail address

2014-06-05 Thread Eric Broch
Set up the account 'ithw-...@domain.com' on your qmailtoaster.
First, open a terminal and log into your qmailtoaster. Second, run the
following commands and the prompt:
[user@server ~]# cd /home/vpopmail/bin
[user@server bin]# ./vadduser ithw-...@domains.com accountpassword

where 'accountpassword' is the password of your choosing.




On 6/5/2014 9:46 PM, Agni Isador H wrote:
> Dear All,
>
> I need your help about my problem with qmailtoaster server,
> in my server there are i...@domain.com account, but when i send mail
> to ithw-...@domain.com, i'm not received
>
> Sorry, no mailbox here by that name. (#5.1.1)
>
> but mail still received by i...@domain.com,
> what wrong with my mailserver.
>
> Thx
>
> regards
>
> Agni Isador H
>
>
> -
> 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] problem in queue in local delivery

2012-12-04 Thread Rajesh M
> Maybe run atop or other tools to see where your bottleneck is?
>
> Cheers,
> Sebastian
>
> On 04.12.2012, at 16:15, "Rajesh M" <24x7ser...@24x7server.net> wrote:
>
>>> hi
>>>
>>> i have a server with around 6000 mail boxes
>>>
>>> it is a dual processor quad core with 4 gb ram
>>> centos 5 with qmail toaster
>>>
>>> it contains around 3.5 terrabytes of data
>>>
>>> the data is spread over the 2 nrs 2 tb drives
>>>
>>> about half the mailboxes have the normal path ie
>>> /home/vpopmail/domains/
>>>
>>> and the other half has path to the second drive
>>> (i changed the path in the mysql database for around half mailboxes to
>>> point to the second drive)
>>>
>>> the machine is accessed by pop / imap / smtp
>>>
>>> this was working fine till 2 days ago
>>>
>>> i noted that users were not cleaning up the trash folders and space
>>> utilization had gone to 90%. So i ran the qmail-clean-trash script
>>> which
>>> cleaned up a lot of trash data. usage is arond 85 % .
>>>
>>> this was done in the weekend - ie 2 days ago
>>>
>>> now since monday onwards ie the local queue is piling up and delivering
>>> very slowly.
>>>
>>> the email traffic send+receive is around 250,000 (around 20 gb of data)
>>> emails per day  with most of the emails being delivered locally.
>>>
>>> i have to keep firing perl qmhandle -a -- to get the local emails
>>> delivred
>>>
>>> but still it is very slow
>>>
>>> can somebody let me know the reason for this sudden slow delivery of
>>> emails
>>>
>>> rajesh
>>>
>>>
>>>
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail:
>>> qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>> in addition to the above information
>>
>> i have kept concurrencyincoming - 400, concurrencylocal - 300,
>> concurrencyremote - 200
>>
>> server load goes as high 200 sometimes
>>
>> also please let me know how i can spread the data / load between two or
>> more servers. Any solutions for the same ?
>>
>> rajesh
>>
>>
>>
>>
>>
>> -
>> 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
>
>

i have htop installed but does not show any specific problem

one important point is that only local emails keep piling up. remote
emails are delivered quickly


rajesh






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



Re: [qmailtoaster] problem in queue in local delivery

2012-12-04 Thread Sebastian Grewe
Maybe run atop or other tools to see where your bottleneck is?

Cheers,
Sebastian

On 04.12.2012, at 16:15, "Rajesh M" <24x7ser...@24x7server.net> wrote:

>> hi
>> 
>> i have a server with around 6000 mail boxes
>> 
>> it is a dual processor quad core with 4 gb ram
>> centos 5 with qmail toaster
>> 
>> it contains around 3.5 terrabytes of data
>> 
>> the data is spread over the 2 nrs 2 tb drives
>> 
>> about half the mailboxes have the normal path ie /home/vpopmail/domains/
>> 
>> and the other half has path to the second drive
>> (i changed the path in the mysql database for around half mailboxes to
>> point to the second drive)
>> 
>> the machine is accessed by pop / imap / smtp
>> 
>> this was working fine till 2 days ago
>> 
>> i noted that users were not cleaning up the trash folders and space
>> utilization had gone to 90%. So i ran the qmail-clean-trash script which
>> cleaned up a lot of trash data. usage is arond 85 % .
>> 
>> this was done in the weekend - ie 2 days ago
>> 
>> now since monday onwards ie the local queue is piling up and delivering
>> very slowly.
>> 
>> the email traffic send+receive is around 250,000 (around 20 gb of data)
>> emails per day  with most of the emails being delivered locally.
>> 
>> i have to keep firing perl qmhandle -a -- to get the local emails delivred
>> 
>> but still it is very slow
>> 
>> can somebody let me know the reason for this sudden slow delivery of
>> emails
>> 
>> rajesh
>> 
>> 
>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> 
> 
> in addition to the above information
> 
> i have kept concurrencyincoming - 400, concurrencylocal - 300,
> concurrencyremote - 200
> 
> server load goes as high 200 sometimes
> 
> also please let me know how i can spread the data / load between two or
> more servers. Any solutions for the same ?
> 
> rajesh
> 
> 
> 
> 
> 
> -
> 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] problem in queue in local delivery

2012-12-04 Thread Rajesh M
> hi
>
> i have a server with around 6000 mail boxes
>
> it is a dual processor quad core with 4 gb ram
> centos 5 with qmail toaster
>
> it contains around 3.5 terrabytes of data
>
> the data is spread over the 2 nrs 2 tb drives
>
> about half the mailboxes have the normal path ie /home/vpopmail/domains/
>
> and the other half has path to the second drive
> (i changed the path in the mysql database for around half mailboxes to
> point to the second drive)
>
> the machine is accessed by pop / imap / smtp
>
> this was working fine till 2 days ago
>
> i noted that users were not cleaning up the trash folders and space
> utilization had gone to 90%. So i ran the qmail-clean-trash script which
> cleaned up a lot of trash data. usage is arond 85 % .
>
> this was done in the weekend - ie 2 days ago
>
> now since monday onwards ie the local queue is piling up and delivering
> very slowly.
>
> the email traffic send+receive is around 250,000 (around 20 gb of data)
> emails per day  with most of the emails being delivered locally.
>
> i have to keep firing perl qmhandle -a -- to get the local emails delivred
>
> but still it is very slow
>
> can somebody let me know the reason for this sudden slow delivery of
> emails
>
> rajesh
>
>
>
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


in addition to the above information

i have kept concurrencyincoming - 400, concurrencylocal - 300,
concurrencyremote - 200

server load goes as high 200 sometimes

also please let me know how i can spread the data / load between two or
more servers. Any solutions for the same ?

rajesh





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



Re: [qmailtoaster] Problem with qmHandle

2012-04-24 Thread Amir Abbasi
I installed an older version which is not using SVC to stop Qmail. That's OK 
now.
  - Original Message - 
  From: dhaval thakar 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Tuesday, April 24, 2012 10:13 AM
  Subject: Re: [qmailtoaster] Problem with qmHandle


  /use/local/bin/svc is default path for qmailrocks installation, 
  I am not sure about qmailtoaster
  Try running which / locate svc to find exact path on your server
  Then create link 

  On 2012 4 24 09:49, "Amir Abbasi"  wrote:

Hi,

I've installed qmHandle recently, it is working properly but I get 
follwoing error message when I use "-D" to delete messages;

qmhandle-1.3.2]# ./qmHandle -D
Calling system script to terminate qmail...
Can't exec "/usr/local/bin/svc": No such file or directory at ./qmHandle 
line
192 (#1)
(W exec) A system(), exec(), or piped open call could not execute the
named program for the indicated reason.  Typical reasons include: the
permissions were wrong on the file, the file wasn't found in
$ENV{PATH}, the executable in question was compiled for another
architecture, or the #! line in a script points to an interpreter that
can't be run for similar reasons.  (Or maybe your system doesn't support
#! at all.)
  


It is on CentOS 6.2.

Re: [qmailtoaster] Problem with qmHandle

2012-04-23 Thread dhaval thakar
/use/local/bin/svc is default path for qmailrocks installation,
I am not sure about qmailtoaster
Try running which / locate svc to find exact path on your server
Then create link
On 2012 4 24 09:49, "Amir Abbasi"  wrote:

> **
> Hi,
>
> I've installed qmHandle recently, it is working properly but I get
> follwoing error message when I use "-D" to delete messages;
>
> qmhandle-1.3.2]# ./qmHandle -D
> Calling system script to terminate qmail...
> Can't exec "/usr/local/bin/svc": No such file or directory at ./qmHandle
> line
> 192 (#1)
> (W exec) A system(), exec(), or piped open call could not execute the
> named program for the indicated reason.  Typical reasons include: the
> permissions were wrong on the file, the file wasn't found in
> $ENV{PATH}, the executable in question was compiled for another
> architecture, or the #! line in a script points to an interpreter that
> can't be run for similar reasons.  (Or maybe your system doesn't
> support
> #! at all.)
>
>
>
> It is on CentOS 6.2.
>


Re: [qmailtoaster] Problem with CATCH-ALL

2012-04-05 Thread Dan McAllister

On 4/5/2012 1:12 AM, Amir Abbasi wrote:

Hi,
This question is related to a customized Qmail (not Toaster) with a 
GUI panel but concepts are similar. When I want to disable catch-all 
(it is pointing to an e-mail address now), all e-mail will stuck in 
queue and what I see in maillog is as below:
 delivery 11163: deferral: 
Unable_to_switch_to_/usr/local/qmail/shared/mailnames/b/cb/642/CATCH-ALL/:_file_does_not_exist._(#4.3.0)/
I found that the catch-all user tried to move messages to CATCH-ALL 
directory (it's homedir), but it does not exist as I disabled 
catch-all in GUI panel. Previously, CATCH-ALL folder includes a .qmail 
file with the catch-all address:

&u...@domain.com 
How can I force that to delete message? Can I enter a single "&" or 
"#"? What about "| /dev/null" pattern?

Thanks in advance.
Not quite, but since you're apparently not using vpopmail, perhaps the 
easiest thing may be to do something similar: pipe it to a program that 
will do nothing (/dev/null cannot be executed). (In vpopmail, you would 
use '*| /home/vpopmail/bin/vdelivermail "" delete*')


So, changing your offending .qmail to read '*| /bin/true*' would 
accomplish what you're looking for -- a fast, non-messy way to simply 
throw away the messages.


Just to be complete, the format of the .qmail requires one of 4 
characters in column 1:

 # = comment line (line is ignored)
 | = deliver as stream to a program (often, vpopmail!)
& = deliver to another email address
  / = deliver to an mbox (if the entry does NOT end in a /) or a 
Maildir (if the entry DOES end in a /)
  also: the file is not allowed to start with a blank line -- but other 
blank lines are acceptable


Also, remember the permissions restrictions on .qmail -- if it is 
executable, you can only really set mail addresses (# and & lines 
only!), and if it's writable by anyone other than the owner, qmail-local 
will not process it at all...


That should about cover your .qmail behaviors! :-)

I hope this helped!

Dan McAllister

--

IT4SOHO, LLC
PO Box 507
St. Petersburg, FL 33731-0507

CALL TOLL FREE:
  877-IT4SOHO

We have support plans for QMail!




Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2012-02-19 Thread Nigel Reed
Thanks so much for the patch. Considering this was sent on Dec 26, I can't 
understand why the distribution on the qmt website hasn't been fixed.





 From: Martin Waschbüsch IT-Dienstleistungen 
To: qmailtoaster-list@qmailtoaster.com 
Sent: Monday, December 26, 2011 6:40 AM
Subject: Re: [qmailtoaster] Problem with Clamav-toaster on Centos6
 

Hi Amir,

Am 26.12.2011 um 11:55 schrieb Amir Abbasi:

+ echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'
>Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):
>+ /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2
>+ /usr/bin/patch -s -p1 --fuzz=0
>1 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rej
>error: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)
> 
>RPM build errors:
>    Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)
> 
>Have you ever faced this error message?
>Thank you for your assistance.


The problem is that the included patch is not 100% rediffed against version 
0.97.3 of clamav… e.g. some lines are off.
This causes the patch utility to fail, as the allowed amount of 'fuzz' (e.g. 
allow patches to apply to be a couple lines off the expected place) on CentOS 6 
is zero.

Anyway,

use the attached patch instead of the old one (replace the clamav patch file in 
the SOURCES folder within your rpm build directory) and try again…

Martin



--
Martin Waschbüsch
IT-Dienstleistungen
Schumacherring 29
81737 München

Telefon: +49 89 57005708
Fax: +49 89 57868023
Mobil: +49 170 2189794
serv...@waschbuesch.it
http://www.waschbuesch.it

Re: Re: [qmailtoaster] Problem enter to account

2012-01-10 Thread Peter Peltonen
On Tue, Jan 10, 2012 at 1:58 PM, Juan Carlos  wrote:
> -this server works for 2 years
> -i didn´t do nothing :)

If it has worked for 2 years and then stopped working, then something
must have changed :)
You must have installed at least some security updates on the server
during these 2 years? Perhaps some update broke the installation?


> Attachment 2 files, current logs

Your logs contian for example the following:

@40004f0b791d1ec747b4 tcpserver: ok 14907
mail.tmdigital.es::143 :::52238
@40004f0b791d1ec74f84 DEBUG: Connection, ip=[]
@40004f0b791d1ec7536c DEBUG: Disconnected, ip=[], time=0

and:

@40004f0b7a8102da7ddc INFO: LOGIN, user=lavanderia@,
ip=[127.0.0.1], protocol=IMAP
@40004f0b7a8108a781ec INFO: LOGOUT, user=lavanderia@,
ip=[127.0.0.1], headers=0, body=0, rcvd=549, sent=2018, time=0

Its been a while since I've had any toasters with courier-imap, so I
don't have much to comment about these: user logs in and logouts
immediatly. Can someone else comment if there would have been an
actuall error message if the login had failed? Or does this immediate
logout mean that it probably failed?

What I can confirm that I can connect to your servers imap port (143) ok.

So if authentication has stopped working with courier-imap, I would
check the following:
http://www.courier-mta.org/FAQ.html#imaplogin

Reading that, maybe its your mysql that isn't working: Can you confirm
that mysqld is running and that you can login fine to your vpopmail
database using your mysql client and that your toaster is configured
to use correct mysql username and password?

And perhaps you could try debugging the imap connection with telnet by
issuing the following from your server's command line:

  telnet localhost 143

You should see something like this:

Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc.
See COPYING for distribution information.

Then type

  login u...@test.com password

and you should see something like this:

OK LOGIN Ok.

If you get some error, send it here to the list?

Regards,
Peter

-
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] Problem enter to account

2012-01-09 Thread Peter Peltonen
On Mon, Jan 9, 2012 at 6:25 PM, Juan Carlos  wrote:
> nothings works, don´t allow login: ERROR:Connection dropped by IMAP server
>  and if you are viewing a message, get out of this account with the same
> error

Has it worked before or is this your first installation? A quick look
on your packages at least reveals the fact that at least some of the
packages are not of the newest version? If your toaster worked before,
did you do something after which it stopped working?

I would try logging in with Squirrelmail and then checking also Apache
logs what error you get there. "Nothing works" is not much we can work
with here :)



>> The error messages you are receive seem to be IMAP related.
>>
>> If you look at log files
>>
>> /var/log/qmail/imap4/current
>> /var/log/qmail/imap4-ssl/current
>>
>> do you see anything there if you try to log in with your account (for
>> example using Squirrelmail)?
>
> ok, but this problem is for all account, anyone can´t log

Please try this and provide us a copy of the messsages you see in your
logs when you try login. If someone cannot login there must be a
reason for it and most likely in the logs you will see an error about
it.

If you do not see any errors then I would suggest you try to debug
your firewall as I suggested before:

>> You should see something there when you try to login. If you do not,
>> then there is probably something wrong with your firewall. Try this
>> from a remote machine (not from your qmailtoaster server):
>>
>> telnet yourmailserversaddress 143
>> telnet yourmailserversaddress 993
>>
>> Either of those commands should give you a welcome message? If you get
>> no response then there is indeed a problem with your firewall or your
>> imap services are not running (and you should start them).


Regards,
Peter

-
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] Problem enter to account

2012-01-09 Thread Juan Carlos
> Hi,
>
> On Mon, Jan 9, 2012 at 1:45 PM, Juan Carlos 
> wrote:
 -ERROR: Conexion terminada por el servidor IMAP
 (Connection terminated by IMAP server)
>>>
>>> That is an error you receive in your email client? Which client are
>>> you using? What about accessing the same account with Squirrelmail?
>>
>> that error recive in all user in all domains.
>
> Yes, but which mail client are they using: Thunderbird, Outlook,
> Squirrelmail or something else?
>
> Does login work from Squirrelmail?

nothings works, don´t allow login: ERROR:Connection dropped by IMAP server
 and if you are viewing a message, get out of this account with the same
error

>
>>
>>
>>> And you did not still provide us the following information:
>>>
> messages here that you are receiving? Also check the qmail logs if
> you
> see anything related to your problem there and please provide us the
> info about the versions of the software you are using.
>>
>> how see the versions?
>
> As root issue the command:
>
> rpm -qa |grep toaster
>

daemontools-toaster-0.76-1.3.6
courier-imap-toaster-4.1.2-1.3.10
maildrop-toaster-devel-2.0.3-1.3.8
qmailtoaster-plus.repo-0.1-1
libdomainkeys-toaster-0.68-1.3.6
ezmlm-toaster-0.53.324-1.3.6
squirrelmail-toaster-1.4.19-1.3.15
vpopmail-toaster-5.4.17-1.3.7
qmail-pop3d-toaster-1.03-1.3.18
control-panel-toaster-0.5-1.3.7
qmailmrtg-toaster-4.2-1.3.6
vqadmin-toaster-2.3.4-1.3.6
ripmime-toaster-1.4.0.6-1.3.6
ucspi-tcp-toaster-0.88-1.3.8
qmail-toaster-1.03-1.3.18
autorespond-toaster-2.0.4-1.3.6
qmailadmin-toaster-1.2.12-1.3.8
isoqlog-toaster-2.1-1.3.7
clamav-toaster-0.95.2-1.3.29
qmailtoaster-plus-0.3.1-1.4.11
libsrs2-toaster-1.0.18-1.3.6
ezmlm-cgi-toaster-0.53.324-1.3.6
spamassassin-toaster-3.2.5-1.3.17
courier-authlib-toaster-0.59.2-1.3.10
maildrop-toaster-2.0.3-1.3.8
simscan-toaster-1.4.0-1.3.1
>
>> spamassassin 3.2.5
>> maillog:
>> Jan  9 09:14:10 mail spamc[914]: skipped message, greater than max
>> message
>> size (512000 bytes)
>>
>> this line is the only i seen diferent
>
> The error messages you are receive seem to be IMAP related.
>
> If you look at log files
>
> /var/log/qmail/imap4/current
> /var/log/qmail/imap4-ssl/current
>
> do you see anything there if you try to log in with your account (for
> example using Squirrelmail)?

ok, but this problem is for all account, anyone can´t log

>
> Or if you have replaced Courier-IMAP with Dovecot, look at log file:
>
> /var/log/dovecot.log
>
> You should see something there when you try to login. If you do not,
> then there is probably something wrong with your firewall. Try this
> from a remote machine (not from your qmailtoaster server):
>
> telnet yourmailserversaddress 143
> telnet yourmailserversaddress 993
>
> Either of those commands should give you a welcome message? If you get
> no response then there is indeed a problem with your firewall or your
> imap services are not running (and you should start them).
>
> Regards,
> Peter
>
> -
> 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] Problem enter to account

2012-01-09 Thread Peter Peltonen
Hi,

On Mon, Jan 9, 2012 at 1:45 PM, Juan Carlos  wrote:
>>> -ERROR: Conexion terminada por el servidor IMAP
>>> (Connection terminated by IMAP server)
>>
>> That is an error you receive in your email client? Which client are
>> you using? What about accessing the same account with Squirrelmail?
>
> that error recive in all user in all domains.

Yes, but which mail client are they using: Thunderbird, Outlook,
Squirrelmail or something else?

Does login work from Squirrelmail?

>
>
>> And you did not still provide us the following information:
>>
 messages here that you are receiving? Also check the qmail logs if you
 see anything related to your problem there and please provide us the
 info about the versions of the software you are using.
>
> how see the versions?

As root issue the command:

rpm -qa |grep toaster


> spamassassin 3.2.5
> maillog:
> Jan  9 09:14:10 mail spamc[914]: skipped message, greater than max message
> size (512000 bytes)
>
> this line is the only i seen diferent

The error messages you are receive seem to be IMAP related.

If you look at log files

/var/log/qmail/imap4/current
/var/log/qmail/imap4-ssl/current

do you see anything there if you try to log in with your account (for
example using Squirrelmail)?

Or if you have replaced Courier-IMAP with Dovecot, look at log file:

/var/log/dovecot.log

You should see something there when you try to login. If you do not,
then there is probably something wrong with your firewall. Try this
from a remote machine (not from your qmailtoaster server):

telnet yourmailserversaddress 143
telnet yourmailserversaddress 993

Either of those commands should give you a welcome message? If you get
no response then there is indeed a problem with your firewall or your
imap services are not running (and you should start them).

Regards,
Peter

-
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] Problem enter to account

2012-01-09 Thread Juan Carlos
> Hi Juan,
>
> On Mon, Jan 9, 2012 at 12:04 PM, Juan Carlos 
> wrote:
>> i´m sorry, the problem is imap rejects me enter an account and also get
>> this error as I am login (by this I know that is not permission issue):
>>
>> -ERROR: Conexion terminada por el servidor IMAP
>> (Connection terminated by IMAP server)
>
> Please do not top post.
>
> That is an error you receive in your email client? Which client are
> you using? What about accessing the same account with Squirrelmail?

that error recive in all user in all domains.


> And you did not still provide us the following information:
>
>>> messages here that you are receiving? Also check the qmail logs if you
>>> see anything related to your problem there and please provide us the
>>> info about the versions of the software you are using.

how see the versions?
spamassassin 3.2.5
maillog:
Jan  9 09:14:10 mail spamc[914]: skipped message, greater than max message
size (512000 bytes)

this line is the only i seen diferent


>
> Regards,
> Peter
>
> -
> 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] Problem enter to account

2012-01-09 Thread Peter Peltonen
Hi Juan,

On Mon, Jan 9, 2012 at 12:04 PM, Juan Carlos  wrote:
> i´m sorry, the problem is imap rejects me enter an account and also get
> this error as I am login (by this I know that is not permission issue):
>
> -ERROR: Conexion terminada por el servidor IMAP
> (Connection terminated by IMAP server)

Please do not top post.

That is an error you receive in your email client? Which client are
you using? What about accessing the same account with Squirrelmail?

And you did not still provide us the following information:

>> messages here that you are receiving? Also check the qmail logs if you
>> see anything related to your problem there and please provide us the
>> info about the versions of the software you are using.

Regards,
Peter

-
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] Problem enter to account

2012-01-09 Thread Juan Carlos
i´m sorry, the problem is imap rejects me enter an account and also get
this error as I am login (by this I know that is not permission issue):

-ERROR: Conexion terminada por el servidor IMAP
(Connection terminated by IMAP server)




> Hi Juan,
>
> On Thu, Jan 5, 2012 at 1:31 PM, Juan Carlos 
> wrote:
>> I have a problem to enter account every days from two week ago, the time
>> to enter is too long and reject the user, to login both web as outlook,
>> the memory and cpu is ok, all processes runing ok, i can enter ssh,
>> webmin, etc..
>> to restore only work reboot the server.
>> I tried to restart a service only; network, qmailctl, httpd and no works
>
> At least I didn't quite understand what your problem actually is: what
> do you mean by "enter account" and with that "the time to enter is too
> long"?
>
> Could you please explain a little more and perhaps copy some error
> messages here that you are receiving? Also check the qmail logs if you
> see anything related to your problem there and please provide us the
> info about the versions of the software you are using.
>
> Best,
> Peter
>
> -
> 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] Problem with Clamav-toaster on Centos6

2012-01-08 Thread Martin Waschbüsch
Hi Amir,

Am 08.01.2012 um 11:20 schrieb Amir Abbasi:

> Hi,
> how are you doing?
> I have a question; Does Qmail-Toaster support IPv6? Generally, I am 
> investigation IPv6 migration for webhosting servers/services, is there any 
> useful link in this regard?

General note: it is best if you ask such questions on the list so that others, 
who might have the same issue, can get that information as well (e.g. by 
searching the list archive).
Anyway, here's my two cents:

there is no support for IPv6 in the current qmailtoaster. This is because qmail 
itself does not support it out of the box. In fact, qmail's author, Dan 
Bernstein is rather critical of the whole IPv6 mess (his words): 
http://cr.yp.to/djbdns/ipv6mess.html

That being said, it is *possible* to modify qmail to use IPv6:
http://www.bltweb.net/qmail/

That is Brandon Turner's site of qmail patches (based on John Simpson's 
combined patch).
These patches can be reworked and applied to 'our' qmail flavor as well - just 
takes some time and a bit of coding knowledge..
Note that you'll have to make uscpi-tcp IPv6 aware, too, if you want to use the 
current qmailtoaster layout.

I do not know if (and if yes, when) qmailtoaster will be IPv6 enables, but now 
at least you have an overview of the situation.

Cheers,

Martin

signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [qmailtoaster] Problem enter to account

2012-01-05 Thread Peter Peltonen
Hi Juan,

On Thu, Jan 5, 2012 at 1:31 PM, Juan Carlos  wrote:
> I have a problem to enter account every days from two week ago, the time
> to enter is too long and reject the user, to login both web as outlook,
> the memory and cpu is ok, all processes runing ok, i can enter ssh,
> webmin, etc..
> to restore only work reboot the server.
> I tried to restart a service only; network, qmailctl, httpd and no works

At least I didn't quite understand what your problem actually is: what
do you mean by "enter account" and with that "the time to enter is too
long"?

Could you please explain a little more and perhaps copy some error
messages here that you are receiving? Also check the qmail logs if you
see anything related to your problem there and please provide us the
info about the versions of the software you are using.

Best,
Peter

-
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] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Martin Waschbüsch IT-Dienstleistungen
Hi Anderson,

Am 26.12.2011 um 15:27 schrieb Anderson Alves de Albuquerque:

> 
>  I want go out to this list. How can I do?
> 


To remove your address from the list, just send a message to
the address in the ``List-Unsubscribe'' header of any list
message. If you haven't changed addresses since subscribing,
you can also send a message to:
  

Cheers,

Martin

signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Anderson Alves de Albuquerque
 I want go out to this list. How can I do?


2011/12/26 Martin Waschbüsch IT-Dienstleistungen 

> Hi Amir,
>
> Am 26.12.2011 um 11:55 schrieb Amir Abbasi:
>
> + echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'
> Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):
> + /usr/bin/bzip2 -dc
> /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2
> + /usr/bin/patch -s -p1 --fuzz=0
> 1 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rej
> error: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)
>
>
> RPM build errors:
> Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep)
>
> Have you ever faced this error message?
> Thank you for your assistance.
>
>
>
> The problem is that the included patch is not 100% rediffed against
> version 0.97.3 of clamav… e.g. some lines are off.
> This causes the patch utility to fail, as the allowed amount of 'fuzz'
> (e.g. allow patches to apply to be a couple lines off the expected place)
> on CentOS 6 is zero.
>
> Anyway,
>
> use the attached patch instead of the old one (replace the clamav patch
> file in the SOURCES folder within your rpm build directory) and try again…
>
> Martin
>
>
> --
> Martin Waschbüsch
> IT-Dienstleistungen
> Schumacherring 29
> 81737 München
>
> Telefon: +49 89 57005708
> Fax: +49 89 57868023
> Mobil: +49 170 2189794
> serv...@waschbuesch.it
> http://www.waschbuesch.it
>
>
>
> -BEGIN PGP SIGNATURE-
>
> iQEcBAEBAgAGBQJO+GtWAAoJEEkFD1O3oaqkEeAIAJw8u6jF5tpv6sT8wgtG3ddj
> VQqHoMqtyG/MZditMiVU+Fpbqg+MLzbJWJr2xx4XP3sNa4LkOV14H2m48JwEUeEg
> +Us7/azeks3CBBf1YxTB7g3nbxheAIwCeJBCid4j7J8f1NYbFF+uC4O5mk5kF8XM
> C5hmonsCMYl/XlWaXDUlmRvAEoWWm9h0WypwESlfIrWVWOEZeleh6Z+G8TFxqZUU
> slaMsBRsRklac5jH+YVOOUAudfvoN7m/UggbE8Ugx2N7dJt2gBixwnbq0cFYC/ux
> ecgtElIM0PExhZzSMLDMSrw9y7MZDqDrTEHaUeSdxzWOuhjl67BDwUwBmROdglE=
> =JP8u
> -END PGP SIGNATURE-
>
>


-- 
[], Anderson Alves de Albuquerque.
---
E-mails: andersonalvesdealbuquerque#hotmail.com (replace # by @)
andersonaa#gmail.com (replace # by @)
ICQ: 73222660
---


Re: [qmailtoaster] Problem with Clamav-toaster on Centos6

2011-12-26 Thread Martin Waschbüsch IT-Dienstleistungen
Hi Amir,Am 26.12.2011 um 11:55 schrieb Amir Abbasi:+ echo 'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):'Patch #0 (clamav-0.9x-qmailtoaster.patch.bz2):+ /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/clamav-0.9x-qmailtoaster.patch.bz2+ /usr/bin/patch -s -p1 --fuzz=01 out of 7 hunks FAILED -- saving rejects to file etc/clamd.conf.rejerror: Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep) RPM build errors:    Bad exit status from /var/tmp/rpm-tmp.nI9zZQ (%prep) Have you ever faced this error message?Thank you for your assistance.The problem is that the included patch is not 100% rediffed against version 0.97.3 of clamav… e.g. some lines are off.This causes the patch utility to fail, as the allowed amount of 'fuzz' (e.g. allow patches to apply to be a couple lines off the expected place) on CentOS 6 is zero.Anyway,use the attached patch instead of the old one (replace the clamav patch file in the SOURCES folder within your rpm build directory) and try again…Martin
--Martin WaschbüschIT-DienstleistungenSchumacherring 2981737 MünchenTelefon: +49 89 57005708Fax: +49 89 57868023Mobil: +49 170 2189794serv...@waschbuesch.ithttp://www.waschbuesch.it



clamav-0.9x-qmailtoaster.patch.bz2
Description: BZip2 compressed data


signature.asc
Description: Message signed with OpenPGP using GPGMail


RE: [qmailtoaster] Problem on Initial Install when rebuilding vpopmail rpm - 64 bit centos 5.5

2011-07-01 Thread James Beam
Thanks! That worked perfectly!

James Beam | Pinnacle | Network Operations
Office: 214-640-2208 * Mobile: (214) 450-1711 * Fax: 214-450-2444 * 
james.b...@pinnacle1.com
5501 Lyndon B Johnson Freeway Suite 600 * Dallas, TX * 75240
How Am I 
Doing?<http://wapps.pinnacle1.com/PinnacleWebsite/Survey.aspx?id=1798324080> * 
Facebook<http://www.facebook.com/PinnacleTechnicalResources> * 
LinkedIn<http://www.linkedin.com/company/pinnacle-technical-resources> * 
Twitter<http://www.twitter.com/pinnaclehq>

From: Jake Vickers [mailto:j...@qmailtoaster.com]
Sent: Friday, July 01, 2011 3:02 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Problem on Initial Install when rebuilding vpopmail 
rpm - 64 bit centos 5.5

On 07/01/2011 03:51 PM, James Beam wrote:
Here is the error I am getting when I try to rbuild the rpm with this command:

rpmbuild --rebuild --with cnt55 vpopmail-*   (have also tried just cnt50 in it)


Hey James - your subject line says you're using 64-bit - in that case you need 
to build the packages with the option cnt5064 instead of cnt50
This script will build everything for you:
http://qmailtoaster.com/distro/centos/cnt5064/cnt5064-install-script.sh


The information contained in this email is intended only for the person or 
entity to whom it is addressed and may contain confidential and/or privileged 
material; unauthorized use of this information is prohibited. If you have 
received this in error, please notify the sender and delete the material 
immediately. Thank you.


Re: [qmailtoaster] Problem on Initial Install when rebuilding vpopmail rpm - 64 bit centos 5.5

2011-07-01 Thread Jake Vickers

On 07/01/2011 03:51 PM, James Beam wrote:


Here is the error I am getting when I try to rbuild the rpm with this 
command:


rpmbuild --rebuild --with cnt55 vpopmail-*   (have also tried just 
cnt50 in it)




Hey James - your subject line says you're using 64-bit - in that case 
you need to build the packages with the option cnt5064 instead of cnt50

This script will build everything for you:
http://qmailtoaster.com/distro/centos/cnt5064/cnt5064-install-script.sh



Re: [qmailtoaster] problem with dkim

2011-05-13 Thread Délsio Cabá
Can someone answer me a simple question?
Are domain keys working or not working on qmailtoaster???

The wiki says it's broken. >
http://wiki.qmailtoaster.com/index.php/Disabling_Domain_Keys

 But I see you guys using it.


2011/5/13 

> I have found the problem.
>
> In the file /var/qmail/control/dkim/signconf.xml, I changed method="simple"
> to method="relaxed"
>
> Thanks for the help everyone.
>
>
>
>
> --
> Aaron Powell
> IT Manager
> S&T Communications
> Office: 785-460-7300
> Fax: 785-460-7301
>
>
> Quoting Jake Vickers :
>
>  On 05/13/2011 10:04 AM, apow...@st-tel.net wrote:
>>
>>> Here is our dns records for one of our servers.
>>> _domainkey IN  TXT "t=y; o=~;"
>>>
>>> dkim1._domainkey.stmail-nfs1  IN  TXT "k=rsa
>>> p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"
>>>
>>> Here is the public.txt file:
>>> stmail-nfs1._domainkey  IN  TXT "k=rsa;
>>> p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"
>>>
>>>
>> You're missing a ; after "k=rsa" in the zone file.
>> I've also found on occasion that you may want to append \ to the switches.
>> ie:
>> $ORIGIN vickersconsulting.com.
>> _domainkeyTXT"t=\; o=~"
>> $ORIGIN _domainkey.vickersconsulting.com.
>> dkim1TXT"k=rsa\; t=s\;
>> p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxmOTympCjE2L20GSxxlAgbYfuFlYeSF2wNv5xkkooF1z4YCy49/hljK1kreqb6RQAe+RRwcJ1jZZ2VICmcV5Omqsd7fnrL4OojNozFHi2LmVWgIDJ2DmofTdsx+Mne4azyEbXVG4NwV+i+C37HilFnqe3K8UdUlr06jS1Brxm8QIDAQAB"
>>
>>
>> -
>> 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
>>
>>
>>
>>
>> --
>> BEGIN-ANTISPAM-VOTING-LINKS
>> --
>>
>> Teach CanIt if this mail (ID 04EH3oqqt) is spam:
>> Spam:
>> http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=s
>> Not spam:
>> http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=n
>> Forget vote:
>> http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=f
>> --
>> END-ANTISPAM-VOTING-LINKS
>>
>>
>>
>
>
>
>
>
> -
>
> 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] problem with dkim

2011-05-13 Thread apowell

I have found the problem.

In the file /var/qmail/control/dkim/signconf.xml, I changed  
method="simple" to method="relaxed"


Thanks for the help everyone.



--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Jake Vickers :


On 05/13/2011 10:04 AM, apow...@st-tel.net wrote:

Here is our dns records for one of our servers.
_domainkey IN  TXT "t=y; o=~;"

dkim1._domainkey.stmail-nfs1  IN  TXT "k=rsa  
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"


Here is the public.txt file:
stmail-nfs1._domainkey  IN  TXT "k=rsa;  
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"




You're missing a ; after "k=rsa" in the zone file.
I've also found on occasion that you may want to append \ to the  
switches. ie:

$ORIGIN vickersconsulting.com.
_domainkeyTXT"t=\; o=~"
$ORIGIN _domainkey.vickersconsulting.com.
dkim1TXT"k=rsa\; t=s\;  
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxmOTympCjE2L20GSxxlAgbYfuFlYeSF2wNv5xkkooF1z4YCy49/hljK1kreqb6RQAe+RRwcJ1jZZ2VICmcV5Omqsd7fnrL4OojNozFHi2LmVWgIDJ2DmofTdsx+Mne4azyEbXVG4NwV+i+C37HilFnqe3K8UdUlr06jS1Brxm8QIDAQAB"


-
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




--
BEGIN-ANTISPAM-VOTING-LINKS
--

Teach CanIt if this mail (ID 04EH3oqqt) is spam:
Spam: 
http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=s
Not spam: 
http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=n
Forget vote:  
http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=f

--
END-ANTISPAM-VOTING-LINKS








-
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] problem with dkim

2011-05-13 Thread apowell
The ; was their it must not of got copied and pasted correctly. I also  
have tried the \ without luck.


Thanks

--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Jake Vickers :


On 05/13/2011 10:04 AM, apow...@st-tel.net wrote:

Here is our dns records for one of our servers.
_domainkey IN  TXT "t=y; o=~;"

dkim1._domainkey.stmail-nfs1  IN  TXT "k=rsa  
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"


Here is the public.txt file:
stmail-nfs1._domainkey  IN  TXT "k=rsa;  
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"




You're missing a ; after "k=rsa" in the zone file.
I've also found on occasion that you may want to append \ to the  
switches. ie:

$ORIGIN vickersconsulting.com.
_domainkeyTXT"t=\; o=~"
$ORIGIN _domainkey.vickersconsulting.com.
dkim1TXT"k=rsa\; t=s\;  
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxmOTympCjE2L20GSxxlAgbYfuFlYeSF2wNv5xkkooF1z4YCy49/hljK1kreqb6RQAe+RRwcJ1jZZ2VICmcV5Omqsd7fnrL4OojNozFHi2LmVWgIDJ2DmofTdsx+Mne4azyEbXVG4NwV+i+C37HilFnqe3K8UdUlr06jS1Brxm8QIDAQAB"


-
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




--
BEGIN-ANTISPAM-VOTING-LINKS
--

Teach CanIt if this mail (ID 04EH3oqqt) is spam:
Spam: 
http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=s
Not spam: 
http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=n
Forget vote:  
http://spam.st-tel.net/canit/b.php?i=04EH3oqqt&m=24d06f61c8ac&t=20110513&c=f

--
END-ANTISPAM-VOTING-LINKS








-
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] problem with dkim

2011-05-13 Thread Jake Vickers

On 05/13/2011 10:04 AM, apow...@st-tel.net wrote:

Here is our dns records for one of our servers.
_domainkey IN  TXT "t=y; o=~;"

dkim1._domainkey.stmail-nfs1  IN  TXT "k=rsa 
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"


Here is the public.txt file:
stmail-nfs1._domainkey  IN  TXT "k=rsa; 
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"




You're missing a ; after "k=rsa" in the zone file.
I've also found on occasion that you may want to append \ to the 
switches. ie:

$ORIGIN vickersconsulting.com.
_domainkeyTXT"t=\; o=~"
$ORIGIN _domainkey.vickersconsulting.com.
dkim1TXT"k=rsa\; t=s\; 
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxmOTympCjE2L20GSxxlAgbYfuFlYeSF2wNv5xkkooF1z4YCy49/hljK1kreqb6RQAe+RRwcJ1jZZ2VICmcV5Omqsd7fnrL4OojNozFHi2LmVWgIDJ2DmofTdsx+Mne4azyEbXVG4NwV+i+C37HilFnqe3K8UdUlr06jS1Brxm8QIDAQAB"


-
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] problem with dkim

2011-05-13 Thread apowell

I tried removing both without luck.

Thanks

--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Joel Eddy :


Spamdyke can control the over all max_recipients.

I'd try just removing the CHKUSER_WRONGRCPTLIMIT="10" first.

And Test it. If you see no change you can always put it back in.



Just run qmailctl cdb to reload after each time you make a change.

  _

From: apow...@st-tel.net [mailto:apow...@st-tel.net]
Sent: Friday, May 13, 2011 9:30 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] problem with dkim



If I remove the CHKUSER_RCPTLIMIT="50" or the
CHKUSER_WRONGRCPTLIMIT="10" we will not be able to use different
settings based on IP address or subnet. Does Spamdyke have a way of
doing this?

Thanks


--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Joel Eddy :


FWIW, I had issues with what sounds like the same thing.

I removed the CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10" trom
tcp.smtp

And so far I haven't had issues.



If you use spamdyke it takes care of the max_recipients=50 for you. You
might even try removing the

CHKUSER_WRONGRCPTLIMIT="10" and see if the issue goes away.



I'm not sure how that rule works. But I suspect it fails after ten

attempts

to an address. Even if it's one address
failing.



Someone correct me if I'm guessing wrong on that.



  _

From: apow...@st-tel.net [mailto:apow...@st-tel.net]
Sent: Friday, May 13, 2011 8:24 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem with dkim



I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and it
has been a week since we implemented dkim. I have also tested our DNS
servers, and I pretty sure there are not any timeouts.

I have found that it does not matter if the format is "Aaron
Powell" or not.

If I send to:

netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com,
apow...@st-tel.net, ssei...@st-tel.net

I get dkim=permerror (bad sig)

but if I send to fewer recipients it works. it is like I am limited to
a certain number of characters on the to: line, and not necessarily,
by recipients.



any other ideas?
--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Toma Bogdan :


On 5/12/2011 9:48 PM, apow...@st-tel.net wrote:

Here is the headers of a dkim=permerror (bad sig)

From apow...@st-tel.net Thu May 12 12:52:19 2011
X-Apparently-To: ae...@yahoo.com via
68.142.199.191; Thu, 12 May 2011 05:52:22 -0700
Return-Path: 
Received-SPF: pass (mta140.mail.sp2.yahoo.com:
domain of apow...@st-tel.net designates 63.170.92.52 as permitted
sender)
bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2
MC03MzAxATABAQEB
X-YMailISG:
BKczKe0cZAp_Kh4Pvn1OCHTN0GqUVYw0_NRMSykOs7JnEqjC
lGzt5FZrLq40JE8u0IoDIJEJslXMatTuxXDy61bEN.CmuYFkMnIxivLThB56
NY2Zmx_Tn5IqdrX2kQKtMGngmsjuVbNeOKRs9HjzW5xucV.4MpwRq1ElZAvD
eWtKKHdyPQTtKfTs1T2cKchvgabQPHb2kHnjqZ0LT9_L9ok9yhbCGc8XcQ81
WZmPFdrqkwSoEG9GLKSPOjKRo_vzLuSBK8Huw1rIlHJP79PnzNLEhyeUIuvg
fFYAy.eJDkGDPZtUS1VF38ZnMGQuI1hs5IOuLqyyvIouHBOGvAIZuLvQFf1e
c0bVvayQx4DZclN9QWZgwWKHOyeM8uRSXLvLSQTmtbZR9j4VqDZh0YSdxjqR
9bUlPFWFOdgMr2WQXzipzX7e8k6pdiGP6xILHGCBPICd5kN6peqeC4PcJC_r
HujN_T4M9K69ekAuLthlbeW.lqN_rZ1p5jxLf6T1cbIhov4MgFtNqiOAYqyy
lGpw4dXg0wInHlHlLl9u5SZPNygqq1srxLmauGuIM5sz4uwj43iTgcrzUBsW
L29RR8.RKxX4OKNKtcmAeYQFbnZsB7w1RXFK35zyjWDAcrxTpP9Ih350BqHY
cXDXTnswoV3jpiDgBluaYLq_0UsgBXhN__zrhYXmus7Yz0Ar3QzyZePGAWhC
pdZ54WeptgnfJbYbVvSvVsqLQwgEE4slabXwsgxtJOtADkJU7ZvcqkhR8it9
YkJRIjW3pHACqumQFFZZEq7EpOZyCbsTA91Rzyr9kIZQwYYwOD1kzJKQEo.f
9YkeRX52yFA8UhSm4VCDaB5vixH4PLFNGOwjlX6PWzrGJbrodmvjS1CI76x0
7jt93FYw3tAWu13cgzhjbKmXCKEsjncIijTYTSw03u5ly_GpfWaaz2zPWzq_
c1jsXXZFId45z96M4rmWWI5RpgZ4DQ6Jt.39nWzNga.XPLDM6x4qwCHkTbkE
V77Tl1fyf_MxANcZdMGg1gNFHPCZx5yee5vxqqha7Db8_pf_OsykAsgG1F9A
ReFXG2OrHAILNjoHh35_jQEHSNmMhI2o5m.wWg_hcG8hmDD1pKXBR7yoJxt9
4eX7pf5vQlK9IBCkLunc0CWbYiV6.OQ8fjBcwSvogtWz54tfIPOcpWbUJgtX
jn9RllSceq0f3UzD_cZ4RRPibbeeZdeU3iiEX0i3h74Bu3F.N1FJBTwjnyJw
goll1A.f79tJZvgTSeXgEgeTmecCnkKNIXAj0zfiVNFVJNF8xcqWo_zM0LVl
Iwtj5dhpR4yG9GUF6kXf7Dkui4D3Yh8kc9d8k7BWVrX4ZaxmbTTZjkPjVoa9
NnNdYusW3qh4sb53FDuxaFIqsk0hLJwYFUu6kJl91mYlP6BNadWFFN.GM2rb
5TQyr8MgI0w1
X-Originating-IP: [63.170.92.52]
Authentication-Results: mta140.mail.sp2.yahoo.com
from=st-tel.net; domainkeys=neutral (no sig);
from=stmail-nfs1.st-tel.net; dkim=permerror (bad sig)
Received: from 127.0.0.1 (EHLO mx2.st-tel.net)
(63.170.92.52) by mta140.mail.sp2.yahoo.com with SMTP; Thu, 12 May
2011 05:52:22 -0700
Received: from stmail-nfs1.st-tel.net
(stmail-nfs1.st-tel.net [10.2.1.160]) by mx2.st-tel.net
(8.13.8/8.13.8/Debian-3+etch1) with ESMTP id p4CCqKWl014236 for
; Thu, 12 May 2011 07:52:21 -0500
DKIM-Signature: 

RE: [qmailtoaster] problem with dkim

2011-05-13 Thread Joel Eddy
Spamdyke can control the over all max_recipients.

I'd try just removing the CHKUSER_WRONGRCPTLIMIT="10" first.

And Test it. If you see no change you can always put it back in.

 

Just run qmailctl cdb to reload after each time you make a change.

  _  

From: apow...@st-tel.net [mailto:apow...@st-tel.net] 
Sent: Friday, May 13, 2011 9:30 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: RE: [qmailtoaster] problem with dkim

 

If I remove the CHKUSER_RCPTLIMIT="50" or the 
CHKUSER_WRONGRCPTLIMIT="10" we will not be able to use different 
settings based on IP address or subnet. Does Spamdyke have a way of 
doing this?

Thanks


--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Joel Eddy :

> FWIW, I had issues with what sounds like the same thing.
>
> I removed the CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10" trom
> tcp.smtp
>
> And so far I haven't had issues.
>
>
>
> If you use spamdyke it takes care of the max_recipients=50 for you. You
> might even try removing the
>
> CHKUSER_WRONGRCPTLIMIT="10" and see if the issue goes away.
>
>
>
> I'm not sure how that rule works. But I suspect it fails after ten
attempts
> to an address. Even if it's one address
> failing.
>
>
>
> Someone correct me if I'm guessing wrong on that.
>
>
>
>   _
>
> From: apow...@st-tel.net [mailto:apow...@st-tel.net]
> Sent: Friday, May 13, 2011 8:24 AM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] problem with dkim
>
>
>
> I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and it
> has been a week since we implemented dkim. I have also tested our DNS
> servers, and I pretty sure there are not any timeouts.
>
> I have found that it does not matter if the format is "Aaron
> Powell" or not.
>
> If I send to:
>
> netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com,
> apow...@st-tel.net, ssei...@st-tel.net
>
> I get dkim=permerror (bad sig)
>
> but if I send to fewer recipients it works. it is like I am limited to
> a certain number of characters on the to: line, and not necessarily,
> by recipients.
>
>
>
> any other ideas?
> --
> Aaron Powell
> IT Manager
> S&T Communications
> Office: 785-460-7300
> Fax: 785-460-7301
>
>
> Quoting Toma Bogdan :
>
>> On 5/12/2011 9:48 PM, apow...@st-tel.net wrote:
>>> Here is the headers of a dkim=permerror (bad sig)
>>>
>>> From apow...@st-tel.net Thu May 12 12:52:19 2011
>>> X-Apparently-To: ae...@yahoo.com via
>>> 68.142.199.191; Thu, 12 May 2011 05:52:22 -0700
>>> Return-Path: 
>>> Received-SPF: pass (mta140.mail.sp2.yahoo.com:
>>> domain of apow...@st-tel.net designates 63.170.92.52 as permitted
>>> sender)
>>> bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2
>>> MC03MzAxATABAQEB
>>> X-YMailISG:
>>> BKczKe0cZAp_Kh4Pvn1OCHTN0GqUVYw0_NRMSykOs7JnEqjC
>>> lGzt5FZrLq40JE8u0IoDIJEJslXMatTuxXDy61bEN.CmuYFkMnIxivLThB56
>>> NY2Zmx_Tn5IqdrX2kQKtMGngmsjuVbNeOKRs9HjzW5xucV.4MpwRq1ElZAvD
>>> eWtKKHdyPQTtKfTs1T2cKchvgabQPHb2kHnjqZ0LT9_L9ok9yhbCGc8XcQ81
>>> WZmPFdrqkwSoEG9GLKSPOjKRo_vzLuSBK8Huw1rIlHJP79PnzNLEhyeUIuvg
>>> fFYAy.eJDkGDPZtUS1VF38ZnMGQuI1hs5IOuLqyyvIouHBOGvAIZuLvQFf1e
>>> c0bVvayQx4DZclN9QWZgwWKHOyeM8uRSXLvLSQTmtbZR9j4VqDZh0YSdxjqR
>>> 9bUlPFWFOdgMr2WQXzipzX7e8k6pdiGP6xILHGCBPICd5kN6peqeC4PcJC_r
>>> HujN_T4M9K69ekAuLthlbeW.lqN_rZ1p5jxLf6T1cbIhov4MgFtNqiOAYqyy
>>> lGpw4dXg0wInHlHlLl9u5SZPNygqq1srxLmauGuIM5sz4uwj43iTgcrzUBsW
>>> L29RR8.RKxX4OKNKtcmAeYQFbnZsB7w1RXFK35zyjWDAcrxTpP9Ih350BqHY
>>> cXDXTnswoV3jpiDgBluaYLq_0UsgBXhN__zrhYXmus7Yz0Ar3QzyZePGAWhC
>>> pdZ54WeptgnfJbYbVvSvVsqLQwgEE4slabXwsgxtJOtADkJU7ZvcqkhR8it9
>>> YkJRIjW3pHACqumQFFZZEq7EpOZyCbsTA91Rzyr9kIZQwYYwOD1kzJKQEo.f
>>> 9YkeRX52yFA8UhSm4VCDaB5vixH4PLFNGOwjlX6PWzrGJbrodmvjS1CI76x0
>>> 7jt93FYw3tAWu13cgzhjbKmXCKEsjncIijTYTSw03u5ly_GpfWaaz2zPWzq_
>>> c1jsXXZFId45z96M4rmWWI5RpgZ4DQ6Jt.39nWzNga.XPLDM6x4qwCHkTbkE
>>> V77Tl1fyf_MxANcZdMGg1gNFHPCZx5yee5vxqqha7Db8_pf_OsykAsgG1F9A
>>> ReFXG2OrHAILNjoHh35_jQEHSNmMhI2o5m.wWg_hcG8hmDD1pKXBR7yoJxt9
>>> 4eX7pf5vQlK9IBCkLunc0CWbYiV6.OQ8fjBcwSvogtWz54tfIPOcpWbUJgtX
>>> jn9RllSceq0f3UzD_cZ4RRPibbeeZdeU3iiEX0i3h74Bu3F.N1FJBTwjnyJw
>>> goll1A.f79tJZvgTSeXgEgeTmecCnkKNIXAj0zfiVNFVJNF8xcqWo_zM0LVl
>>> Iwtj5dhpR4yG9GUF6kXf7Dkui4D3Yh8kc9d8k7BWVrX4ZaxmbTTZjkPjVoa9
>>> NnNdYusW3qh4sb53FDuxaFIqsk0hLJwYFUu6kJl91mYlP6BNadWFFN.GM2rb
&

RE: [qmailtoaster] problem with dkim

2011-05-13 Thread apowell
If I remove the CHKUSER_RCPTLIMIT="50" or the  
CHKUSER_WRONGRCPTLIMIT="10" we will not be able to use different  
settings based on IP address or subnet. Does Spamdyke have a way of  
doing this?


Thanks


--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Joel Eddy :


FWIW, I had issues with what sounds like the same thing.

I removed the CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10" trom
tcp.smtp

And so far I haven't had issues.



If you use spamdyke it takes care of the max_recipients=50 for you. You
might even try removing the

CHKUSER_WRONGRCPTLIMIT="10" and see if the issue goes away.



I'm not sure how that rule works. But I suspect it fails after ten attempts
to an address. Even if it's one address
failing.



Someone correct me if I'm guessing wrong on that.



  _

From: apow...@st-tel.net [mailto:apow...@st-tel.net]
Sent: Friday, May 13, 2011 8:24 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem with dkim



I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and it
has been a week since we implemented dkim. I have also tested our DNS
servers, and I pretty sure there are not any timeouts.

I have found that it does not matter if the format is "Aaron
Powell" or not.

If I send to:

netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com,
apow...@st-tel.net, ssei...@st-tel.net

I get dkim=permerror (bad sig)

but if I send to fewer recipients it works. it is like I am limited to
a certain number of characters on the to: line, and not necessarily,
by recipients.



any other ideas?
--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Toma Bogdan :


On 5/12/2011 9:48 PM, apow...@st-tel.net wrote:

Here is the headers of a dkim=permerror (bad sig)

From apow...@st-tel.net Thu May 12 12:52:19 2011
X-Apparently-To: ae...@yahoo.com via
68.142.199.191; Thu, 12 May 2011 05:52:22 -0700
Return-Path: 
Received-SPF: pass (mta140.mail.sp2.yahoo.com:
domain of apow...@st-tel.net designates 63.170.92.52 as permitted
sender)
bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2
MC03MzAxATABAQEB
X-YMailISG:
BKczKe0cZAp_Kh4Pvn1OCHTN0GqUVYw0_NRMSykOs7JnEqjC
lGzt5FZrLq40JE8u0IoDIJEJslXMatTuxXDy61bEN.CmuYFkMnIxivLThB56
NY2Zmx_Tn5IqdrX2kQKtMGngmsjuVbNeOKRs9HjzW5xucV.4MpwRq1ElZAvD
eWtKKHdyPQTtKfTs1T2cKchvgabQPHb2kHnjqZ0LT9_L9ok9yhbCGc8XcQ81
WZmPFdrqkwSoEG9GLKSPOjKRo_vzLuSBK8Huw1rIlHJP79PnzNLEhyeUIuvg
fFYAy.eJDkGDPZtUS1VF38ZnMGQuI1hs5IOuLqyyvIouHBOGvAIZuLvQFf1e
c0bVvayQx4DZclN9QWZgwWKHOyeM8uRSXLvLSQTmtbZR9j4VqDZh0YSdxjqR
9bUlPFWFOdgMr2WQXzipzX7e8k6pdiGP6xILHGCBPICd5kN6peqeC4PcJC_r
HujN_T4M9K69ekAuLthlbeW.lqN_rZ1p5jxLf6T1cbIhov4MgFtNqiOAYqyy
lGpw4dXg0wInHlHlLl9u5SZPNygqq1srxLmauGuIM5sz4uwj43iTgcrzUBsW
L29RR8.RKxX4OKNKtcmAeYQFbnZsB7w1RXFK35zyjWDAcrxTpP9Ih350BqHY
cXDXTnswoV3jpiDgBluaYLq_0UsgBXhN__zrhYXmus7Yz0Ar3QzyZePGAWhC
pdZ54WeptgnfJbYbVvSvVsqLQwgEE4slabXwsgxtJOtADkJU7ZvcqkhR8it9
YkJRIjW3pHACqumQFFZZEq7EpOZyCbsTA91Rzyr9kIZQwYYwOD1kzJKQEo.f
9YkeRX52yFA8UhSm4VCDaB5vixH4PLFNGOwjlX6PWzrGJbrodmvjS1CI76x0
7jt93FYw3tAWu13cgzhjbKmXCKEsjncIijTYTSw03u5ly_GpfWaaz2zPWzq_
c1jsXXZFId45z96M4rmWWI5RpgZ4DQ6Jt.39nWzNga.XPLDM6x4qwCHkTbkE
V77Tl1fyf_MxANcZdMGg1gNFHPCZx5yee5vxqqha7Db8_pf_OsykAsgG1F9A
ReFXG2OrHAILNjoHh35_jQEHSNmMhI2o5m.wWg_hcG8hmDD1pKXBR7yoJxt9
4eX7pf5vQlK9IBCkLunc0CWbYiV6.OQ8fjBcwSvogtWz54tfIPOcpWbUJgtX
jn9RllSceq0f3UzD_cZ4RRPibbeeZdeU3iiEX0i3h74Bu3F.N1FJBTwjnyJw
goll1A.f79tJZvgTSeXgEgeTmecCnkKNIXAj0zfiVNFVJNF8xcqWo_zM0LVl
Iwtj5dhpR4yG9GUF6kXf7Dkui4D3Yh8kc9d8k7BWVrX4ZaxmbTTZjkPjVoa9
NnNdYusW3qh4sb53FDuxaFIqsk0hLJwYFUu6kJl91mYlP6BNadWFFN.GM2rb
5TQyr8MgI0w1
X-Originating-IP: [63.170.92.52]
Authentication-Results: mta140.mail.sp2.yahoo.com
from=st-tel.net; domainkeys=neutral (no sig);
from=stmail-nfs1.st-tel.net; dkim=permerror (bad sig)
Received: from 127.0.0.1 (EHLO mx2.st-tel.net)
(63.170.92.52) by mta140.mail.sp2.yahoo.com with SMTP; Thu, 12 May
2011 05:52:22 -0700
Received: from stmail-nfs1.st-tel.net
(stmail-nfs1.st-tel.net [10.2.1.160]) by mx2.st-tel.net
(8.13.8/8.13.8/Debian-3+etch1) with ESMTP id p4CCqKWl014236 for
; Thu, 12 May 2011 07:52:21 -0500
DKIM-Signature: v=1; a=rsa-sha1; c=simple;
d=stmail-nfs1.st-tel.net; h=
message-id:date:from:to:subject:mime-version:content-type
:content-transfer-encoding; s=dkim1; bh=qWaYy1rzecELWi+MGj9iPd9l
YlY=; b=fwOb2HLSZkZWZYkhB73PnzZr4nL2Vce3b8lxtgpt5GpoL+dTN8W68Xsw
hHgLm+iM
Received: (qmail 9866 invoked by uid 89); 12 May
2011 12:52:19 -
Received: by simscan 1.4.0 ppid: 9860, pid: 9861,
t: 0.0092s scanners: attach: 1.4.0 clamav: 0.97/m:53/d:13061
Received: from unknown (HELO localhost)
(10.2.1.180) by stmail-nfs1.st-tel.net with SMTP; 12 May 2011
12:52:19 -
Received

RE: [qmailtoaster] problem with dkim

2011-05-13 Thread Joel Eddy
FWIW, I had issues with what sounds like the same thing.

I removed the CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10" trom
tcp.smtp

And so far I haven't had issues.

 

If you use spamdyke it takes care of the max_recipients=50 for you. You
might even try removing the

CHKUSER_WRONGRCPTLIMIT="10" and see if the issue goes away.

 

I'm not sure how that rule works. But I suspect it fails after ten attempts
to an address. Even if it's one address
failing.

 

Someone correct me if I'm guessing wrong on that.

 

  _  

From: apow...@st-tel.net [mailto:apow...@st-tel.net] 
Sent: Friday, May 13, 2011 8:24 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem with dkim

 

I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and it 
has been a week since we implemented dkim. I have also tested our DNS 
servers, and I pretty sure there are not any timeouts.

I have found that it does not matter if the format is "Aaron 
Powell" or not.

If I send to:

netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com, 
apow...@st-tel.net, ssei...@st-tel.net

I get dkim=permerror (bad sig)

but if I send to fewer recipients it works. it is like I am limited to 
a certain number of characters on the to: line, and not necessarily, 
by recipients.



any other ideas?
--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Toma Bogdan :

> On 5/12/2011 9:48 PM, apow...@st-tel.net wrote:
>> Here is the headers of a dkim=permerror (bad sig)
>>
>> From apow...@st-tel.net Thu May 12 12:52:19 2011
>> X-Apparently-To: ae...@yahoo.com via 
>> 68.142.199.191; Thu, 12 May 2011 05:52:22 -0700
>> Return-Path: 
>> Received-SPF: pass (mta140.mail.sp2.yahoo.com: 
>> domain of apow...@st-tel.net designates 63.170.92.52 as permitted 
>> sender) 
>> bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2 
>> MC03MzAxATABAQEB
>> X-YMailISG: 
>> BKczKe0cZAp_Kh4Pvn1OCHTN0GqUVYw0_NRMSykOs7JnEqjC 
>> lGzt5FZrLq40JE8u0IoDIJEJslXMatTuxXDy61bEN.CmuYFkMnIxivLThB56 
>> NY2Zmx_Tn5IqdrX2kQKtMGngmsjuVbNeOKRs9HjzW5xucV.4MpwRq1ElZAvD 
>> eWtKKHdyPQTtKfTs1T2cKchvgabQPHb2kHnjqZ0LT9_L9ok9yhbCGc8XcQ81 
>> WZmPFdrqkwSoEG9GLKSPOjKRo_vzLuSBK8Huw1rIlHJP79PnzNLEhyeUIuvg 
>> fFYAy.eJDkGDPZtUS1VF38ZnMGQuI1hs5IOuLqyyvIouHBOGvAIZuLvQFf1e 
>> c0bVvayQx4DZclN9QWZgwWKHOyeM8uRSXLvLSQTmtbZR9j4VqDZh0YSdxjqR 
>> 9bUlPFWFOdgMr2WQXzipzX7e8k6pdiGP6xILHGCBPICd5kN6peqeC4PcJC_r 
>> HujN_T4M9K69ekAuLthlbeW.lqN_rZ1p5jxLf6T1cbIhov4MgFtNqiOAYqyy 
>> lGpw4dXg0wInHlHlLl9u5SZPNygqq1srxLmauGuIM5sz4uwj43iTgcrzUBsW 
>> L29RR8.RKxX4OKNKtcmAeYQFbnZsB7w1RXFK35zyjWDAcrxTpP9Ih350BqHY 
>> cXDXTnswoV3jpiDgBluaYLq_0UsgBXhN__zrhYXmus7Yz0Ar3QzyZePGAWhC 
>> pdZ54WeptgnfJbYbVvSvVsqLQwgEE4slabXwsgxtJOtADkJU7ZvcqkhR8it9 
>> YkJRIjW3pHACqumQFFZZEq7EpOZyCbsTA91Rzyr9kIZQwYYwOD1kzJKQEo.f 
>> 9YkeRX52yFA8UhSm4VCDaB5vixH4PLFNGOwjlX6PWzrGJbrodmvjS1CI76x0 
>> 7jt93FYw3tAWu13cgzhjbKmXCKEsjncIijTYTSw03u5ly_GpfWaaz2zPWzq_ 
>> c1jsXXZFId45z96M4rmWWI5RpgZ4DQ6Jt.39nWzNga.XPLDM6x4qwCHkTbkE 
>> V77Tl1fyf_MxANcZdMGg1gNFHPCZx5yee5vxqqha7Db8_pf_OsykAsgG1F9A 
>> ReFXG2OrHAILNjoHh35_jQEHSNmMhI2o5m.wWg_hcG8hmDD1pKXBR7yoJxt9 
>> 4eX7pf5vQlK9IBCkLunc0CWbYiV6.OQ8fjBcwSvogtWz54tfIPOcpWbUJgtX 
>> jn9RllSceq0f3UzD_cZ4RRPibbeeZdeU3iiEX0i3h74Bu3F.N1FJBTwjnyJw 
>> goll1A.f79tJZvgTSeXgEgeTmecCnkKNIXAj0zfiVNFVJNF8xcqWo_zM0LVl 
>> Iwtj5dhpR4yG9GUF6kXf7Dkui4D3Yh8kc9d8k7BWVrX4ZaxmbTTZjkPjVoa9 
>> NnNdYusW3qh4sb53FDuxaFIqsk0hLJwYFUu6kJl91mYlP6BNadWFFN.GM2rb 
>> 5TQyr8MgI0w1
>> X-Originating-IP: [63.170.92.52]
>> Authentication-Results: mta140.mail.sp2.yahoo.com 
>> from=st-tel.net; domainkeys=neutral (no sig); 
>> from=stmail-nfs1.st-tel.net; dkim=permerror (bad sig)
>> Received: from 127.0.0.1 (EHLO mx2.st-tel.net) 
>> (63.170.92.52) by mta140.mail.sp2.yahoo.com with SMTP; Thu, 12 May 
>> 2011 05:52:22 -0700
>> Received: from stmail-nfs1.st-tel.net 
>> (stmail-nfs1.st-tel.net [10.2.1.160]) by mx2.st-tel.net 
>> (8.13.8/8.13.8/Debian-3+etch1) with ESMTP id p4CCqKWl014236 for 
>> ; Thu, 12 May 2011 07:52:21 -0500
>> DKIM-Signature: v=1; a=rsa-sha1; c=simple; 
>> d=stmail-nfs1.st-tel.net; h= 
>> message-id:date:from:to:subject:mime-version:content-type 
>> :content-transfer-encoding; s=dkim1; bh=qWaYy1rzecELWi+MGj9iPd9l 
>> YlY=; b=fwOb2HLSZkZWZYkhB73PnzZr4nL2Vce3b8lxtgpt5GpoL+dTN8W68Xsw 
>> hHgLm+iM
>> Received: (qmail 9866 invoked by uid 89); 12 May 
>> 2011 12:52:19 -
>> Received:   

Re: [qmailtoaster] problem with dkim

2011-05-13 Thread apowell

Here is our dns records for one of our servers.
_domainkey IN  TXT "t=y; o=~;"

dkim1._domainkey.stmail-nfs1  IN  TXT "k=rsa  
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"


Here is the public.txt file:
stmail-nfs1._domainkey  IN  TXT "k=rsa;  
p=MEwwDQYJKoZIhvcNAQEBBQADOwAwOAIxAL4YUhY0tUSqRkdi2jdjctG89drXFyiGvjcTagagRiJSpy7emrWp2gH3Sm8pjXHBnQIDAQAB"


Here is the signconf.xml file:


  

  keyfile="/var/qmail/control/dkim/global.key" method="simple"  
selector="dkim1">




  





the public.txt does not match our dns records be cause we could not  
get it to work at all using that record.


when we sent a test email to check-a...@verifier.port25.com it showed  
it was looking for:

dkim1._domainkey.stmail-nfs1.st-tel.net



Thanks


--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Jake Vickers :


On 05/13/2011 09:23 AM, apow...@st-tel.net wrote:
I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and  
it has been a week since we implemented dkim. I have also tested  
our DNS servers, and I pretty sure there are not any timeouts.


I have found that it does not matter if the format is "Aaron  
Powell" or not.


If I send to:

netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com,  
apow...@st-tel.net, ssei...@st-tel.net


I get dkim=permerror (bad sig)

but if I send to fewer recipients it works. it is like I am limited  
to a certain number of characters on the to: line, and not  
necessarily, by recipients.




any other ideas?



How did you implement dkim? I think you'd said from the wiki  
instructions; can we see the DNS zone entries relating to dkim and  
the relevant portion of the public.txt file?



-
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




--
BEGIN-ANTISPAM-VOTING-LINKS
--

Teach CanIt if this mail (ID 02EH1RCsS) is spam:
Spam: 
http://spam.st-tel.net/canit/b.php?i=02EH1RCsS&m=1a68536b952d&t=20110513&c=s
Not spam: 
http://spam.st-tel.net/canit/b.php?i=02EH1RCsS&m=1a68536b952d&t=20110513&c=n
Forget vote:  
http://spam.st-tel.net/canit/b.php?i=02EH1RCsS&m=1a68536b952d&t=20110513&c=f

--
END-ANTISPAM-VOTING-LINKS








-
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] problem with dkim

2011-05-13 Thread Jake Vickers

On 05/13/2011 09:23 AM, apow...@st-tel.net wrote:
I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and it 
has been a week since we implemented dkim. I have also tested our DNS 
servers, and I pretty sure there are not any timeouts.


I have found that it does not matter if the format is "Aaron 
Powell" or not.


If I send to:

netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com, 
apow...@st-tel.net, ssei...@st-tel.net


I get dkim=permerror (bad sig)

but if I send to fewer recipients it works. it is like I am limited to 
a certain number of characters on the to: line, and not necessarily, 
by recipients.




any other ideas?



How did you implement dkim? I think you'd said from the wiki 
instructions; can we see the DNS zone entries relating to dkim and the 
relevant portion of the public.txt file?



-
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] problem with dkim

2011-05-13 Thread apowell
I have the _domainkey.your-domain.com TXT "t=y\;" set in DNS, and it  
has been a week since we implemented dkim. I have also tested our DNS  
servers, and I pretty sure there are not any timeouts.


I have found that it does not matter if the format is "Aaron  
Powell" or not.


If I send to:

netmanss1...@gmail.com, netmanss1...@yahoo.com, ae...@yahoo.com,  
apow...@st-tel.net, ssei...@st-tel.net


I get dkim=permerror (bad sig)

but if I send to fewer recipients it works. it is like I am limited to  
a certain number of characters on the to: line, and not necessarily,  
by recipients.




any other ideas?
--
Aaron Powell
IT Manager
S&T Communications
Office: 785-460-7300
Fax: 785-460-7301


Quoting Toma Bogdan :


On 5/12/2011 9:48 PM, apow...@st-tel.net wrote:

Here is the headers of a dkim=permerror (bad sig)

From apow...@st-tel.net Thu May 12 12:52:19 2011
X-Apparently-To: ae...@yahoo.com via  
68.142.199.191; Thu, 12 May 2011 05:52:22 -0700

Return-Path: 
Received-SPF: pass (mta140.mail.sp2.yahoo.com:  
domain of apow...@st-tel.net designates 63.170.92.52 as permitted  
sender)  
bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2  
MC03MzAxATABAQEB
X-YMailISG:  
BKczKe0cZAp_Kh4Pvn1OCHTN0GqUVYw0_NRMSykOs7JnEqjC  
lGzt5FZrLq40JE8u0IoDIJEJslXMatTuxXDy61bEN.CmuYFkMnIxivLThB56  
NY2Zmx_Tn5IqdrX2kQKtMGngmsjuVbNeOKRs9HjzW5xucV.4MpwRq1ElZAvD  
eWtKKHdyPQTtKfTs1T2cKchvgabQPHb2kHnjqZ0LT9_L9ok9yhbCGc8XcQ81  
WZmPFdrqkwSoEG9GLKSPOjKRo_vzLuSBK8Huw1rIlHJP79PnzNLEhyeUIuvg  
fFYAy.eJDkGDPZtUS1VF38ZnMGQuI1hs5IOuLqyyvIouHBOGvAIZuLvQFf1e  
c0bVvayQx4DZclN9QWZgwWKHOyeM8uRSXLvLSQTmtbZR9j4VqDZh0YSdxjqR  
9bUlPFWFOdgMr2WQXzipzX7e8k6pdiGP6xILHGCBPICd5kN6peqeC4PcJC_r  
HujN_T4M9K69ekAuLthlbeW.lqN_rZ1p5jxLf6T1cbIhov4MgFtNqiOAYqyy  
lGpw4dXg0wInHlHlLl9u5SZPNygqq1srxLmauGuIM5sz4uwj43iTgcrzUBsW  
L29RR8.RKxX4OKNKtcmAeYQFbnZsB7w1RXFK35zyjWDAcrxTpP9Ih350BqHY  
cXDXTnswoV3jpiDgBluaYLq_0UsgBXhN__zrhYXmus7Yz0Ar3QzyZePGAWhC  
pdZ54WeptgnfJbYbVvSvVsqLQwgEE4slabXwsgxtJOtADkJU7ZvcqkhR8it9  
YkJRIjW3pHACqumQFFZZEq7EpOZyCbsTA91Rzyr9kIZQwYYwOD1kzJKQEo.f  
9YkeRX52yFA8UhSm4VCDaB5vixH4PLFNGOwjlX6PWzrGJbrodmvjS1CI76x0  
7jt93FYw3tAWu13cgzhjbKmXCKEsjncIijTYTSw03u5ly_GpfWaaz2zPWzq_  
c1jsXXZFId45z96M4rmWWI5RpgZ4DQ6Jt.39nWzNga.XPLDM6x4qwCHkTbkE  
V77Tl1fyf_MxANcZdMGg1gNFHPCZx5yee5vxqqha7Db8_pf_OsykAsgG1F9A  
ReFXG2OrHAILNjoHh35_jQEHSNmMhI2o5m.wWg_hcG8hmDD1pKXBR7yoJxt9  
4eX7pf5vQlK9IBCkLunc0CWbYiV6.OQ8fjBcwSvogtWz54tfIPOcpWbUJgtX  
jn9RllSceq0f3UzD_cZ4RRPibbeeZdeU3iiEX0i3h74Bu3F.N1FJBTwjnyJw  
goll1A.f79tJZvgTSeXgEgeTmecCnkKNIXAj0zfiVNFVJNF8xcqWo_zM0LVl  
Iwtj5dhpR4yG9GUF6kXf7Dkui4D3Yh8kc9d8k7BWVrX4ZaxmbTTZjkPjVoa9  
NnNdYusW3qh4sb53FDuxaFIqsk0hLJwYFUu6kJl91mYlP6BNadWFFN.GM2rb  
5TQyr8MgI0w1

X-Originating-IP: [63.170.92.52]
Authentication-Results: mta140.mail.sp2.yahoo.com  
from=st-tel.net; domainkeys=neutral (no sig);  
from=stmail-nfs1.st-tel.net; dkim=permerror (bad sig)
Received: from 127.0.0.1 (EHLO mx2.st-tel.net)  
(63.170.92.52) by mta140.mail.sp2.yahoo.com with SMTP; Thu, 12 May  
2011 05:52:22 -0700
Received: from stmail-nfs1.st-tel.net  
(stmail-nfs1.st-tel.net [10.2.1.160]) by mx2.st-tel.net  
(8.13.8/8.13.8/Debian-3+etch1) with ESMTP id p4CCqKWl014236 for  
; Thu, 12 May 2011 07:52:21 -0500
DKIM-Signature: v=1; a=rsa-sha1; c=simple;  
d=stmail-nfs1.st-tel.net; h=  
message-id:date:from:to:subject:mime-version:content-type  
:content-transfer-encoding; s=dkim1; bh=qWaYy1rzecELWi+MGj9iPd9l  
YlY=; b=fwOb2HLSZkZWZYkhB73PnzZr4nL2Vce3b8lxtgpt5GpoL+dTN8W68Xsw  
hHgLm+iM
Received: (qmail 9866 invoked by uid 89); 12 May  
2011 12:52:19 -
Received: by simscan 1.4.0 ppid: 9860, pid: 9861,  
t: 0.0092s scanners: attach: 1.4.0 clamav: 0.97/m:53/d:13061
Received: from unknown (HELO localhost)  
(10.2.1.180) by stmail-nfs1.st-tel.net with SMTP; 12 May 2011  
12:52:19 -
Received: from 10.2.4.63 ([10.2.4.63]) by  
stwebmail.st-tel.net (Horde Framework) with HTTP; Thu, 12 May 2011  
07:52:19 -0500

Message-ID: <20110512075219.12633e0b85qnc...@stwebmail.st-tel.net>
X-Priority: 3 (Normal)
Date: Thu, 12 May 2011 07:52:19 -0500
From:
apow...@st-tel.net
View contact details
To: Gmail test , Yahoo test  
, Aaron test 

Subject: test
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1;  
DelSp="Yes"; format="flowed"

Content-Disposition: inline
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.6)
X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN,  
outbound)

X-Spam-Score: 0.00 () [Hold at 13.00] SPF(pass:0)
X-CanIt-Geo: No geolocation information available  
for 10.2.1.160

X-CanItPRO-Stream: out

Re: [qmailtoaster] problem with dkim

2011-05-13 Thread Toma Bogdan

On 5/12/2011 9:48 PM, apow...@st-tel.net wrote:

Here is the headers of a dkim=permerror (bad sig)

From apow...@st-tel.net Thu May 12 12:52:19 2011
X-Apparently-To: ae...@yahoo.com via 68.142.199.191; 
Thu, 12 May 2011 05:52:22 -0700

Return-Path: 
Received-SPF: pass (mta140.mail.sp2.yahoo.com: domain 
of apow...@st-tel.net designates 63.170.92.52 as permitted sender) 
bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2 
MC03MzAxATABAQEB
X-YMailISG: 
BKczKe0cZAp_Kh4Pvn1OCHTN0GqUVYw0_NRMSykOs7JnEqjC 
lGzt5FZrLq40JE8u0IoDIJEJslXMatTuxXDy61bEN.CmuYFkMnIxivLThB56 
NY2Zmx_Tn5IqdrX2kQKtMGngmsjuVbNeOKRs9HjzW5xucV.4MpwRq1ElZAvD 
eWtKKHdyPQTtKfTs1T2cKchvgabQPHb2kHnjqZ0LT9_L9ok9yhbCGc8XcQ81 
WZmPFdrqkwSoEG9GLKSPOjKRo_vzLuSBK8Huw1rIlHJP79PnzNLEhyeUIuvg 
fFYAy.eJDkGDPZtUS1VF38ZnMGQuI1hs5IOuLqyyvIouHBOGvAIZuLvQFf1e 
c0bVvayQx4DZclN9QWZgwWKHOyeM8uRSXLvLSQTmtbZR9j4VqDZh0YSdxjqR 
9bUlPFWFOdgMr2WQXzipzX7e8k6pdiGP6xILHGCBPICd5kN6peqeC4PcJC_r 
HujN_T4M9K69ekAuLthlbeW.lqN_rZ1p5jxLf6T1cbIhov4MgFtNqiOAYqyy 
lGpw4dXg0wInHlHlLl9u5SZPNygqq1srxLmauGuIM5sz4uwj43iTgcrzUBsW 
L29RR8.RKxX4OKNKtcmAeYQFbnZsB7w1RXFK35zyjWDAcrxTpP9Ih350BqHY 
cXDXTnswoV3jpiDgBluaYLq_0UsgBXhN__zrhYXmus7Yz0Ar3QzyZePGAWhC 
pdZ54WeptgnfJbYbVvSvVsqLQwgEE4slabXwsgxtJOtADkJU7ZvcqkhR8it9 
YkJRIjW3pHACqumQFFZZEq7EpOZyCbsTA91Rzyr9kIZQwYYwOD1kzJKQEo.f 
9YkeRX52yFA8UhSm4VCDaB5vixH4PLFNGOwjlX6PWzrGJbrodmvjS1CI76x0 
7jt93FYw3tAWu13cgzhjbKmXCKEsjncIijTYTSw03u5ly_GpfWaaz2zPWzq_ 
c1jsXXZFId45z96M4rmWWI5RpgZ4DQ6Jt.39nWzNga.XPLDM6x4qwCHkTbkE 
V77Tl1fyf_MxANcZdMGg1gNFHPCZx5yee5vxqqha7Db8_pf_OsykAsgG1F9A 
ReFXG2OrHAILNjoHh35_jQEHSNmMhI2o5m.wWg_hcG8hmDD1pKXBR7yoJxt9 
4eX7pf5vQlK9IBCkLunc0CWbYiV6.OQ8fjBcwSvogtWz54tfIPOcpWbUJgtX 
jn9RllSceq0f3UzD_cZ4RRPibbeeZdeU3iiEX0i3h74Bu3F.N1FJBTwjnyJw 
goll1A.f79tJZvgTSeXgEgeTmecCnkKNIXAj0zfiVNFVJNF8xcqWo_zM0LVl 
Iwtj5dhpR4yG9GUF6kXf7Dkui4D3Yh8kc9d8k7BWVrX4ZaxmbTTZjkPjVoa9 
NnNdYusW3qh4sb53FDuxaFIqsk0hLJwYFUu6kJl91mYlP6BNadWFFN.GM2rb 5TQyr8MgI0w1

X-Originating-IP: [63.170.92.52]
Authentication-Results: mta140.mail.sp2.yahoo.com 
from=st-tel.net; domainkeys=neutral (no sig); 
from=stmail-nfs1.st-tel.net; dkim=permerror (bad sig)
Received: from 127.0.0.1 (EHLO mx2.st-tel.net) 
(63.170.92.52) by mta140.mail.sp2.yahoo.com with SMTP; Thu, 12 May 
2011 05:52:22 -0700
Received: from stmail-nfs1.st-tel.net 
(stmail-nfs1.st-tel.net [10.2.1.160]) by mx2.st-tel.net 
(8.13.8/8.13.8/Debian-3+etch1) with ESMTP id p4CCqKWl014236 for 
; Thu, 12 May 2011 07:52:21 -0500
DKIM-Signature: v=1; a=rsa-sha1; c=simple; 
d=stmail-nfs1.st-tel.net; h= 
message-id:date:from:to:subject:mime-version:content-type 
:content-transfer-encoding; s=dkim1; bh=qWaYy1rzecELWi+MGj9iPd9l YlY=; 
b=fwOb2HLSZkZWZYkhB73PnzZr4nL2Vce3b8lxtgpt5GpoL+dTN8W68Xsw hHgLm+iM
Received: (qmail 9866 invoked by uid 89); 12 May 2011 
12:52:19 -
Received: by simscan 1.4.0 ppid: 9860, pid: 9861, t: 
0.0092s scanners: attach: 1.4.0 clamav: 0.97/m:53/d:13061
Received: from unknown (HELO localhost) (10.2.1.180) 
by stmail-nfs1.st-tel.net with SMTP; 12 May 2011 12:52:19 -
Received: from 10.2.4.63 ([10.2.4.63]) by 
stwebmail.st-tel.net (Horde Framework) with HTTP; Thu, 12 May 2011 
07:52:19 -0500

Message-ID: <20110512075219.12633e0b85qnc...@stwebmail.st-tel.net>
X-Priority: 3 (Normal)
Date: Thu, 12 May 2011 07:52:19 -0500
From:
apow...@st-tel.net
View contact details
To: Gmail test , Yahoo test 
, Aaron test 

Subject: test
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; 
DelSp="Yes"; format="flowed"

Content-Disposition: inline
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.6)
X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN, 
outbound)

X-Spam-Score: 0.00 () [Hold at 13.00] SPF(pass:0)
X-CanIt-Geo: No geolocation information available for 
10.2.1.160

X-CanItPRO-Stream: outbound
X-Canit-Stats-ID: 03EGAQkXK - ade7763c5d5c - 20110512
X-Scanned-By: CanIt (www . roaringpenguin . com) on 
10.2.1.52

Content-Length: 97

Here is the headers of a dkim=pass (ok)

From apow...@st-tel.net Thu May 12 01:48:10 2011
X-Apparently-To: ae...@yahoo.com via 68.142.199.195; 
Wed, 11 May 2011 18:48:12 -0700

Return-Path: 
Received-SPF: pass (mta1221.mail.sk1.yahoo.com: domain 
of apow...@st-tel.net designates 63.170.92.52 as permitted sender) 
bW11bmljYXRpb25zCk9mZmljZTogNzg1LTQ2MC03MzAwCkZheDogNzg1LTQ2 
MC03MzAxATABAQEB
X-YMailISG: 
9ROR0XYcZAp4h_IaiVNuc6zi0qsAKWmEZJfFP0_jFAZxrJLR 
7fWW2ZaAOdzcnixD7ZkTkF0LPTOlo0c1d7GUkxaPyfsJmtsmdY8KL_tQXXyc 
lxrIplJkEsTY4_2PyEegIPD

Re: [qmailtoaster] Problem in QMT new installation - libmysqlclient.so.14: cannot open share object file

2011-01-08 Thread Randy Katz
also, did you do a yum -y update before you tried to install 
qmailtoaster the first time?


On 1/8/2011 6:20 AM, Bill Kwok wrote:

Randy,
Thx for your help.  Actually, I've tried to remove both mysql and QMT 
and reinstall them again but the problem still there once I reload the 
user database. .  Here's my mysql status:

[r...@mx1 users]# rpm -qa | grep mysql
mysql-bench-5.0.77-4.el5_5.4
mysql-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
mysql-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
php-mysql-5.1.6-27.el5_5.3
[r...@mx1 users]# ldconfig -v | grep sql
ldconfig: /usr/lib/mysql/libmysqlclient.so.14 is not a symbolic link
/usr/lib/mysql:
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlclient.so.14 -> libmysqlclient.so.14.0.0
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
/usr/lib64/mysql:
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libsqlite3.so -> libsqlite3.so
libsqlite3.so -> libsqlite3.so
libsqlite3.so.0 -> libsqlite3.so.0.8.6
libsqlite3.so.0 -> libsqlite3.so.0.8.6

Is there anything I miss?  Thx.
Best regards,
Bill
On Sat, Jan 8, 2011 at 7:16 PM, Randy Katz 
mailto:rk...@simplicityhosting.com>> wrote:


Hi,

It is a problem with mysql, you might try to remove that file and
then do a yum install (forcing reinstall), on my fresh centos 5
system which
is current it is pointing to a libmysqlclient.so.15 which is
really just a soft link pointer:

# rpm -qa | grep mysql
mysql-5.0.77-4.el5_5.4
mysql-bench-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
php-mysql-5.1.6-27.el5_5.3
[r...@mail2 /]# ldconfig -v | grep sql
/usr/lib/mysql:
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libsqlite3.so -> libsqlite3.so
libsqlite3.so.0 -> libsqlite3.so.0.8.6



On 1/8/2011 2:36 AM, Bill Kwok wrote:


Hi all,

I tried to install QMT in a newly installed CentOS server but
failed.  Here's my server version:

[r...@mx1 qtms-install]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[r...@mx1 qtms-install]# cat /proc/version
Linux version 2.6.18-194.26.1.el5
(mockbu...@builder10.centos.org
) (gcc version 4.1.2
20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Nov 9 12:54:20 EST 2010
[r...@mx1 qtms-install]# yum list mysql
...
 mysql.i386 
5.0.77-4.el5_5.4
installed
mysql.x86_64   
5.0.77-4.el5_5.4
installed


I follow the installation stated in
http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install and
the installation process looks fine.  After the installation,
everything except that vpopmail looks fine.

 [r...@mx1 qtms-install]# vdominfo
vdominfo: error while loading shared libraries:
libmysqlclient.so.14: cannot open shared object file: No such
file or directory

And similar thing logged in submission log:

[r...@mx1 qtms-install]# vdominfo
vdominfo: error while loading shared libraries:
libmysqlclient.so.14: cannot open shared object file: No such
file or directory

Would anyone tell me what's wrong?  Thanks in advance.
Best regards,
Bill








Re: [qmailtoaster] Problem in QMT new installation - libmysqlclient.so.14: cannot open share object file

2011-01-08 Thread Randy Katz

cd /usr/lib/mysql
rm libmysqlclient.so.14*
reinstall mysql
ldconfig -v
reinstall qmailtoaster

also, it is a symbolic link:

libmysqlclient.so.14 -> libmysqlclient.so.14.0.0



On 1/8/2011 6:20 AM, Bill Kwok wrote:

Randy,
Thx for your help.  Actually, I've tried to remove both mysql and QMT 
and reinstall them again but the problem still there once I reload the 
user database. .  Here's my mysql status:

[r...@mx1 users]# rpm -qa | grep mysql
mysql-bench-5.0.77-4.el5_5.4
mysql-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
mysql-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
php-mysql-5.1.6-27.el5_5.3
[r...@mx1 users]# ldconfig -v | grep sql
ldconfig: /usr/lib/mysql/libmysqlclient.so.14 is not a symbolic link
/usr/lib/mysql:
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlclient.so.14 -> libmysqlclient.so.14.0.0
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
/usr/lib64/mysql:
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libsqlite3.so -> libsqlite3.so
libsqlite3.so -> libsqlite3.so
libsqlite3.so.0 -> libsqlite3.so.0.8.6
libsqlite3.so.0 -> libsqlite3.so.0.8.6

Is there anything I miss?  Thx.
Best regards,
Bill
On Sat, Jan 8, 2011 at 7:16 PM, Randy Katz 
mailto:rk...@simplicityhosting.com>> wrote:


Hi,

It is a problem with mysql, you might try to remove that file and
then do a yum install (forcing reinstall), on my fresh centos 5
system which
is current it is pointing to a libmysqlclient.so.15 which is
really just a soft link pointer:

# rpm -qa | grep mysql
mysql-5.0.77-4.el5_5.4
mysql-bench-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
php-mysql-5.1.6-27.el5_5.3
[r...@mail2 /]# ldconfig -v | grep sql
/usr/lib/mysql:
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libsqlite3.so -> libsqlite3.so
libsqlite3.so.0 -> libsqlite3.so.0.8.6



On 1/8/2011 2:36 AM, Bill Kwok wrote:


Hi all,

I tried to install QMT in a newly installed CentOS server but
failed.  Here's my server version:

[r...@mx1 qtms-install]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[r...@mx1 qtms-install]# cat /proc/version
Linux version 2.6.18-194.26.1.el5
(mockbu...@builder10.centos.org
) (gcc version 4.1.2
20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Nov 9 12:54:20 EST 2010
[r...@mx1 qtms-install]# yum list mysql
...
 mysql.i386 
5.0.77-4.el5_5.4
installed
mysql.x86_64   
5.0.77-4.el5_5.4
installed


I follow the installation stated in
http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install and
the installation process looks fine.  After the installation,
everything except that vpopmail looks fine.

 [r...@mx1 qtms-install]# vdominfo
vdominfo: error while loading shared libraries:
libmysqlclient.so.14: cannot open shared object file: No such
file or directory

And similar thing logged in submission log:

[r...@mx1 qtms-install]# vdominfo
vdominfo: error while loading shared libraries:
libmysqlclient.so.14: cannot open shared object file: No such
file or directory

Would anyone tell me what's wrong?  Thanks in advance.
Best regards,
Bill








Re: [qmailtoaster] Problem in QMT new installation - libmysqlclient.so.14: cannot open share object file

2011-01-08 Thread Bill Kwok
Randy,

Thx for your help.  Actually, I've tried to remove both mysql and QMT and
reinstall them again but the problem still there once I reload the user
database. .  Here's my mysql status:

[r...@mx1 users]# rpm -qa | grep mysql
mysql-bench-5.0.77-4.el5_5.4
mysql-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
mysql-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
php-mysql-5.1.6-27.el5_5.3
[r...@mx1 users]# ldconfig -v | grep sql
ldconfig: /usr/lib/mysql/libmysqlclient.so.14 is not a symbolic link
/usr/lib/mysql:
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlclient.so.14 -> libmysqlclient.so.14.0.0
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
/usr/lib64/mysql:
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libsqlite3.so -> libsqlite3.so
libsqlite3.so -> libsqlite3.so
libsqlite3.so.0 -> libsqlite3.so.0.8.6
libsqlite3.so.0 -> libsqlite3.so.0.8.6

Is there anything I miss?  Thx.

Best regards,
Bill
On Sat, Jan 8, 2011 at 7:16 PM, Randy Katz wrote:

> Hi,
>
> It is a problem with mysql, you might try to remove that file and then do a
> yum install (forcing reinstall), on my fresh centos 5 system which
> is current it is pointing to a libmysqlclient.so.15 which is really just a
> soft link pointer:
>
> # rpm -qa | grep mysql
> mysql-5.0.77-4.el5_5.4
> mysql-bench-5.0.77-4.el5_5.4
> mysql-server-5.0.77-4.el5_5.4
> mysql-devel-5.0.77-4.el5_5.4
> php-mysql-5.1.6-27.el5_5.3
> [r...@mail2 /]# ldconfig -v | grep sql
> /usr/lib/mysql:
> libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
> libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
> libsqlite3.so -> libsqlite3.so
> libsqlite3.so.0 -> libsqlite3.so.0.8.6
>
>
>
> On 1/8/2011 2:36 AM, Bill Kwok wrote:
>
> Hi all,
> I tried to install QMT in a newly installed CentOS server but failed.
> Here's my server version:
>
> [r...@mx1 qtms-install]# cat /etc/redhat-release
> CentOS release 5.5 (Final)
> [r...@mx1 qtms-install]# cat /proc/version
> Linux version 2.6.18-194.26.1.el5 (mockbu...@builder10.centos.org) (gcc
> version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Nov 9 12:54:20 EST
> 2010
>
> [r...@mx1 qtms-install]# yum list mysql
> ...
>  mysql.i386
> 5.0.77-4.el5_5.4 installed
> mysql.x86_64
> 5.0.77-4.el5_5.4 installed
>
>
> I follow the installation stated in
> http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install and
> the installation process looks fine.  After the installation, everything
> except that vpopmail looks fine.
>
>  [r...@mx1 qtms-install]# vdominfo
> vdominfo: error while loading shared libraries: libmysqlclient.so.14:
> cannot open shared object file: No such file or directory
>
> And similar thing logged in submission log:
>
> [r...@mx1 qtms-install]# vdominfo
> vdominfo: error while loading shared libraries: libmysqlclient.so.14:
> cannot open shared object file: No such file or directory
>
>
> Would anyone tell me what's wrong?  Thanks in advance.
>
> Best regards,
> Bill
>
>
>
>
>


Re: [qmailtoaster] Problem in QMT new installation - libmysqlclient.so.14: cannot open share object file

2011-01-08 Thread Randy Katz

Hi,

It is a problem with mysql, you might try to remove that file and then 
do a yum install (forcing reinstall), on my fresh centos 5 system which
is current it is pointing to a libmysqlclient.so.15 which is really just 
a soft link pointer:


# rpm -qa | grep mysql
mysql-5.0.77-4.el5_5.4
mysql-bench-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
mysql-devel-5.0.77-4.el5_5.4
php-mysql-5.1.6-27.el5_5.3
[r...@mail2 /]# ldconfig -v | grep sql
/usr/lib/mysql:
libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0
libmysqlclient.so.15 -> libmysqlclient.so.15.0.0
libsqlite3.so -> libsqlite3.so
libsqlite3.so.0 -> libsqlite3.so.0.8.6


On 1/8/2011 2:36 AM, Bill Kwok wrote:


Hi all,

I tried to install QMT in a newly installed CentOS server but failed.  
Here's my server version:


[r...@mx1 qtms-install]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[r...@mx1 qtms-install]# cat /proc/version
Linux version 2.6.18-194.26.1.el5 (mockbu...@builder10.centos.org
) (gcc version 4.1.2
20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Nov 9 12:54:20 EST 2010
[r...@mx1 qtms-install]# yum list mysql
...
 mysql.i386 
5.0.77-4.el5_5.4 installed
mysql.x86_64   
5.0.77-4.el5_5.4 installed


I follow the installation stated in 
http://wiki.qmailtoaster.com/index.php/CentOS_5_QmailToaster_Install and 
the installation process looks fine.  After the installation, 
everything except that vpopmail looks fine.


 [r...@mx1 qtms-install]# vdominfo
vdominfo: error while loading shared libraries:
libmysqlclient.so.14: cannot open shared object file: No such file
or directory

And similar thing logged in submission log:

[r...@mx1 qtms-install]# vdominfo
vdominfo: error while loading shared libraries:
libmysqlclient.so.14: cannot open shared object file: No such file
or directory

Would anyone tell me what's wrong?  Thanks in advance.
Best regards,
Bill





Re: [qmailtoaster] Problem with Mail list management and Qmailtoaster

2010-10-11 Thread Michael King
Help..

Seems nobody has an answer for me so I have been digging and got a little 
further.

The problem appears to be within the qmail-smtpd program and its validation of 
incoming email addresses.

When I manually tried

./qmail-smptd
rcpt to: maillist  mydomain.com

The smptd server accepts the address however when I tried and email with the 
following

rcpt to: maillist-subscribe  mydomain.com

It rejects the address.

A little further checking and it appears the issue may be the 'chkuser' 
settings in the standard qmail-toaster install although I have no idea how to 
determine what they were.

Any assistance would be appreciated.

I need to get these mailing list up and running and without any way for users 
to subscribe, unsubscribe and get digests I'm stuck.

Regards
Mike


  - Original Message - 
  From: Michael King 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Saturday, October 02, 2010 3:10 PM
  Subject: [qmailtoaster] Problem with Mail list management and Qmailtoaster


  I just installed the lastest qmailtoaster on Centos and have been testing 
  out EZMLM.

  While I have been able to get EZMLM to work by adding subscribers manually 
  on the server, however sending an email to

  maillist-subscr...@mydomain.com

  Is being rejected with the message

  67.213.69.170 does not like recipient.
  Remote host said: 511 sorry, no mailbox here by that name (#5.1.1 - chkuser)

  I did a little digging and it looks like the .qmail-mailist-default in the 
  vpopmail/domains/mydomain.com it not being processed.

  I found I could make the -subscribe work if I copied (or linked) the 
  .qmail-maillist-default to .qmail-maillist-subscribe.  Basically this has 
  led me to beleive that the -default extension is not being properly 
  honoured.

  My guess is the issue may be within the vpopmail deliver code or perhaps the 
  default install doesn't include the qmail-ext option.

  Here are what I think are the revalent version numbers:

  qmail-toaster.i686 1.03-1.3.20
  qmailtoaster-plus.noarch 0.3.1-1.4.15
  qmailtoaster-plus.repo.noarch 0.2-2
  vpopmail-toaster.i686 5.4.17-1.3.7

  Any help in getting this working would be appreciated. (I can setup the 
  links in the interim but its not a great solution).

  Regards
  Mike 


  
-
  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] Problem with zen.spamhaus.org

2010-02-05 Thread Bharath Chari

On Friday 05 February 2010 05:53 PM, Jake Vickers wrote:

Bharath Chari wrote:

Hi,

I have been unable to use the zen blacklist (blacklist file reads -r 
zen.spamhaus.org) for the past few hours from my server. Is anyone 
else experiencing problems?




I'm okay here. Note that their free service is limited. Spamhaus 
allows you so many lookups a month before they stop responding to your 
IP. It will reset next month, or you can purchase their commercial 
feed service that lifts the limitation.


Thanks Jake. I'll check at my end. My mail server runs a single domain 
(pretty low volume), and it hasn't happened for over a year.


Bharath

-
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] Problem with zen.spamhaus.org

2010-02-05 Thread Jake Vickers

Bharath Chari wrote:

Hi,

I have been unable to use the zen blacklist (blacklist file reads -r 
zen.spamhaus.org) for the past few hours from my server. Is anyone 
else experiencing problems?




I'm okay here. Note that their free service is limited. Spamhaus allows 
you so many lookups a month before they stop responding to your IP. It 
will reset next month, or you can purchase their commercial feed service 
that lifts the limitation.



-
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] problem

2009-10-28 Thread Steve Huff


On Oct 28, 2009, at 12:15 PM, Noel Rivera (Border Less) wrote:

Hello list I check my current log in /var/log/qmail/spam and I have  
this warning


@40004ae86dd92209fb4c [19398] warn: bayes: cannot open bayes  
databases /home/vpopmail/.spamassassin/bayes_* R/W: lock failed:  
File exists
@40004ae86dd9220a12bc [19398] info: spamd: processing message <20091028161939.13cca1dec...@mail.fxe.net 
> for clamav:89
@40004ae86ddb32d3b60c [19397] info: spamd: connection from  
mailserver.mxbyrail.com [127.0.0.1] at port 37783
@40004ae86de234b6a2f4 [19398] warn: bayes: cannot open bayes  
databases /home/vpopmail/.spamassassin/bayes_* R/W: lock failed:  
File exists
@40004ae86de41bf6032c [19397] warn: bayes: cannot open bayes  
databases /home/vpopmail/.spamassassin/bayes_* R/W: lock failed:  
File exists
@40004ae86de428cbd324 [19397] info: spamd: processing message <20091028161907.3d1f11dec...@mail.fxe.net 
> for clamav:89
@40004ae86dec0ddd379c [19397] warn: bayes: cannot open bayes  
databases /home/vpopmail/.spamassassin/bayes_* R/W: lock failed:  
File exists


Anybody help me?



Google turns up a number of different instances of similar error  
messages:


http://www.google.com/search?q=spamassassin+lock+failed+file+exists

which of these have you tried and eliminated before posting to the list?

-steve

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

http://five.sentenc.es



PGP.sig
Description: This is a digitally signed message part


Re: [qmailtoaster] problem

2009-10-16 Thread Anil Aliyan
The owner of the domain or mail server for which rdns fails need to ask his 
internet service provider to create a RDNS entry for the said domain in hos DNS 
server. The IP should resolve back to a domain name.

Regards,

Anil Aliyan
  - Original Message - 
  From: Noel Rivera (Border Less) 
  To: qmailtoaster-list@qmailtoaster.com 
  Sent: Friday, October 16, 2009 4:12 AM
  Subject: RE: [qmailtoaster] problem


  How to do that? The reverse dns in my server 

   

  Saludos.

   



  Borderless Consulting Group SA de CV.

  Noel Alban Rivera Rivera

  Jefe de Redes y Telecomunicaciones

  Tel. (915) 633-31-04

  Nextel 62*142650*2

  P Por favor considera el medio ambiente antes de imprimir este e-mail.

   

  
--

   

  CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and /or privileged material. Any review, use, disclosure or 
distribution of such confidential information without the written authorization 
of Borderless Consulting Group is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. By receiving this e-mail you acknowledge that any breach 
by you and/or your representatives of the above provisions may entitle 
Borderless Consulting Group to seek for damages.

   

  AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso, 
los archivos adjuntos al mismo, pueden contener información de carácter 
confidencial y/o privilegiada, y se envían a la atención única y exclusivamente 
de la persona y/o entidad a quien va dirigido. La copia, revisión, uso, 
revelación y/o distribución de dicha información confidencial sin la 
autorización por escrito de Borderless Consulting Group está prohibida. Si 
usted no es el destinatario a quien se dirige el presente correo, favor de 
contactar al remitente respondiendo al presente correo y eliminar el correo 
original incluyendo sus archivos, así como cualesquiera copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, Borderless Consulting Group tendrá derecho a los daños y 
perjuicios que esto le cause.

   

  From: Craig McLaughlin [mailto:craig.p.mclaugh...@gmail.com] 
  Sent: Thursday, October 15, 2009 4:33 PM
  To: qmailtoaster-list@qmailtoaster.com
  Subject: Re: [qmailtoaster] problem

   

  The remote host (the mx server for algebasa.com) is trying to check the 
reverse DNS of the sending machine - presumably to make sure that the sending 
domain matches.

  Maxwell is correct, you need to set your reverse DNS.




  On Thu, Oct 15, 2009 at 1:43 PM, Maxwell Smart  wrote:

  What I'm trying to say is that your DNS server is not resolving your
  rDNS.   It's coming up as a SERVFAIL.   I am no expert, but I think this
  is where your problem lies.


  Noel Rivera (Border Less) wrote:
  > Its ping timeout because I have firewall in the mailserver My address
  > @borderless.com.mx is in the 12.23.82.41 IP.
  >
  >
  > -Original Message-
  > From: Maxwell Smart [mailto:c...@yother.com]
  > Sent: Thursday, October 15, 2009 2:15 PM
  > To: qmailtoaster-list@qmailtoaster.com
  > Subject: Re: [qmailtoaster] problem
  >
  > OK, but when I try to resolve the address 12.23.82.41 it's not
  > resolving.  algebasa.com is 69.90.30.253 and resolves.
  >
  > Noel Rivera (Border Less) wrote:
  >
  >> I have only the problem with this domains, the all others domains can
  >> resolve without problems
  >>
  >>
  >> -Original Message-
  >> From: Maxwell Smart [mailto:c...@yother.com]
  >> Sent: Thursday, October 15, 2009 1:59 PM
  >> To: qmailtoaster-list@qmailtoaster.com
  >> Subject: Re: [qmailtoaster] problem
  >>
  >> It appears that you have a DNS server failure, the IP address
  >> 12.23.82.41 cannot be resolved.
  >>
  >> Noel Rivera (Border Less) wrote:
  >>
  >>
  >>> Hello List I have a problem with sending mail to domain @algebasa.com
  >>>
  >>>
  >>>
  >>> Remote host said: 450 4.7.1 >> <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
  >>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
  >>>
  >>>
  >>>
  >>> How can I solve this problem?
  >>>
  >>>
  >>>
  >>
  >>
  >
  >

  --
  Cecil Yother, Jr. "cj"

  cj's
  2318 Clement 

Re: [qmailtoaster] problem

2009-10-15 Thread Craig McLaughlin
Hm.  Possibly a bit off topic for the list, but the short answer is "just
like forward DNS, but instead of  IN A  the record looks like
 IN PTR ."

Check out sections 5.3 and 5.5 of the DNS howto at:
http://tldp.org/HOWTO/DNS-HOWTO-5.html

That should give you a good overview of the process and potential gotchas.
You may also ask your network provider whether they control the reverse zone
files or if they are delegated to you.



On Thu, Oct 15, 2009 at 3:42 PM, Noel Rivera (Border Less) <
nriv...@borderless.com.mx> wrote:

>  How to do that? The reverse dns in my server
>
>
>
> Saludos.
>
>
>
> [image: borderless_small]
>
> *Borderless Consulting Group SA de CV.*
>
> Noel Alban Rivera Rivera
>
> Jefe de Redes y Telecomunicaciones
>
> Tel. (915) 633-31-04
>
> Nextel 62*142650*2
>
> *P** Por favor considera el medio ambiente antes de imprimir este e-mail.*
>
>
>
>
> --
>
>
>
> CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any,
> is intended only for the person or entity to which it is addressed and may
> contain confidential and /or privileged material. Any review, use,
> disclosure or distribution of such confidential information without the
> written authorization of Borderless Consulting Group is prohibited. If you
> are not the intended recipient, please contact the sender by reply e-mail
> and destroy all copies of the original message. By receiving this e-mail you
> acknowledge that any breach by you and/or your representatives of the above
> provisions may entitle Borderless Consulting Group to seek for damages.
>
>
>
> AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso,
> los archivos adjuntos al mismo, pueden contener información de carácter
> confidencial y/o privilegiada, y se envían a la atención única y
> exclusivamente de la persona y/o entidad a quien va dirigido. La copia,
> revisión, uso, revelación y/o distribución de dicha información confidencial
> sin la autorización por escrito de Borderless Consulting Group está
> prohibida. Si usted no es el destinatario a quien se dirige el presente
> correo, favor de contactar al remitente respondiendo al presente correo y
> eliminar el correo original incluyendo sus archivos, así como cualesquiera
> copia del mismo. Mediante la recepción del presente correo usted reconoce y
> acepta que en caso de incumplimiento de su parte y/o de sus representantes a
> los términos antes mencionados, Borderless Consulting Group tendrá derecho a
> los daños y perjuicios que esto le cause.
>
>
>
> *From:* Craig McLaughlin [mailto:craig.p.mclaugh...@gmail.com]
> *Sent:* Thursday, October 15, 2009 4:33 PM
>
> *To:* qmailtoaster-list@qmailtoaster.com
> *Subject:* Re: [qmailtoaster] problem
>
>
>
> The remote host (the mx server for algebasa.com) is trying to check the
> reverse DNS of the sending machine - presumably to make sure that the
> sending domain matches.
>
> Maxwell is correct, you need to set your reverse DNS.
>
>
>  On Thu, Oct 15, 2009 at 1:43 PM, Maxwell Smart  wrote:
>
> What I'm trying to say is that your DNS server is not resolving your
> rDNS.   It's coming up as a SERVFAIL.   I am no expert, but I think this
> is where your problem lies.
>
>
> Noel Rivera (Border Less) wrote:
> > Its ping timeout because I have firewall in the mailserver My address
> > @borderless.com.mx is in the 12.23.82.41 IP.
> >
> >
> > -Original Message-
> > From: Maxwell Smart [mailto:c...@yother.com]
> > Sent: Thursday, October 15, 2009 2:15 PM
> > To: qmailtoaster-list@qmailtoaster.com
> > Subject: Re: [qmailtoaster] problem
> >
> > OK, but when I try to resolve the address 12.23.82.41 it's not
> > resolving.  algebasa.com is 69.90.30.253 and resolves.
> >
> > Noel Rivera (Border Less) wrote:
> >
> >> I have only the problem with this domains, the all others domains can
> >> resolve without problems
> >>
> >>
> >> -Original Message-
> >> From: Maxwell Smart [mailto:c...@yother.com]
> >> Sent: Thursday, October 15, 2009 1:59 PM
> >> To: qmailtoaster-list@qmailtoaster.com
> >> Subject: Re: [qmailtoaster] problem
> >>
> >> It appears that you have a DNS server failure, the IP address
> >> 12.23.82.41 cannot be resolved.
> >>
> >> Noel Rivera (Border Less) wrote:
> >>
> >>
> &

RE: [qmailtoaster] problem

2009-10-15 Thread Noel Rivera (Border Less)
How to do that? The reverse dns in my server 

 

Saludos.

 

borderless_small

Borderless Consulting Group SA de CV.

Noel Alban Rivera Rivera

Jefe de Redes y Telecomunicaciones

Tel. (915) 633-31-04

Nextel 62*142650*2

P Por favor considera el medio ambiente antes de imprimir este e-mail.

 



--

 

CONFIDENTIALITY NOTICE: This e-mail message including attachments, if any,
is intended only for the person or entity to which it is addressed and may
contain confidential and /or privileged material. Any review, use,
disclosure or distribution of such confidential information without the
written authorization of Borderless Consulting Group is prohibited. If you
are not the intended recipient, please contact the sender by reply e-mail
and destroy all copies of the original message. By receiving this e-mail you
acknowledge that any breach by you and/or your representatives of the above
provisions may entitle Borderless Consulting Group to seek for damages.

 

AVISO DE CONFIDENCIALIDAD: Este correo electrónico, incluyendo en su caso,
los archivos adjuntos al mismo, pueden contener información de carácter
confidencial y/o privilegiada, y se envían a la atención única y
exclusivamente de la persona y/o entidad a quien va dirigido. La copia,
revisión, uso, revelación y/o distribución de dicha información confidencial
sin la autorización por escrito de Borderless Consulting Group está
prohibida. Si usted no es el destinatario a quien se dirige el presente
correo, favor de contactar al remitente respondiendo al presente correo y
eliminar el correo original incluyendo sus archivos, así como cualesquiera
copia del mismo. Mediante la recepción del presente correo usted reconoce y
acepta que en caso de incumplimiento de su parte y/o de sus representantes a
los términos antes mencionados, Borderless Consulting Group tendrá derecho a
los daños y perjuicios que esto le cause.

 

From: Craig McLaughlin [mailto:craig.p.mclaugh...@gmail.com] 
Sent: Thursday, October 15, 2009 4:33 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem

 

The remote host (the mx server for algebasa.com) is trying to check the
reverse DNS of the sending machine - presumably to make sure that the
sending domain matches.

Maxwell is correct, you need to set your reverse DNS.




On Thu, Oct 15, 2009 at 1:43 PM, Maxwell Smart  wrote:

What I'm trying to say is that your DNS server is not resolving your
rDNS.   It's coming up as a SERVFAIL.   I am no expert, but I think this
is where your problem lies.


Noel Rivera (Border Less) wrote:
> Its ping timeout because I have firewall in the mailserver My address
> @borderless.com.mx is in the 12.23.82.41 IP.
>
>
> -Original Message-
> From: Maxwell Smart [mailto:c...@yother.com]
> Sent: Thursday, October 15, 2009 2:15 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] problem
>
> OK, but when I try to resolve the address 12.23.82.41 it's not
> resolving.  algebasa.com is 69.90.30.253 and resolves.
>
> Noel Rivera (Border Less) wrote:
>
>> I have only the problem with this domains, the all others domains can
>> resolve without problems
>>
>>
>> -Original Message-
>> From: Maxwell Smart [mailto:c...@yother.com]
>> Sent: Thursday, October 15, 2009 1:59 PM
>> To: qmailtoaster-list@qmailtoaster.com
>> Subject: Re: [qmailtoaster] problem
>>
>> It appears that you have a DNS server failure, the IP address
>> 12.23.82.41 cannot be resolved.
>>
>> Noel Rivera (Border Less) wrote:
>>
>>
>>> Hello List I have a problem with sending mail to domain @algebasa.com
>>>
>>>
>>>
>>> Remote host said: 450 4.7.1 >> <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
>>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>>>
>>>
>>>
>>> How can I solve this problem?
>>>
>>>
>>>
>>
>>
>
>

--
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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] problem

2009-10-15 Thread Craig McLaughlin
The remote host (the mx server for algebasa.com) is trying to check the
reverse DNS of the sending machine - presumably to make sure that the
sending domain matches.

Maxwell is correct, you need to set your reverse DNS.



On Thu, Oct 15, 2009 at 1:43 PM, Maxwell Smart  wrote:

> What I'm trying to say is that your DNS server is not resolving your
> rDNS.   It's coming up as a SERVFAIL.   I am no expert, but I think this
> is where your problem lies.
>
> Noel Rivera (Border Less) wrote:
> > Its ping timeout because I have firewall in the mailserver My address
> > @borderless.com.mx is in the 12.23.82.41 IP.
> >
> >
> > -Original Message-
> > From: Maxwell Smart [mailto:c...@yother.com]
> > Sent: Thursday, October 15, 2009 2:15 PM
> > To: qmailtoaster-list@qmailtoaster.com
> > Subject: Re: [qmailtoaster] problem
> >
> > OK, but when I try to resolve the address 12.23.82.41 it's not
> > resolving.  algebasa.com is 69.90.30.253 and resolves.
> >
> > Noel Rivera (Border Less) wrote:
> >
> >> I have only the problem with this domains, the all others domains can
> >> resolve without problems
> >>
> >>
> >> -Original Message-
> >> From: Maxwell Smart [mailto:c...@yother.com]
> >> Sent: Thursday, October 15, 2009 1:59 PM
> >> To: qmailtoaster-list@qmailtoaster.com
> >> Subject: Re: [qmailtoaster] problem
> >>
> >> It appears that you have a DNS server failure, the IP address
> >> 12.23.82.41 cannot be resolved.
> >>
> >> Noel Rivera (Border Less) wrote:
> >>
> >>
> >>> Hello List I have a problem with sending mail to domain @algebasa.com
> >>>
> >>>
> >>>
> >>> Remote host said: 450 4.7.1  >>> <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
> >>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
> >>>
> >>>
> >>>
> >>> How can I solve this problem?
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
>
> --
> Cecil Yother, Jr. "cj"
>
> cj's
> 2318 Clement Ave
> Alameda, CA   94501
> tel 1.510.865.2787 | fax 1.510.864.7300
> http://yother.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] problem

2009-10-15 Thread Maxwell Smart
What I'm trying to say is that your DNS server is not resolving your
rDNS.   It's coming up as a SERVFAIL.   I am no expert, but I think this
is where your problem lies.

Noel Rivera (Border Less) wrote:
> Its ping timeout because I have firewall in the mailserver My address
> @borderless.com.mx is in the 12.23.82.41 IP.
>
>
> -Original Message-
> From: Maxwell Smart [mailto:c...@yother.com] 
> Sent: Thursday, October 15, 2009 2:15 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] problem
>
> OK, but when I try to resolve the address 12.23.82.41 it's not
> resolving.  algebasa.com is 69.90.30.253 and resolves.  
>
> Noel Rivera (Border Less) wrote:
>   
>> I have only the problem with this domains, the all others domains can
>> resolve without problems
>>
>>
>> -Original Message-
>> From: Maxwell Smart [mailto:c...@yother.com] 
>> Sent: Thursday, October 15, 2009 1:59 PM
>> To: qmailtoaster-list@qmailtoaster.com
>> Subject: Re: [qmailtoaster] problem
>>
>> It appears that you have a DNS server failure, the IP address
>> 12.23.82.41 cannot be resolved. 
>>
>> Noel Rivera (Border Less) wrote:
>>   
>> 
>>> Hello List I have a problem with sending mail to domain @algebasa.com
>>>
>>>  
>>>
>>> Remote host said: 450 4.7.1 >> <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
>>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>>>
>>>  
>>>
>>> How can I solve this problem?
>>>
>>> 
>>>   
>>   
>> 
>
>   

-- 
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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] problem

2009-10-15 Thread Maxwell Smart
I didn't ping it I used dig and it didn't resolve. 

Noel Rivera (Border Less) wrote:
> Its ping timeout because I have firewall in the mailserver My address
> @borderless.com.mx is in the 12.23.82.41 IP.
>
>
> -Original Message-
> From: Maxwell Smart [mailto:c...@yother.com] 
> Sent: Thursday, October 15, 2009 2:15 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] problem
>
> OK, but when I try to resolve the address 12.23.82.41 it's not
> resolving.  algebasa.com is 69.90.30.253 and resolves.  
>
> Noel Rivera (Border Less) wrote:
>   
>> I have only the problem with this domains, the all others domains can
>> resolve without problems
>>
>>
>> -Original Message-
>> From: Maxwell Smart [mailto:c...@yother.com] 
>> Sent: Thursday, October 15, 2009 1:59 PM
>> To: qmailtoaster-list@qmailtoaster.com
>> Subject: Re: [qmailtoaster] problem
>>
>> It appears that you have a DNS server failure, the IP address
>> 12.23.82.41 cannot be resolved. 
>>
>> Noel Rivera (Border Less) wrote:
>>   
>> 
>>> Hello List I have a problem with sending mail to domain @algebasa.com
>>>
>>>  
>>>
>>> Remote host said: 450 4.7.1 >> <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
>>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>>>
>>>  
>>>
>>> How can I solve this problem?
>>>
>>> 
>>>   
>>   
>> 
>
>   

-- 
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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] problem

2009-10-15 Thread Noel Rivera (Border Less)
Its ping timeout because I have firewall in the mailserver My address
@borderless.com.mx is in the 12.23.82.41 IP.


-Original Message-
From: Maxwell Smart [mailto:c...@yother.com] 
Sent: Thursday, October 15, 2009 2:15 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem

OK, but when I try to resolve the address 12.23.82.41 it's not
resolving.  algebasa.com is 69.90.30.253 and resolves.  

Noel Rivera (Border Less) wrote:
> I have only the problem with this domains, the all others domains can
> resolve without problems
>
>
> -Original Message-
> From: Maxwell Smart [mailto:c...@yother.com] 
> Sent: Thursday, October 15, 2009 1:59 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] problem
>
> It appears that you have a DNS server failure, the IP address
> 12.23.82.41 cannot be resolved. 
>
> Noel Rivera (Border Less) wrote:
>   
>> Hello List I have a problem with sending mail to domain @algebasa.com
>>
>>  
>>
>> Remote host said: 450 4.7.1 > <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>>
>>  
>>
>> How can I solve this problem?
>>
>> 
>
>   

-- 
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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



-
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] problem

2009-10-15 Thread Maxwell Smart
OK, but when I try to resolve the address 12.23.82.41 it's not
resolving.  algebasa.com is 69.90.30.253 and resolves.  

Noel Rivera (Border Less) wrote:
> I have only the problem with this domains, the all others domains can
> resolve without problems
>
>
> -Original Message-
> From: Maxwell Smart [mailto:c...@yother.com] 
> Sent: Thursday, October 15, 2009 1:59 PM
> To: qmailtoaster-list@qmailtoaster.com
> Subject: Re: [qmailtoaster] problem
>
> It appears that you have a DNS server failure, the IP address
> 12.23.82.41 cannot be resolved. 
>
> Noel Rivera (Border Less) wrote:
>   
>> Hello List I have a problem with sending mail to domain @algebasa.com
>>
>>  
>>
>> Remote host said: 450 4.7.1 > <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
>> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>>
>>  
>>
>> How can I solve this problem?
>>
>> 
>
>   

-- 
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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] problem

2009-10-15 Thread Noel Rivera (Border Less)
I have only the problem with this domains, the all others domains can
resolve without problems


-Original Message-
From: Maxwell Smart [mailto:c...@yother.com] 
Sent: Thursday, October 15, 2009 1:59 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem

It appears that you have a DNS server failure, the IP address
12.23.82.41 cannot be resolved. 

Noel Rivera (Border Less) wrote:
>
> Hello List I have a problem with sending mail to domain @algebasa.com
>
>  
>
> Remote host said: 450 4.7.1  <mailto:oscar.amezqu...@algebasa.com>>... Access temporarily denied.
> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>
>  
>
> How can I solve this problem?
>

-- 
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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



-
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] problem

2009-10-15 Thread Maxwell Smart
It appears that you have a DNS server failure, the IP address
12.23.82.41 cannot be resolved. 

Noel Rivera (Border Less) wrote:
>
> Hello List I have a problem with sending mail to domain @algebasa.com
>
>  
>
> Remote host said: 450 4.7.1  >... Access temporarily denied.
> Cannot resolve PTR record for 12.23.82.41 Giving up on 76.74.255.168.
>
>  
>
> How can I solve this problem?
>

-- 
Cecil Yother, Jr. "cj"

cj's
2318 Clement Ave
Alameda, CA   94501
tel 1.510.865.2787 | fax 1.510.864.7300
http://yother.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] Problem Updating qmail-toaster (version: 1.03-1.3.20)

2009-10-08 Thread Alberto Guzzetti

Everything solved, thanks.

For knowledge in case someone else will need it, in future, that's what 
i did:


1) tar cvzf rpmdb-backup.tar.gz /var/lib/rpm (backup for security reasons)
2) rm /var/lib/rpm/__db.00* (delete db files)
3) rpm --rebuilddb (rebuild fb)
4) rpm -qa | sort (check everything is fine)

then i've install the the update for qmail-toaster.
/Cheers

Anil Aliyan ha scritto:
Your RPM database is probably stuck. This can occur if force killed 
rpm was with a force kill (kill -9 / skill -9 / killall -9) and the 
lock stat information was left behind. This lock information will 
limit what further processes can do to the rpm databases and needs to 
be cleared out by hand.


The files that hold lock stat information are stored in /var/lib/rpm/ 
as __db.*. It is generally considered relatively safe to clear by just 
removing them (rm -f) as they are automatically re-created. Clear them 
and run your rpm command again.


Keep in mind if this has been a situation on your box, any daily 
update routine you may have that uses RPM was likely not functioning 
as intended as a result of this and you should run an update on your 
machine to ensure you packages are current. On CentOS and Fedora 
machines this can be done with the command yum upgrade (yum -y upgrade 
to automate the process), and on RedHat ES machine you can use up2date 
upgrade.





- Original Message - From: "Alberto Guzzetti" 


To: 
Sent: Thursday, October 08, 2009 12:40 PM
Subject: [qmailtoaster] Problem Updating qmail-toaster (version: 
1.03-1.3.20)




Hi List,

I have some problem installing the latest qmail-toaster pack
(1.03.-1.3.20) below the problem, apart from the warning that aren't
such a problem.


Installing qmail-toaster-1.03-1.3.20.src.rpm
warning: user shubes does not exist - using root
warning: group shubes does not exist - using root
rpmdb: Lock table is out of available locker entries
rpmdb: Unknown locker ID: cbb
error: db4 error(22) from dbenv->close: Invalid argument
error: cannot open Packages index using db3 - Cannot allocate memory 
(12)

error: cannot open Packages database in /var/lib/rpm
  1:qmail-toaster  warning: user shubes does not exist - using
root%)
warning: group shubes does not exist - using root
### [100%]
error: File not found by glob: 
/usr/src/redhat/RPMS/x86_64/qmail-pop3d*.rpm



any help?



--
Cordialmente,
---
Alberto Guzzetti - R&D
Network Administrator
alberto.guzze...@digital-instruments.it

Digital Instruments S.r.l.
Via Parco degli Scout, 13 - 20091 Bresso (MI)
Tel: +39 02 66506250
Fax: +39 02 66506103
www.digital-instruments.it
---

Le informazioni, i dati ed il contenuto della comunicazione che precede,
nonch i suoi eventuali allegati, hanno carattere strettamente
confidenziale o comunque non accessibile al pubblico, e sono destinati
esclusivamente al destinatario. La loro diffusione, divulgazione,
copiatura o utilizzo da parte di soggetti diversi da quest'ultimo
proibita ai sensi del D. Lgs. 196/2003 ("Testo Unico Privacy"). Il
contenuto della comunicazione che precede, nonch i suoi eventuali
allegati, possono inoltre essere tutelati dal segreto professionale, dal
diritto d'autore, da brevetto, da marchio registrato o da altro diritto
di privativa. La loro diffusione, divulgazione, copiatura o utilizzo da
parte di soggetti diversi dal titolare del diritto quindi proibita anche
ai sensi della normativa di legge in materia, nonch perseguibile
legalmente. Qualora la comunicazione che precede sia stata da Voi
ricevuta per errore, del quale ci scusiamo, Vi preghiamo di
comunicarcelo immediatamente e di cancellarla senza diffonderla,
riprodurla o utilizzarla in alcun modo. Grazie per la collaborazione.

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and delete this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

Diese E-Mail enthält vertrauliche und/ oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.



 





Nessun virus nel messaggio in uscita.
Controllato da AVG - www.avg.com
Versione: 8.5.421 / Database dei virus: 270.14.7/2421 -  Data di 
rilascio: 10/07/09 20:49:00




 




- 

Qmailtoaster is sponsored by Vickers Consulting

Re: [qmailtoaster] Problem Updating qmail-toaster (version: 1.03-1.3.20)

2009-10-08 Thread Anil Aliyan
Your RPM database is probably stuck. This can occur if force killed rpm was 
with a force kill (kill -9 / skill -9 / killall -9) and the lock stat 
information was left behind. This lock information will limit what further 
processes can do to the rpm databases and needs to be cleared out by hand.


The files that hold lock stat information are stored in /var/lib/rpm/ as 
__db.*. It is generally considered relatively safe to clear by just removing 
them (rm -f) as they are automatically re-created. Clear them and run your 
rpm command again.


Keep in mind if this has been a situation on your box, any daily update 
routine you may have that uses RPM was likely not functioning as intended as 
a result of this and you should run an update on your machine to ensure you 
packages are current. On CentOS and Fedora machines this can be done with 
the command yum upgrade (yum -y upgrade to automate the process), and on 
RedHat ES machine you can use up2date upgrade.





- Original Message - 
From: "Alberto Guzzetti" 

To: 
Sent: Thursday, October 08, 2009 12:40 PM
Subject: [qmailtoaster] Problem Updating qmail-toaster (version: 
1.03-1.3.20)




Hi List,

I have some problem installing the latest qmail-toaster pack
(1.03.-1.3.20) below the problem, apart from the warning that aren't
such a problem.


Installing qmail-toaster-1.03-1.3.20.src.rpm
warning: user shubes does not exist - using root
warning: group shubes does not exist - using root
rpmdb: Lock table is out of available locker entries
rpmdb: Unknown locker ID: cbb
error: db4 error(22) from dbenv->close: Invalid argument
error: cannot open Packages index using db3 - Cannot allocate memory (12)
error: cannot open Packages database in /var/lib/rpm
  1:qmail-toaster  warning: user shubes does not exist - using
root%)
warning: group shubes does not exist - using root
### [100%]
error: File not found by glob: 
/usr/src/redhat/RPMS/x86_64/qmail-pop3d*.rpm



any help?



--
Cordialmente,
---
Alberto Guzzetti - R&D
Network Administrator
alberto.guzze...@digital-instruments.it

Digital Instruments S.r.l.
Via Parco degli Scout, 13 - 20091 Bresso (MI)
Tel: +39 02 66506250
Fax: +39 02 66506103
www.digital-instruments.it
---

Le informazioni, i dati ed il contenuto della comunicazione che precede,
nonch i suoi eventuali allegati, hanno carattere strettamente
confidenziale o comunque non accessibile al pubblico, e sono destinati
esclusivamente al destinatario. La loro diffusione, divulgazione,
copiatura o utilizzo da parte di soggetti diversi da quest'ultimo
proibita ai sensi del D. Lgs. 196/2003 ("Testo Unico Privacy"). Il
contenuto della comunicazione che precede, nonch i suoi eventuali
allegati, possono inoltre essere tutelati dal segreto professionale, dal
diritto d'autore, da brevetto, da marchio registrato o da altro diritto
di privativa. La loro diffusione, divulgazione, copiatura o utilizzo da
parte di soggetti diversi dal titolare del diritto quindi proibita anche
ai sensi della normativa di legge in materia, nonch perseguibile
legalmente. Qualora la comunicazione che precede sia stata da Voi
ricevuta per errore, del quale ci scusiamo, Vi preghiamo di
comunicarcelo immediatamente e di cancellarla senza diffonderla,
riprodurla o utilizzarla in alcun modo. Grazie per la collaborazione.

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and delete this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

Diese E-Mail enthält vertrauliche und/ oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.







Nessun virus nel messaggio in uscita.
Controllato da AVG - www.avg.com
Versione: 8.5.421 / Database dei virus: 270.14.7/2421 -  Data di rilascio: 
10/07/09 20:49:00








-
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...

Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-12 Thread petrus
>
>
>> also rpmbuild on fc10 uses ~/rpmbuild as root not /usr/src/redhat/
>>
>
> Oh, really??? I've always thought that's where it *should* be. ;)


> I'll need to look into the ramifications of this. I may need to bite the
> bullet and install QMT on a FC11 host myself. That might not be all that bad
> as I was figuring on creating a FC11 VM guest anywise.
>
> I hope you're not in a hurry to put this host in to production. Could be a
> few weeks before we get the whole qtp-newmodel with FC10/11 thing ironed
> out. Justice is looking into the overlay filesystem issue.
>
> Thanks for your help and patience.
>
>
I have no deadline as such so take your time, as i said before i appriate
your effort :)
Setting up a FC guest is probably a good idea

/p


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-11 Thread Eric Shubert

petrus wrote:



On Fri, Jul 10, 2009 at 4:54 PM, Eric Shubert > wrote:




It appears that you're not running the qtp-config script which
contains the fix to strip off the .i386 from the package name. It
should have myver=v0.3.1 near the end of the script. If it does,
then it's perhaps not in the right place to be executed. It should
be in the /opt/qmailtoaster-plus/bin/ directory. If it is, then
check that /usr/sbin/qtp-config is a symlink to the file.


I think i do :(

[r...@fury bin]# ls -l /usr/sbin/qtp-config
lrwxrwxrwx 1 root root 42 2009-07-07 17:17 /usr/sbin/qtp-config -> 
../../opt/qmailtoaster-plus/bin/qtp-config

[r...@fury bin]# grep myver /opt/qmailtoaster-plus/bin/qtp-config
myver=v0.3.1
  echo "$myname $myver"
[r...@fury bin]#

Couldnt it have something todo with that my system is i686 and not i386?

also rpmbuild on fc10 uses ~/rpmbuild as root not /usr/src/redhat/


Oh, really??? I've always thought that's where it *should* be. ;)

I'll need to look into the ramifications of this. I may need to bite the 
bullet and install QMT on a FC11 host myself. That might not be all that 
bad as I was figuring on creating a FC11 VM guest anywise.


I hope you're not in a hurry to put this host in to production. Could be 
a few weeks before we get the whole qtp-newmodel with FC10/11 thing 
ironed out. Justice is looking into the overlay filesystem issue.


Thanks for your help and patience.

--
-Eric 'shubes'


-
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] Problem running qtp-newmodel

2009-07-10 Thread petrus
On Fri, Jul 10, 2009 at 4:54 PM, Eric Shubert  wrote:

>
>>
> It appears that you're not running the qtp-config script which contains the
> fix to strip off the .i386 from the package name. It should have
> myver=v0.3.1 near the end of the script. If it does, then it's perhaps not
> in the right place to be executed. It should be in the
> /opt/qmailtoaster-plus/bin/ directory. If it is, then check that
> /usr/sbin/qtp-config is a symlink to the file.
>
>
I think i do :(

[r...@fury bin]# ls -l /usr/sbin/qtp-config
lrwxrwxrwx 1 root root 42 2009-07-07 17:17 /usr/sbin/qtp-config ->
../../opt/qmailtoaster-plus/bin/qtp-config
[r...@fury bin]# grep myver /opt/qmailtoaster-plus/bin/qtp-config
myver=v0.3.1
  echo "$myname $myver"
[r...@fury bin]#

Couldnt it have something todo with that my system is i686 and not i386?

also rpmbuild on fc10 uses ~/rpmbuild as root not /usr/src/redhat/

/p


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-10 Thread Eric Shubert

petrus wrote:



On Thu, Jul 9, 2009 at 5:37 PM, Eric Shubert > wrote:


petrus wrote:




Stopping freshclam:[FAILED]
qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
ls: cannot access /usr/src/redhat/RPMS/*: No such file or directory
/usr/sbin/qtp-config: line 125: 23.i386: syntax error: invalid
arithmetic operator (error token is ".i386")
REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for
daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.

Build failed, Exiting.

My /usr/src/redhat/RPMS  looks like this:

[r...@fury bin]# ls /usr/src/redhat/RPMS/*
/usr/src/redhat/RPMS/i386:
/usr/src/redhat/RPMS/i686:
/usr/src/redhat/RPMS/noarch:
/usr/src/redhat/RPMS/x86_64:


Looks like those directories were removed from the sandbox to trim
things down at some point. I've put it back into the attached
script. Can you try this script to be sure that it works? You'll
need to rebuild the sandbox when you test it of course.
Thanks.


The fix for directory's seems to work. Im still getting a syntax error 
due to i386 and the script still doesnt find a binary rpm, possibly due 
to the above error?

output:

qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
/usr/sbin/qtp-config: line 125: 23.i386: syntax error: invalid 
arithmetic operator (error token is ".i386")

REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.



It appears that you're not running the qtp-config script which contains 
the fix to strip off the .i386 from the package name. It should have 
myver=v0.3.1 near the end of the script. If it does, then it's perhaps 
not in the right place to be executed. It should be in the 
/opt/qmailtoaster-plus/bin/ directory. If it is, then check that 
/usr/sbin/qtp-config is a symlink to the file.



--
-Eric 'shubes'


-
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] Problem running qtp-newmodel

2009-07-10 Thread petrus
On Thu, Jul 9, 2009 at 5:37 PM, Eric Shubert  wrote:

> petrus wrote:
>
>>
>>
>>
>> Stopping freshclam:[FAILED]
>> qtp-build-rpms v0.3.1
>> qtp-remove-pkgs v0.3.1
>> ls: cannot access /usr/src/redhat/RPMS/*: No such file or directory
>> /usr/sbin/qtp-config: line 125: 23.i386: syntax error: invalid arithmetic
>> operator (error token is ".i386")
>> REMOVED control-panel-toaster from sandbox (not for real)
>> REMOVED clamav-toaster from sandbox (not for real)
>> Building daemontools-toaster-0.76-1.3.6 ...
>> Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
>> qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
>> qtp-build-rpms - Script Error - aborting.
>>
>> Build failed, Exiting.
>>
>> My /usr/src/redhat/RPMS  looks like this:
>>
>> [r...@fury bin]# ls /usr/src/redhat/RPMS/*
>> /usr/src/redhat/RPMS/i386:
>> /usr/src/redhat/RPMS/i686:
>> /usr/src/redhat/RPMS/noarch:
>> /usr/src/redhat/RPMS/x86_64:
>>
>>
> Looks like those directories were removed from the sandbox to trim things
> down at some point. I've put it back into the attached script. Can you try
> this script to be sure that it works? You'll need to rebuild the sandbox
> when you test it of course.
> Thanks.
>
>
The fix for directory's seems to work. Im still getting a syntax error due
to i386 and the script still doesnt find a binary rpm, possibly due to the
above error?
output:

qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
/usr/sbin/qtp-config: line 125: 23.i386: syntax error: invalid arithmetic
operator (error token is ".i386")
REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-09 Thread Eric Shubert

petrus wrote:



On Thu, Jul 9, 2009 at 4:04 PM, Eric Shubert > wrote:





The problem with building aufs appears to be something related to
our aufs version vs FC10's kernel version.

Hey Justice, can you look into this?


The latest qtp-config in the qtp.qmailtoaster.com
 svn repository should fix this last
problem for you. Can you manually download it and try it? It should
go in /opt/qmailtoaster-plus/bin/, and be sure to check the
permissions. You'll need to add it to the sandbox as well unless you
rebuild the sandbox.


downloaded both qtp-config and qtp-newmodel
It skips rpmforge as intended and I choose to rebuild the sandbox.
but unfortunately I run into problem again:

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Stopping freshclam:[FAILED]
qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
ls: cannot access /usr/src/redhat/RPMS/*: No such file or directory
/usr/sbin/qtp-config: line 125: 23.i386: syntax error: invalid 
arithmetic operator (error token is ".i386")

REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.

Build failed, Exiting.

My /usr/src/redhat/RPMS  looks like this:

[r...@fury bin]# ls /usr/src/redhat/RPMS/*
/usr/src/redhat/RPMS/i386:
/usr/src/redhat/RPMS/i686:
/usr/src/redhat/RPMS/noarch:
/usr/src/redhat/RPMS/x86_64:



Looks like those directories were removed from the sandbox to trim 
things down at some point. I've put it back into the attached script. 
Can you try this script to be sure that it works? You'll need to rebuild 
the sandbox when you test it of course.

Thanks.

P

--
-Eric 'shubes'
#!/bin/bash
#
# Copyright (C) 2006-2009 Eric Shubert 
#
# Build a sandbox (aka chroot jail) for building qmail-toaster binary rpms
#
###
#
# ***USE AT YOUR OWN RISK
#
###
#
# change log
# 07/09/09 shubes - added /usr/src/redhat/RPMS branch back in so qtp-config
#   can test its subdirectories
# 04/05/08 shubes - ask before estimating disk usage
# - fixed bugs with linked sandbox - pkg directories missing
# 01/07/08 shubes - changed $ARCH to $QTARCH to not conflict with makefiles
# - added content to sandbox identifier file
# - cleaned up /home qmail,vpopmail code a bit
# 09/06/07 lucize - no more errors on output if dir is not available
#   lite version tested in:
#   Centos 3 -i386; Centos 4.5 -i386,x64; Centos 5 - i386,x64
# 08/24/07 lucize - some preliminary space usage
# - /home/vpopmail or /home/qmail without domains dir
# 08/21/07 lucize - added new named pipes for djbdns
# - made a more lite version of /usr and /var dir
# - fixed length for files returned in a5_build_tree() procedure
# 03/09/07 shubes - issue warning when package file missing for linked SB
# 01/10/07 shubes - added new named pipes for supervise/submission
# 01/03/07 shubes - ensure $UPGRADE_DIR is copied to sandbox
# 11/07/06 shubes - added check for symlinks when copying rpms in linked
# - removed copy_control_files, as it's not needed any more
# - replaced qtp-sandbox constant in boot/ with `basename 
$SANDBOX`
# 11/05/06 shubes - fixed /opt/qmailtoaster-plus not being created
# - fixed find -prune bug
# 11/03/06 shubes - added /opt/qmailtoaster-plus to SB, removed QTP_RUN
# - get $SANDBOX from environment instead of parameter
# 10/30/06 shubes - omit /etc/cron* from sandbox on linked SB
# 10/20/06 shubes - fixed linked SB w/ empty toaster package
# 10/12/06 shubes - fixed bug w/ symlinks introduced in v0.1.1
# 10/11/06 shubes - fixed copy of current toaster files for linked SB
# - fixed for named-chroot package
# 09/01/06 shubes - created, split apart from qtp-newmodel
#
###
## check and set up the environment
#
a1_initialization(){

# Make sure we're root
if [ "$UID" != "0" ]; then
  echo "Error: You are not root, please su -"
  exit 1
fi

if [ -z "$SANDBOX" ]; then
  . qtp-config -s
fi

if [ -d "$SANDBOX" ]; then
  echo "$SANDBOX already exists"
  echo "Please 'rm -rf $SANDBOX' and try again"
  exit 1
fi

if [ -z "$QTARCH" ]; then
  . qtp-whatami -s
  case $? in
0 | 1)
;;
* )
  echo "Your distro is not

Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-09 Thread petrus
On Thu, Jul 9, 2009 at 4:04 PM, Eric Shubert  wrote:

>
>>
>>
> The problem with building aufs appears to be something related to our aufs
> version vs FC10's kernel version.
>
> Hey Justice, can you look into this?
>
>
> The latest qtp-config in the qtp.qmailtoaster.com svn repository should
> fix this last problem for you. Can you manually download it and try it? It
> should go in /opt/qmailtoaster-plus/bin/, and be sure to check the
> permissions. You'll need to add it to the sandbox as well unless you rebuild
> the sandbox.
>

downloaded both qtp-config and qtp-newmodel
It skips rpmforge as intended and I choose to rebuild the sandbox.
but unfortunately I run into problem again:

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Stopping freshclam:[FAILED]
qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
ls: cannot access /usr/src/redhat/RPMS/*: No such file or directory
/usr/sbin/qtp-config: line 125: 23.i386: syntax error: invalid arithmetic
operator (error token is ".i386")
REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.

Build failed, Exiting.

My /usr/src/redhat/RPMS  looks like this:

[r...@fury bin]# ls /usr/src/redhat/RPMS/*
/usr/src/redhat/RPMS/i386:
/usr/src/redhat/RPMS/i686:
/usr/src/redhat/RPMS/noarch:
/usr/src/redhat/RPMS/x86_64:



>
> Thanks for you help with getting this working with FC10.
>
>
NP, I think you guys provide a great service and im only thankful that I may
assist in some way :)


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-09 Thread Eric Shubert

petrus wrote:



On Wed, Jul 8, 2009 at 6:08 PM, Eric Shubert > wrote:


Thanks. If you'd care to use qtp-newmodel in the interim (I would),
just comment out the a4_check_dependencies routine near the bottom
of the script like so:
#a4_check_dependencies
and it'll probably run ok. If there is a dependency problem it'll
let you know about it and you can install the dependency manually.



So i commented out the dependencies checking  and it seemed to work.
Untill the script tried to create a unioned sandbox where it chockes on 
compiling aufs


HidePrePath=\\\"/opt/qmailtoaster-plus/src/aufs/fs/aufs25\\\"" -C 
/lib/modules/2.6.27.25-170.2.72.fc10.i686/build 
M=/opt/qmailtoaster-plus/src/aufs/fs/aufs25 modules

make[1]: Entering directory `/usr/src/kernels/2.6.27.25-170.2.72.fc10.i686'
  CC [M]  /opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.o
In file included from /opt/qmailtoaster-plus/src/aufs/fs/aufs25/branch.h:35,
 from /opt/qmailtoaster-plus/src/aufs/fs/aufs25/aufs.h:37,
 from /opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.c:26:
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h: In function 
‘au_test_tmpfs’:
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h:304: error: 
‘TMPFS_MAGIC’ undeclared (first use in this function)
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h:304: error: (Each 
undeclared identifier is reported only once
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h:304: error: for each 
function it appears in.)
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.c:186:2: warning: 
#warning CONFIG_AUFS_SYSAUFS is unnecessary for linux-2.6.25 and later.

make[2]: *** [/opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.o] Error 1
make[1]: *** [_module_/opt/qmailtoaster-plus/src/aufs/fs/aufs25] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.27.25-170.2.72.fc10.i686'
make: *** [fs/aufs25/aufs.ko] Error 2

So I tried with a regular sandbox and it worked a bit better, but still
Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Stopping freshclam:[  OK  ]
qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
/usr/sbin/qtp-config: line 123: 23.i386: syntax error: invalid 
arithmetic operator (error token is ".i386")

REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.

I cant find a binary rpm for daemontools on the system, but perhapse it 
fails to build or the script cleans up afterwards?


/p




The problem with building aufs appears to be something related to our 
aufs version vs FC10's kernel version.


Hey Justice, can you look into this?


The latest qtp-config in the qtp.qmailtoaster.com svn repository should 
fix this last problem for you. Can you manually download it and try it? 
It should go in /opt/qmailtoaster-plus/bin/, and be sure to check the 
permissions. You'll need to add it to the sandbox as well unless you 
rebuild the sandbox.


Thanks for you help with getting this working with FC10.

--
-Eric 'shubes'


-
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] Problem running qtp-newmodel

2009-07-09 Thread petrus
On Wed, Jul 8, 2009 at 6:08 PM, Eric Shubert  wrote:

> Thanks. If you'd care to use qtp-newmodel in the interim (I would), just
> comment out the a4_check_dependencies routine near the bottom of the script
> like so:
> #a4_check_dependencies
> and it'll probably run ok. If there is a dependency problem it'll let you
> know about it and you can install the dependency manually.
>


So i commented out the dependencies checking  and it seemed to work.
Untill the script tried to create a unioned sandbox where it chockes on
compiling aufs

HidePrePath=\\\"/opt/qmailtoaster-plus/src/aufs/fs/aufs25\\\"" -C
/lib/modules/2.6.27.25-170.2.72.fc10.i686/build
M=/opt/qmailtoaster-plus/src/aufs/fs/aufs25 modules
make[1]: Entering directory `/usr/src/kernels/2.6.27.25-170.2.72.fc10.i686'
  CC [M]  /opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.o
In file included from /opt/qmailtoaster-plus/src/aufs/fs/aufs25/branch.h:35,
 from /opt/qmailtoaster-plus/src/aufs/fs/aufs25/aufs.h:37,
 from /opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.c:26:
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h: In function
‘au_test_tmpfs’:
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h:304: error:
‘TMPFS_MAGIC’ undeclared (first use in this function)
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h:304: error: (Each
undeclared identifier is reported only once
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/super.h:304: error: for each
function it appears in.)
/opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.c:186:2: warning: #warning
CONFIG_AUFS_SYSAUFS is unnecessary for linux-2.6.25 and later.
make[2]: *** [/opt/qmailtoaster-plus/src/aufs/fs/aufs25/module.o] Error 1
make[1]: *** [_module_/opt/qmailtoaster-plus/src/aufs/fs/aufs25] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.27.25-170.2.72.fc10.i686'
make: *** [fs/aufs25/aufs.ko] Error 2

So I tried with a regular sandbox and it worked a bit better, but still
Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Stopping freshclam:[  OK  ]
qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
/usr/sbin/qtp-config: line 123: 23.i386: syntax error: invalid arithmetic
operator (error token is ".i386")
REMOVED control-panel-toaster from sandbox (not for real)
REMOVED clamav-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.6 ...
Installing daemontools-toaster-0.76-1.3.6 in the sandbox ...
qtp-build-rpms - binary rpm not found for daemontools-toaster-0.76-1.3.6
qtp-build-rpms - Script Error - aborting.

I cant find a binary rpm for daemontools on the system, but perhapse it
fails to build or the script cleans up afterwards?

/p


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-08 Thread Eric Shubert

petrus wrote:



On Wed, Jul 8, 2009 at 5:07 PM, Eric Shubert > wrote:


Newer simscan-toaster-1.3.1-1.3.6.i386 is already installed,
simscan-toaster-1.4.0-1.3.1 bypassed
which is wrong i think?



This is a separate issue. When Jake updated simscan, he went from
1.3.6 to 1.3.1 in the toaster portion of the version id. He's going
to republish the simscan-toaster package with something higher than
1.3.6 so this works as it should.


O oki now I understand the message, sorry for this.

 




I don't think I'd go mixing different fedora versions of rpmforge
packages. qtp-newmodel should apparently be changed to not use
rpmforge for later fedora versions. Would you care to create a
ticket for this at http://qtp.qmailtoaster.com? Thanks.


Iv created a ticket, a bit unsure on what to put in some of the fields 
but I think it turned out allright :)

Thanks for all the help!
Ill do some manual updates to the toaster while this gets fixed.

/p


Thanks. If you'd care to use qtp-newmodel in the interim (I would), just 
comment out the a4_check_dependencies routine near the bottom of the 
script like so:

#a4_check_dependencies
and it'll probably run ok. If there is a dependency problem it'll let 
you know about it and you can install the dependency manually.


--
-Eric 'shubes'


-
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] Problem running qtp-newmodel

2009-07-08 Thread petrus
On Wed, Jul 8, 2009 at 5:07 PM, Eric Shubert  wrote:

> Newer simscan-toaster-1.3.1-1.3.6.i386 is already installed,
>> simscan-toaster-1.4.0-1.3.1 bypassed
>> which is wrong i think?
>>
>
>
> This is a separate issue. When Jake updated simscan, he went from 1.3.6 to
> 1.3.1 in the toaster portion of the version id. He's going to republish the
> simscan-toaster package with something higher than 1.3.6 so this works as it
> should.


O oki now I understand the message, sorry for this.



>
>
> I don't think I'd go mixing different fedora versions of rpmforge packages.
> qtp-newmodel should apparently be changed to not use rpmforge for later
> fedora versions. Would you care to create a ticket for this at
> http://qtp.qmailtoaster.com? Thanks.
>

Iv created a ticket, a bit unsure on what to put in some of the fields but I
think it turned out allright :)
Thanks for all the help!
Ill do some manual updates to the toaster while this gets fixed.

/p


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-08 Thread Eric Shubert

petrus wrote:



On Wed, Jul 8, 2009 at 4:23 AM, Eric Shubert > wrote:





I guess that shouldn't effect dependencies now that I think about
it. Easy enough to fix the script.

Can you tell me what directories exist in /usr/src/redhat/RPMS/ on a
x86_64 machine? I'm figuring on simply stripping that off of the end
of any installed packages to determine the version number. Seemed to
work for .i386.


 
[r...@fury bin]# uname -a
Linux fury 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54 EDT 
2009 i686 i686 i386 GNU/Linux

[r...@fury RPMS]# pwd
/usr/src/redhat/RPMS
[r...@fury RPMS]# ls
i386  i686  noarch  x86_64

Running the modifyed  qtp-newmodel works fine, at first.
however i run into this
Newer simscan-toaster-1.3.1-1.3.6.i386 is already installed, 
simscan-toaster-1.4.0-1.3.1 bypassed

which is wrong i think?


This is a separate issue. When Jake updated simscan, he went from 1.3.6 
to 1.3.1 in the toaster portion of the version id. He's going to 
republish the simscan-toaster package with something higher than 1.3.6 
so this works as it should.


and a bit later

qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...
qtp-install-rpmforge - rpmforge-release not installed, installing ...
qtp-install-rpmforge - your distro/ver is not supported by RPMforge, 
exiting.
qtp-newmodel - installing  perl(Encode::Detect)) perl(IO::Socket::SSL) 
perl(IP::Country::Fast) perl(Mail::DKIM) perl(Mail::DomainKeys) 
perl(Mail::SPF) perl(Net::Ident) perl(Razor2::Client::Agent) ...

Loaded plugins: refresh-packagekit


Error getting repository data for rpmforge, repository not found
qtp-newmodel - installation of dependent packages failed, exiting

rpmforge is not (yet?) enabled for Fedora10, or better no 
rpmforge-release package exists the latest is for Fedora5 and of version 
0.2-2.2
but some prmforge packages exits for fedora so perhaps its possible to 
manually install those packages?


I don't think I'd go mixing different fedora versions of rpmforge 
packages. qtp-newmodel should apparently be changed to not use rpmforge 
for later fedora versions. Would you care to create a ticket for this at 
http://qtp.qmailtoaster.com? Thanks.


--
-Eric 'shubes'


-
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] Problem in sending mail

2009-07-08 Thread Ganesh Payelkar
Dear Amit,

Your ip is in blacklisted...

Regards,

Ganesh Payelkar


On Wed, Jul 8, 2009 at 4:50 PM, amit IKF  wrote:

>
> Hi All,
>>
>> I had just setup qmail toaster. Everything seems to be ok except 1 thing
>> i.e. i'm unable to send mail outside network.
>>
>> Thanks and regards,
>>
>> Amit
>>
>
>


Re: [qmailtoaster] Problem in sending mail

2009-07-08 Thread Jake Vickers

amit IKF wrote:

Hi Jake,

My incoming is working fine. Outgoing messages are getting bounced. 
Please find attached file with bounced mail.




The other server says that the address you're sending to does not exist:

:
Sorry, no mailbox here by that name. (#5.1.1)


-
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] Problem in sending mail

2009-07-08 Thread amit IKF
Hi Jake,

My incoming is working fine. Outgoing messages are getting bounced. Please
find attached file with bounced mail.

Amit


On Wed, Jul 8, 2009 at 4:53 PM, Jake Vickers  wrote:

>  amit IKF wrote:
>
>
> Hi All,
>>
>> I had just setup qmail toaster. Everything seems to be ok except 1 thing
>> i.e. i'm unable to send mail outside network.
>>
>> Thanks and regards,
>>
>> Amit
>>
>
>
> That's usually a DNS issue or your ISP blocks the port.
> Some log entries would be helpful, otherwise we're just guessing.
>
>
Hi. This is the qmail-send program at amitip.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: 
Received: (qmail 23541 invoked by uid 89); 8 Jul 2009 08:01:57 -
Received: from unknown (HELO localhost) (127.0.0.1)
  by amitip.com with SMTP; 8 Jul 2009 08:01:57 -
Received: from 127.0.0.1
(SquirrelMail authenticated user postmas...@amitip.com)
by localhost with HTTP;
Wed, 8 Jul 2009 13:31:57 +0530
Message-ID: <649a19f1866e4e48f8c5afaa102ca419.squir...@localhost>
Date: Wed, 8 Jul 2009 13:31:57 +0530
Subject: test
From: postmas...@amitip.com
To: a...@ikf.co.in
User-Agent: SquirrelMail/1.4.19-1.3.15
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal

test

-
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] Problem in sending mail

2009-07-08 Thread Jake Vickers

amit IKF wrote:


Hi All,

I had just setup qmail toaster. Everything seems to be ok except 1
thing i.e. i'm unable to send mail outside network.

Thanks and regards,

Amit




That's usually a DNS issue or your ISP blocks the port.
Some log entries would be helpful, otherwise we're just guessing.



Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-08 Thread petrus
On Wed, Jul 8, 2009 at 4:23 AM, Eric Shubert  wrote:

>
>>
>
> I guess that shouldn't effect dependencies now that I think about it. Easy
> enough to fix the script.
>
> Can you tell me what directories exist in /usr/src/redhat/RPMS/ on a x86_64
> machine? I'm figuring on simply stripping that off of the end of any
> installed packages to determine the version number. Seemed to work for
> .i386.



[r...@fury bin]# uname -a
Linux fury 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54 EDT 2009
i686 i686 i386 GNU/Linux
[r...@fury RPMS]# pwd
/usr/src/redhat/RPMS
[r...@fury RPMS]# ls
i386  i686  noarch  x86_64

Running the modifyed  qtp-newmodel works fine, at first.
however i run into this
Newer simscan-toaster-1.3.1-1.3.6.i386 is already installed,
simscan-toaster-1.4.0-1.3.1 bypassed
which is wrong i think?

and a bit later

qtp-install-rpmforge v0.3 - getting latest version of rpmforge-release ...
qtp-install-rpmforge - rpmforge-release not installed, installing ...
qtp-install-rpmforge - your distro/ver is not supported by RPMforge,
exiting.
qtp-newmodel - installing  perl(Encode::Detect)) perl(IO::Socket::SSL)
perl(IP::Country::Fast) perl(Mail::DKIM) perl(Mail::DomainKeys)
perl(Mail::SPF) perl(Net::Ident) perl(Razor2::Client::Agent) ...
Loaded plugins: refresh-packagekit


Error getting repository data for rpmforge, repository not found
qtp-newmodel - installation of dependent packages failed, exiting

rpmforge is not (yet?) enabled for Fedora10, or better no rpmforge-release
package exists the latest is for Fedora5 and of version 0.2-2.2
but some prmforge packages exits for fedora so perhaps its possible to
manually install those packages?

/p


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-07 Thread Eric Shubert

Jake Vickers wrote:

Jake Vickers wrote:

Eric Shubert wrote:



The .i386 shouldn't be part of the installed package name. This is 
causing the compare_versions routine in qtp-config to choke.



Hey Jake, since when did the arch become part of the package name




I believe that's the standard with the new distros now. I don't think 
I added anything specific in for that, but I'm not in front of my 
regular computer to check.




The newer distros look like they are adding this. I did not add anything 
extra in for that functionality.





I guess that shouldn't effect dependencies now that I think about it. 
Easy enough to fix the script.


Can you tell me what directories exist in /usr/src/redhat/RPMS/ on a 
x86_64 machine? I'm figuring on simply stripping that off of the end of 
any installed packages to determine the version number. Seemed to work 
for .i386.


--
-Eric 'shubes'


-
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] Problem running qtp-newmodel

2009-07-07 Thread Jake Vickers

Jake Vickers wrote:

Eric Shubert wrote:



The .i386 shouldn't be part of the installed package name. This is 
causing the compare_versions routine in qtp-config to choke.



Hey Jake, since when did the arch become part of the package name




I believe that's the standard with the new distros now. I don't think 
I added anything specific in for that, but I'm not in front of my 
regular computer to check.




The newer distros look like they are adding this. I did not add anything 
extra in for that functionality.



-
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] Problem running qtp-newmodel

2009-07-07 Thread Eric Shubert

Jake Vickers wrote:

Eric Shubert wrote:



The .i386 shouldn't be part of the installed package name. This is 
causing the compare_versions routine in qtp-config to choke.



Hey Jake, since when did the arch become part of the package name




I believe that's the standard with the new distros now. I don't think I 
added anything specific in for that, but I'm not in front of my regular 
computer to check.





Please check it out and let me know. The quickie patch I put into 
qtp-config strips off .i386 and .x86_64 from the tail end of the 
installed package name before examining the version parts, which appears 
to work. I'm guessing that perhaps it needs to strip off whatever 
directory names are in the $BUILDDIR/RPMS/ directory, which would be a 
more universal fix.


Thanks.

--
-Eric 'shubes'


-
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] Problem running qtp-newmodel

2009-07-07 Thread Jake Vickers

Eric Shubert wrote:



The .i386 shouldn't be part of the installed package name. This is 
causing the compare_versions routine in qtp-config to choke.



Hey Jake, since when did the arch become part of the package name




I believe that's the standard with the new distros now. I don't think I 
added anything specific in for that, but I'm not in front of my regular 
computer to check.



-
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] Problem running qtp-newmodel

2009-07-07 Thread petrus
Hi Eric and thanks for the quick reply

I trimmed the email a bit, hope nobody mind.

On Tue, Jul 7, 2009 at 6:57 PM, Eric Shubert  wrote:
[snip]

> You've come to the right place. ;)
> Looks like a bug. I don't expect that anyone has run qtp-newmodel on FC10
> yet.
>
> The .i386 shouldn't be part of the installed package name. This is causing
> the compare_versions routine in qtp-config to choke.
>
>
> Hey Jake, since when did the arch become part of the package name
>
>
> I've modified qtp-config (attached) to work around this anomaly (that Jake
> appears to have introduced in the FC10 version that you've installed).
> Please test it for me by putting it in /opt/qmailtoaster-plus/bin/, check
> the ownership and permissions (should be the same as all others there), and
> try running qtp-newmodel once more.
>
> Thanks for you help with fixing this.
>


Your fix seems to work.
from qtp-newmodel:

daemontools-toaster-0.76-1.3.3.i386 is installed.
Do you want to Upgrade daemontools-toaster to version 0.76-1.3.6

So without doing a full run it seems to work, or at least doesn't produce
the same error ;)
Ill do a full update tommow when i have a bit more time, cause iv got a
fealing the update may take some time.
Sorry for not having the time right now.

/p


Re: [qmailtoaster] Problem running qtp-newmodel

2009-07-07 Thread Eric Shubert

petrus wrote:

Hi
a while ago i did a install of qmail-toaster using the instructions 
found in the qmail-toaster wiki.

Now i want to update and therefore run qtp-newmodel from Qmailtoaster plus.
It runs into problem thou.

Issuing command: qtp-newmodel
qtp-newmodel v0.3.7 starting Tue Jul  7 17:27:39 CEST 2009
qtp-whatami v0.3.4
DISTRO=Fedora
OSVER=10
QTARCH=i686
QTKERN=2.6.27.21-170.2.56.fc10.i686
BUILD_DIST=fedora_10
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

Let's get on with it!

Getting package list ...


Qmailtoaster is an integrated distribution.
Packages are preconfigured for the whole distro.
As a result, a partial install might be misconfigured.
Upgrading all packages to their latest version is strongly recommended.
Now that you've been warned, we will proceed with package selection ...

/usr/sbin/qtp-config: line 118: 3.i386: syntax error: invalid arithmetic 
operator (error token is ".i386")


Newer daemontools-toaster-0.76-1.3.3.i386 is already installed, 
daemontools-toaster-0.76-1.3.6 bypassed
/usr/sbin/qtp-config: line 118: 5.i386: syntax error: invalid arithmetic 
operator (error token is ".i386")



so I figure its a issue regarding arch, since i have i386 and it wants 
to use i686.

Is there a way to fix this?


You've come to the right place. ;)
Looks like a bug. I don't expect that anyone has run qtp-newmodel on 
FC10 yet.


The .i386 shouldn't be part of the installed package name. This is 
causing the compare_versions routine in qtp-config to choke.



Hey Jake, since when did the arch become part of the package name


I've modified qtp-config (attached) to work around this anomaly (that 
Jake appears to have introduced in the FC10 version that you've 
installed). Please test it for me by putting it in 
/opt/qmailtoaster-plus/bin/, check the ownership and permissions (should 
be the same as all others there), and try running qtp-newmodel once more.


Thanks for you help with fixing this.

--
-Eric 'shubes'
#!/bin/bash
#
# Copyright (C) 2006-2008 Eric Shubert 
#
# Set configuration variables for the qtp package
#
###
# change log
# 07/07/09 shubes - added work-around for package names with arch appended
# 02/03/09 Jake   - Changed download paths
# 02/26/08 shubes - fixed kernelver variable for n.n.n.n versions
# 02/08/08 Jake   - Updated links for downloading of packages
# 01/07/08 shubes - added UNIONROOT for qtp-newmodel
# - renamed a1 <-> a2 so they're in order
# 06/27/07 Jake   - Moved a2_backup_variables to head of script to make
# - it easier for user to set these variables.
# - Added more comments for clarity
# 03/06/07 shubes - added x01_compare_versions function
# 01/13/07 shubes - added RPMBUILD_OPT_DIR variable
# 01/04/07 shubes - added QMT_DEV variable
# 01/03/07 shubes - added RPMBUILD_OPTIONS variable
###

#
## set variables for qtp-backup processing
#
a1_backup_variables(){

# backupdest is the Backup Destination on your HD (don't include trailing /)
# If the dir does not exist, it will be created for you.
# ex:  backupdest=/backuphd/toasterbackup
export backupdest=/backup/qmailbkup

# FTP Information and Destination
# This will upload the files backed up via FTP using Curl ( y or n )
export useftp=n

# Syntax for ftpserver:  ftp://user:p...@ftp.server.com/folder  (WITHOUT 
Trailing /)
export ftpserver=ftp://

# E-Mail Information and Destination
# This will Send you an e-mail after the Cron Job Runs each time. ( y or n )
export emailinfo=y

# Syntax for email:  y...@emailaddress.com
export email=postmaster

# Remove previous backup file before creating a new one? ( y or n )
export removeprevious=n
}

#
## set variables for qtp-newmodel processing
#
a2_newmodel_variables(){

# this is used by qtp-newmodel and qtp-ami-up2date
export QMT_WEB=http://www.qmailtoaster.com
#export QMT_WEB=http://www.qmailtoaster.org
#export QMT_DEV=http://devel.qmailtoaster.com
export QMT_DEV=http://www.qmailtoaster.org

# these are used by qtp-newmodel and subscripts
export UPGRADE_DIR=/usr/src/qtp-upgrade
export SANDBOX=/mnt/qtp-sandbox
export UNIONROOT=/opt/qtp-unionroot

# you may specify any global options for rpmbuild here (used by qtp-build-rpms)
#export RPMBUILD_OPTIONS="-v"
#export RPMBUILD_OPTIONS="--quiet"
export RPMBUILD_OPTIONS=""

# you may specify any package specific options for rpmbuild
# by creating a file named 'package' (e.g. qmailadmin-toaster)
# in the RPMBUILD_OPT_DIR directory which contains the parameters
# you would like to use, e.g. "--define 'spambox 1'"
export RPMBUILD_OPT_DIR=/opt/qmailtoaster-plus/etc/rpmbuild
}


###
## compare versions, function used

RE: [qmailtoaster] problem

2009-06-02 Thread Noel Rivera (Border Less)
Jake I look that the log file say you need to install ncurses-devel, I run
yum install ncurses-devel and the ncurses installed.
I run one more time qtp-newmodel and the process install works great.

One more time, thanks for the support.


-Original Message-
From: Jake Vickers [mailto:j...@qmailtoaster.com] 
Sent: Martes, 02 de Junio de 2009 04:17 a.m.
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem

Noel Rivera (Border Less) wrote:
> Hello List, When I run yum update and the process works great but when I
run
> qtp-newmodel I have these errors:
>
> If you want to view compile messages, you can open another terminal and:
> # tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
>
>
> Building clamav-toaster-0.95.1-1.3.27 ...
> qtp-build-rpms - rpmbuild failed for clamav-toaster-0.95.1-1.3.27
> qtp-build-rpms - see
> /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log
>
> Build failed, Exiting.
>
>
>   

Look at the end of the log file it's telling you to look at and it will 
explain why it failed. There is not enough information in what you sent 
for us to determine what the failure is.



-
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] problem

2009-06-02 Thread Jake Vickers

Noel Rivera (Border Less) wrote:

Hello List, When I run yum update and the process works great but when I run
qtp-newmodel I have these errors:

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log


Building clamav-toaster-0.95.1-1.3.27 ...
qtp-build-rpms - rpmbuild failed for clamav-toaster-0.95.1-1.3.27
qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Build failed, Exiting.


  


Look at the end of the log file it's telling you to look at and it will 
explain why it failed. There is not enough information in what you sent 
for us to determine what the failure is.



-
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] problem

2009-06-01 Thread Noel Rivera (Border Less)
Hello List, When I run yum update and the process works great but when I run
qtp-newmodel I have these errors:

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Stopping freshclam:[  OK  ]
qtp-build-rpms v0.3.1
qtp-remove-pkgs v0.3.1
REMOVED control-panel-toaster from sandbox (not for real)
Building daemontools-toaster-0.76-1.3.4 ...
Installing daemontools-toaster-0.76-1.3.4 in the sandbox ...
Building ucspi-tcp-toaster-0.88-1.3.6 ...
Installing ucspi-tcp-toaster-0.88-1.3.6 in the sandbox ...
Building vpopmail-toaster-5.4.17-1.3.5 ...
Installing vpopmail-toaster-5.4.17-1.3.5 in the sandbox ...
Building libdomainkeys-toaster-0.68-1.3.4 ...
Installing libdomainkeys-toaster-0.68-1.3.4 in the sandbox ...
Building libsrs2-toaster-1.0.18-1.3.4 ...
Installing libsrs2-toaster-1.0.18-1.3.4 in the sandbox ...
Building qmail-toaster-1.03-1.3.16 ...
Installing qmail-toaster-1.03-1.3.16 in the sandbox ...
Building courier-authlib-toaster-0.59.2-1.3.7 ...
Installing courier-authlib-toaster-0.59.2-1.3.7 in the sandbox ...
Building courier-imap-toaster-4.1.2-1.3.8 ...
Installing courier-imap-toaster-4.1.2-1.3.8 in the sandbox ...
Building autorespond-toaster-2.0.4-1.3.4 ...
Installing autorespond-toaster-2.0.4-1.3.4 in the sandbox ...
Building control-panel-toaster-0.5-1.3.5 ...
Installing control-panel-toaster-0.5-1.3.5 in the sandbox ...
Building ezmlm-toaster-0.53.324-1.3.4 ...
Installing ezmlm-toaster-0.53.324-1.3.4 in the sandbox ...
Building qmailadmin-toaster-1.2.11-1.3.5 ...
Installing qmailadmin-toaster-1.2.11-1.3.5 in the sandbox ...
Building qmailmrtg-toaster-4.2-1.3.4 ...
Installing qmailmrtg-toaster-4.2-1.3.4 in the sandbox ...
Building maildrop-toaster-2.0.3-1.3.6 ...
Installing maildrop-toaster-2.0.3-1.3.6 in the sandbox ...
Building isoqlog-toaster-2.1-1.3.5 ...
Installing isoqlog-toaster-2.1-1.3.5 in the sandbox ...
Building squirrelmail-toaster-1.4.17-1.3.12 ...
Installing squirrelmail-toaster-1.4.17-1.3.12 in the sandbox ...
Building spamassassin-toaster-3.2.5-1.3.15 ...
Installing spamassassin-toaster-3.2.5-1.3.15 in the sandbox ...
Building clamav-toaster-0.95.1-1.3.27 ...
qtp-build-rpms - rpmbuild failed for clamav-toaster-0.95.1-1.3.27
qtp-build-rpms - see
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

Build failed, Exiting.


Thanks for help.
-Original Message-
From: news [mailto:n...@ger.gmane.org] On Behalf Of Eric Shubert
Sent: Miércoles, 29 de Abril de 2009 06:31 p.m.
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] problem

Upgrade to CentOS 5.3
# yum update
then try qtp-newmodel again
# qtp-newmodel

Noel Rivera (Border Less) wrote:
> I try to install with qtp-newmodel and I have this error:
> 
>  
> 
> Transaction Check Error:
> 
>   file /usr/share/man/man3/Getopt::Long.3pm.gz conflicts between 
> attempted installs of perl-Getopt-Long-2.37-1.el5.rf and 
> perl-5.8.8-18.el5_3.1
> 
>  
> 
> Error Summary
> 
> -
> 
> qtp-newmodel - installation of dependent packages failed, exiting
> 
> * *
> 
> * *
> 
> *From:* Noel Rivera (Border Less) [mailto:nriv...@borderless.com.mx]
> *Sent:* Miércoles, 29 de Abril de 2009 05:55 p.m.
> *To:* qmailtoaster-list@qmailtoaster.com
> *Subject:* RE: [qmailtoaster] problem
> 
>  
> 
> I have this version
> 
> clamav-toaster-0.94.2-1.3.23
> 
>  
> 
> and my qmail runs on Centos 5.2
> 
>  
> 
> how to rebuild with new version?
> 
>  
> 
> *From:* Jake Vickers [mailto:j...@qmailtoaster.com]
> *Sent:* Miércoles, 29 de Abril de 2009 05:53 p.m.
> *To:* qmailtoaster-list@qmailtoaster.com
> *Subject:* Re: [qmailtoaster] problem
> 
>  
> 
> Noel Rivera (Border Less) wrote:
> 
> Thanks jake, how can I upgrade the clamav?
> 
>  
> 
>  
> 
> 
> See if it needs upgrading first:
> rpm -qa | grep clamav
> Then check the web site (qmailtoaster.com) to see if you have the latest 
> version or not. If you do not, download the latest version, stop qmail 
> (qmailctl stop), remove the old clamav package (rpm -e clamav-toaster) 
> rebuild the new version like you did the last one, and then install it.
> Or you can use the qtp-newmodel script included with the 
> Qmailtoaster-Plus package (qtp.qmailtoaster.com) that will take care of 
> all of that for you, including checking to see if you need to upgrade.
> 


-- 
-Eric 'shubes'



-
 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)

 P

Re: [qmailtoaster] Problem with QmailAdmin-Toaster SOLVED

2009-05-08 Thread Miguel Angel Izquierdo

Got it working

I spent several hours today tracing, finding and solving the problem. 
Let me share it.


Being that there was a new version of Qmailadmin i got it from the 
inter7.com web page, compiled and installed. The problem was still there 
so i dig in the code and found that the segfault was raising in 
vauth_getall function called from count_users() in users.c. vauth_getall 
is provided by libvpopmail.a, part of vpopmail package. Digging a bit 
more got me to the conclusion that the problem were in the DB access. 
Checked permisions and they were fine. When i was completely lost i 
remembered that i installed the Qmail toaster package with a different 
mysql version that i have running now, so i rpmbuild --rebuild vpopmail 
again, install and ... working!


I hope this help somebody else in the future.

Greetings.
Miguel Angel Izquierdo


-
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] Problem with QmailAdmin-Toaster

2009-05-07 Thread Miguel Angel Izquierdo

Jake Vickers escribió:

Miguel Angel Izquierdo wrote:


Selinux is disabled and qmailadmin-toaster have been installed from 
the source rpm ( qmailadmin-toaster-1.2.11-1.3.5.src.rpm ).


I got other segfaults in a pair or three daemons but increasing 
softlimit value got it working, but i guess qmailadmin is a 
completelly diferent problem.


Show us the commands you used to install qmailadmin-toaster.

   I used qtp-newmodel from QmailToasterPlus to install the whole 
qmail-admin package.


   Oh.. and from Qcontrol i can add accounts.



-
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] Problem with QmailAdmin-Toaster

2009-05-07 Thread Jake Vickers

Miguel Angel Izquierdo wrote:


Selinux is disabled and qmailadmin-toaster have been installed from 
the source rpm ( qmailadmin-toaster-1.2.11-1.3.5.src.rpm ).


I got other segfaults in a pair or three daemons but increasing 
softlimit value got it working, but i guess qmailadmin is a 
completelly diferent problem.


Show us the commands you used to install qmailadmin-toaster.


-
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] Problem with QmailAdmin-Toaster

2009-05-07 Thread Miguel Angel Izquierdo

Eric Shubert escribió:

Jake Vickers wrote:

Miguel Angel Izquierdo wrote:

Hello.

Being english not my main language let me start with my sincere 
apology.


We got a new server with Centos 5.3 64 bits and installed Qmail 
Toaster with the help of qtp-newmodel script. After several tries we 
got it working but we have found a problem with Qmailadmin that is 
making me go crazy. We cannot add new email accounts. In the begin i 
thought it was a permisions problem but everything looks fine and we 
can add accounts from vqadmin or from command line. Any other option 
in Qmailadmin works fine but when we try to add a new account we get 
a blank page and a new line in /var/log/messages saying :


May  7 18:32:35 fry kernel: index.cgi[19656]: segfault at 
 rip 00387ce7b451 rsp 7fff6cf679d8 error 6


I have been browsing the net for a solution but i found none. Looks 
like nobody else got this problem before and i'm starting to sleep 
not enough. Any help will be very appreciated.


On a side note i can tell you we modified the qmailadmin-toaster rpm 
to disable the quota field, but i tried with the original rpm also 
and the problem is the same.


Thank you in advance.


I've seen segfaults when you use a 32-bit compile on a 64-bit version 
- but I don't think it would matter much with qmailadmin.

Also check whether or not you have selinux running.



Isn't vqadmin still broken?

I would add domains with /home/vpopmail/bin/vadddomain, then add 
accounts using qmailadmin.


Or, you might consider using for qcontrol.


Hi Eric.

That's exactly the first test i did. Add a new domain with vadddomain 
and try to add a new account from qmailadmin no success.


Regards
Miguel Angel Izquierdo.



-
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] Problem with QmailAdmin-Toaster

2009-05-07 Thread Miguel Angel Izquierdo

Jake Vickers escribió:

Miguel Angel Izquierdo wrote:

Hello.

Being english not my main language let me start with my sincere apology.

We got a new server with Centos 5.3 64 bits and installed Qmail 
Toaster with the help of qtp-newmodel script. After several tries we 
got it working but we have found a problem with Qmailadmin that is 
making me go crazy. We cannot add new email accounts. In the begin i 
thought it was a permisions problem but everything looks fine and we 
can add accounts from vqadmin or from command line. Any other option 
in Qmailadmin works fine but when we try to add a new account we get 
a blank page and a new line in /var/log/messages saying :


May  7 18:32:35 fry kernel: index.cgi[19656]: segfault at 
 rip 00387ce7b451 rsp 7fff6cf679d8 error 6


I have been browsing the net for a solution but i found none. Looks 
like nobody else got this problem before and i'm starting to sleep 
not enough. Any help will be very appreciated.


On a side note i can tell you we modified the qmailadmin-toaster rpm 
to disable the quota field, but i tried with the original rpm also 
and the problem is the same.


Thank you in advance.


I've seen segfaults when you use a 32-bit compile on a 64-bit version 
- but I don't think it would matter much with qmailadmin.

Also check whether or not you have selinux running.


Hi Jake, thank you for the quick answer.

Selinux is disabled and qmailadmin-toaster have been installed from the 
source rpm ( qmailadmin-toaster-1.2.11-1.3.5.src.rpm ).


I got other segfaults in a pair or three daemons but increasing 
softlimit value got it working, but i guess qmailadmin is a completelly 
diferent problem.


Regards
Miguel Angel Izquierdo.



-
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] Problem with QmailAdmin-Toaster

2009-05-07 Thread Eric Shubert

Jake Vickers wrote:

Miguel Angel Izquierdo wrote:

Hello.

Being english not my main language let me start with my sincere apology.

We got a new server with Centos 5.3 64 bits and installed Qmail 
Toaster with the help of qtp-newmodel script. After several tries we 
got it working but we have found a problem with Qmailadmin that is 
making me go crazy. We cannot add new email accounts. In the begin i 
thought it was a permisions problem but everything looks fine and we 
can add accounts from vqadmin or from command line. Any other option 
in Qmailadmin works fine but when we try to add a new account we get a 
blank page and a new line in /var/log/messages saying :


May  7 18:32:35 fry kernel: index.cgi[19656]: segfault at 
 rip 00387ce7b451 rsp 7fff6cf679d8 error 6


I have been browsing the net for a solution but i found none. Looks 
like nobody else got this problem before and i'm starting to sleep not 
enough. Any help will be very appreciated.


On a side note i can tell you we modified the qmailadmin-toaster rpm 
to disable the quota field, but i tried with the original rpm also and 
the problem is the same.


Thank you in advance.


I've seen segfaults when you use a 32-bit compile on a 64-bit version - 
but I don't think it would matter much with qmailadmin.

Also check whether or not you have selinux running.



Isn't vqadmin still broken?

I would add domains with /home/vpopmail/bin/vadddomain, then add 
accounts using qmailadmin.


Or, you might consider using for qcontrol.

--
-Eric 'shubes'


-
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] Problem with QmailAdmin-Toaster

2009-05-07 Thread Jake Vickers

Miguel Angel Izquierdo wrote:

Hello.

Being english not my main language let me start with my sincere apology.

We got a new server with Centos 5.3 64 bits and installed Qmail 
Toaster with the help of qtp-newmodel script. After several tries we 
got it working but we have found a problem with Qmailadmin that is 
making me go crazy. We cannot add new email accounts. In the begin i 
thought it was a permisions problem but everything looks fine and we 
can add accounts from vqadmin or from command line. Any other option 
in Qmailadmin works fine but when we try to add a new account we get a 
blank page and a new line in /var/log/messages saying :


May  7 18:32:35 fry kernel: index.cgi[19656]: segfault at 
 rip 00387ce7b451 rsp 7fff6cf679d8 error 6


I have been browsing the net for a solution but i found none. Looks 
like nobody else got this problem before and i'm starting to sleep not 
enough. Any help will be very appreciated.


On a side note i can tell you we modified the qmailadmin-toaster rpm 
to disable the quota field, but i tried with the original rpm also and 
the problem is the same.


Thank you in advance.


I've seen segfaults when you use a 32-bit compile on a 64-bit version - 
but I don't think it would matter much with qmailadmin.

Also check whether or not you have selinux running.

-
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] problem

2009-05-04 Thread Eric Shubert

Kent Busbee wrote:

See response below; Eric Shubert wrote:

Jake Vickers wrote:

Noel Rivera (Border Less) wrote:

Thanks jake, how can I upgrade the clamav?


See if it needs upgrading first:
rpm -qa | grep clamav
Then check the web site (qmailtoaster.com) to see if you have the latest
version or not. If you do not, download the latest version, stop qmail
(qmailctl stop), remove the old clamav package (rpm -e clamav-toaster)
rebuild the new version like you did the last one, and then install it.
Or you can use the qtp-newmodel script included with the
Qmailtoaster-Plus package (qtp.qmailtoaster.com) that will take care of
all of that for you, including checking to see if you need to upgrade.

**

And the qtp-ami-up2date script tells you what is available that is newer
than what you have installed. It doesn't tell you what your present
versions are. Perhaps it should (when the latest in not installed)?
Anyone care to add that enhancement to the script? You'll get full
credit for the change. ;)



Funny you should ask for that, b/c I did it some time ago...

Kent Busbee
Director of Technology
Northlake Christian School



Thanks, Kent. The change has been committed to the repo, and will be in 
the next QTP release.


--
-Eric 'shubes'


-
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




Re: [qmailtoaster] problem

2009-05-04 Thread Kent Busbee
See response below; Eric Shubert wrote:
> Jake Vickers wrote:
>> Noel Rivera (Border Less) wrote:
>>>
>>> Thanks jake, how can I upgrade the clamav?
>>>
>>
>> See if it needs upgrading first:
>> rpm -qa | grep clamav
>> Then check the web site (qmailtoaster.com) to see if you have the latest
>> version or not. If you do not, download the latest version, stop qmail
>> (qmailctl stop), remove the old clamav package (rpm -e clamav-toaster)
>> rebuild the new version like you did the last one, and then install it.
>> Or you can use the qtp-newmodel script included with the
>> Qmailtoaster-Plus package (qtp.qmailtoaster.com) that will take care of
>> all of that for you, including checking to see if you need to upgrade.
>>
>> **
>
> And the qtp-ami-up2date script tells you what is available that is newer
> than what you have installed. It doesn't tell you what your present
> versions are. Perhaps it should (when the latest in not installed)?
> Anyone care to add that enhancement to the script? You'll get full
> credit for the change. ;)
>

Funny you should ask for that, b/c I did it some time ago...

Kent Busbee
Director of Technology
Northlake Christian School

qtp-ami-up2date2
Description: Binary data
-
 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


Re: [qmailtoaster] problem

2009-04-29 Thread Eric Shubert

Upgrade to CentOS 5.3
# yum update
then try qtp-newmodel again
# qtp-newmodel

Noel Rivera (Border Less) wrote:

I try to install with qtp-newmodel and I have this error:

 


Transaction Check Error:

  file /usr/share/man/man3/Getopt::Long.3pm.gz conflicts between 
attempted installs of perl-Getopt-Long-2.37-1.el5.rf and 
perl-5.8.8-18.el5_3.1


 


Error Summary

-

qtp-newmodel - installation of dependent packages failed, exiting

* *

* *

*From:* Noel Rivera (Border Less) [mailto:nriv...@borderless.com.mx]
*Sent:* Miércoles, 29 de Abril de 2009 05:55 p.m.
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* RE: [qmailtoaster] problem

 


I have this version

clamav-toaster-0.94.2-1.3.23

 


and my qmail runs on Centos 5.2

 


how to rebuild with new version?

 


*From:* Jake Vickers [mailto:j...@qmailtoaster.com]
*Sent:* Miércoles, 29 de Abril de 2009 05:53 p.m.
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] problem

 


Noel Rivera (Border Less) wrote:

Thanks jake, how can I upgrade the clamav?

 

 



See if it needs upgrading first:
rpm -qa | grep clamav
Then check the web site (qmailtoaster.com) to see if you have the latest 
version or not. If you do not, download the latest version, stop qmail 
(qmailctl stop), remove the old clamav package (rpm -e clamav-toaster) 
rebuild the new version like you did the last one, and then install it.
Or you can use the qtp-newmodel script included with the 
Qmailtoaster-Plus package (qtp.qmailtoaster.com) that will take care of 
all of that for you, including checking to see if you need to upgrade.





--
-Eric 'shubes'


-
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




Re: [qmailtoaster] problem

2009-04-29 Thread Eric Shubert

Jake Vickers wrote:

Noel Rivera (Border Less) wrote:


Thanks jake, how can I upgrade the clamav?



See if it needs upgrading first:
rpm -qa | grep clamav
Then check the web site (qmailtoaster.com) to see if you have the latest 
version or not. If you do not, download the latest version, stop qmail 
(qmailctl stop), remove the old clamav package (rpm -e clamav-toaster) 
rebuild the new version like you did the last one, and then install it.
Or you can use the qtp-newmodel script included with the 
Qmailtoaster-Plus package (qtp.qmailtoaster.com) that will take care of 
all of that for you, including checking to see if you need to upgrade.


**


And the qtp-ami-up2date script tells you what is available that is newer 
than what you have installed. It doesn't tell you what your present 
versions are. Perhaps it should (when the latest in not installed)? 
Anyone care to add that enhancement to the script? You'll get full 
credit for the change. ;)


--
-Eric 'shubes'


-
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




  1   2   3   4   5   >