Ed Dela Cruz | 3 Jan 2012 19:03
Picon
Favicon

Accumulating "Auth_imap" Processes in D state

Hi,
   I'm having a problem with auth_imap.  Seems there's a bunch of
accumulating auth_imap processes that are getting stuck in the D state. 
When I checked the proc in /proc/[PID], they all appear to be from the
same user's directory., which we have setup on an NFS drive.  Has anyone
run into this problem before and know how I can get rid of the D state
proc's without rebooting the server?  It doesn't seem to be affecting
service yet, but I'd like to "normalize" the server state for monitoring
purposes.

Regards,
Ed Dela Cruz

roseyq.20.ftumsh | 4 Jan 2012 12:24

.qmail forwarding problem

Lo,

This one has me stumped. The setup works and has done for years.

The domains firstb2b.net and sf.firstb2b.net are both handled by the same .qmail
and all mails go into the Maildir, as per standard setup.

Here are the entries from the assign:

+sf-firstb2b-net-:popuser:1011:100:/var/qmail/popboxes/firstb2b-net/sf:::
=support:popuser:1011:100:/var/qmail/popboxes/firstb2b-net/sf:::

If I send an email to:
support <at> firstb2b.net or
support <at> sf.firstb2b.net

it ends up in the Maildir, as expected.

However, if I add an address to .qmail, things don't work as expected.
The address can be _any_ address and it still doesn't work.
I've tried it with domains that I control and with a googlemail address.

.qmail:

&foo <at> bar.com
./Maildir/

Now, if I send a mail to support <at> firstb2b.net, the mail ends up in the
Maildir and is forwarded to foo <at> bar.com.
However, if I send a mail to support <at> sf.firstb2b.net, the mail ends up
in the Maildir, but is NOT forwarded to foo <at> bar.com.

In short, I want all mail for support <at> firstb2b.net or <anything> <at> sf.firstb2b.net
to be forwarded to foo <at> bar.com.

Anyone any ideas, please?

virtualdomains:
sf.firstb2b.net:sf-firstb2b-net
support.firstb2b.net:support-firstb2b-net
openas2.firstb2b.net:openas2-firstb2b-net

locals:
biggles.firstb2b.net
firstb2b.net

rcpthosts:
firstb2b.net
biggles.firstb2b.net
sf.firstb2b.net
openas2.firstb2b.net
b2b-composer.com

Andrew Richards | 4 Jan 2012 14:31
Picon
Favicon

Re: .qmail forwarding problem

On Wednesday 04 January 2012 11:24:23 roseyq.20.ftumsh <at> xoxy.net wrote:
> This one has me stumped. The setup works and has done for years.

You have a somewhat confusing setup where some domains are handled by 
control/locals, and others by control/virtualdomains. Unpicking this gives the 
solution.

> The domains firstb2b.net and sf.firstb2b.net are both handled by the same
> .qmail

No they're not, see below.

> and all mails go into the Maildir, as per standard setup.

Yes, for different reasons.

> Here are the entries from the assign:
> 
> +sf-firstb2b-net-:popuser:1011:100:/var/qmail/popboxes/firstb2b-net/sf:::

Will handle (support <at> ) sf.firstb2b.net (sf.firstb2b.net in 
control/virtualdomains).

No 'dash' field given, so will look for files .qmailsupport or .qmaildefault for 
any delivery instructions; if not found will deliver to a Maildir in that 
directory (if Maildir is the default delivery instruction for qmail-send).

I suggest adding a 'dash' field to the above users/assign line, so instead of 
':::' at the end you'd have ':-::'. Then qmail will look for .qmail-support or 
.qmail-default which is a more typical qmail setup (use qmail-newu to update 
users/cdb after editing).

> =support:popuser:1011:100:/var/qmail/popboxes/firstb2b-net/sf:::

Will handle support ( <at> firstb2b.net) (firstb2b.net in control/locals)

> If I send an email to:
> support <at> firstb2b.net or
> support <at> sf.firstb2b.net
> 
> it ends up in the Maildir, as expected.
> 
> However, if I add an address to .qmail, things don't work as expected.
> The address can be _any_ address and it still doesn't work.
> I've tried it with domains that I control and with a googlemail address.
> 
> .qmail:
> 
> &foo <at> bar.com
> ./Maildir/
> 
> Now, if I send a mail to support <at> firstb2b.net, the mail ends up in the
> Maildir and is forwarded to foo <at> bar.com.

uses .qmail

> However, if I send a mail to support <at> sf.firstb2b.net, the mail ends up
> in the Maildir, but is NOT forwarded to foo <at> bar.com.

In fact this looks for .qmailsupport, .qmaildefault; neither found, assumes 
default delivery of Maildir (qmail-send startup argument). That's why you're 
not seeing the expected outcome of consulting the .qmail file.

> In short, I want all mail for support <at> firstb2b.net or <anything> <at> 
> sf.firstb2b.net
> to be forwarded to foo <at> bar.com.
>
> Anyone any ideas, please?

Link .qmail to .qmailsupport (or .qmail-support if you adjust users/assign as 
suggested above). Let us know if that solves the problem.

> virtualdomains:
> sf.firstb2b.net:sf-firstb2b-net
> support.firstb2b.net:support-firstb2b-net
> openas2.firstb2b.net:openas2-firstb2b-net
> 
> locals:
> biggles.firstb2b.net
> firstb2b.net
> 
> rcpthosts:
> firstb2b.net
> biggles.firstb2b.net
> sf.firstb2b.net
> openas2.firstb2b.net
> b2b-composer.com

Best regards,

Andrew.
--

-- 
====================================================================
   * Custom email solutions * Systems Administration * Networking
	   http://www.acrconsulting.co.uk/email/qmail.html
====================================================================

roseyq.20.ftumsh | 4 Jan 2012 16:36

Re: .qmail forwarding problem

Andrew,

On 4 January 2012 13:31, Andrew Richards - ar-djblists <at> acrconsulting.co.uk <+roseyq+ftumsh+4e4e1ffb85.ar-djblists#acrconsulting.co.uk <at> spamgourmet.com> wrote:
On Wednesday 04 January 2012 11:24:23 roseyq.20.ftumsh <at> xoxy.net wrote:
> This one has me stumped. The setup works and has done for years.


Link .qmail to .qmailsupport (or .qmail-support if you adjust users/assign as
suggested above). Let us know if that solves the problem.


I put the dash in and made a .qmail-default and all works fine. My mistake was thinking the dash, ext worked the same for wildcards as it did simple assignments.
After 10 minutes of RTFM with a bit more care I spotted it.

Thank you very much for your time.

Warmly

John
Fırsatalın | 6 Jan 2012 12:37

TELL ME MORE Programıyla Bir Yıllık Online Eğitim Fırsatı 59 TL - Dünyanın Sekizinci Harikası Kapadokya Sizi Bekliyor! sadece 129 TL'ye...

firsatalin.com

 

Boğaz’a Nazır Muhteşem Bir Kahvaltı Keyfi ! Rumeli Kavağı Mehmetin Yeri’nde Serpme Köy Kahvaltısı Fırsatalın avantajıyla 30 TL Yerine %50 İndirimle 15 TL!

indirim
%50
Fiyat
30,00 TL
Fırsat
15,00 TL
Çeşit çeşit kahvaltılıkların, tadına doyamayacağınız lezzetlerin içerisinde güne keyifle başlamanız için sizi bu eşsiz kahvaltı sofrasına davet ediyoruz.
Fırsat Bitişi
7 Ocak 23:59

Dünyanın Sekizinci Harikası Kapadokya Sizi Bekliyor! Beş Yıldızlı Suhan Hotel'de Yarım Pansiyon Konaklamalı Kapadokya Turu 258 TL yerine sadece 129 TL!

indirim
%50
Fiyat
258,00 TL
Fırsat
129,00 TL
Bu muhteşem tarih ziyafeti Fırsatalın farkıyla hizmetinizde. Acele edin sınırlı sayıdaki fırsatı kaçırmayın.
Fırsat Bitişi
7 Ocak 23:59

Avrupa Dilleri'nden TELL ME MORE Programıyla İngilizce, Almanca, İspanyolca, Fransızca, İtalyanca ve Flemenkçe Dillerinden Dilediğiniz Birinde Bir Yıllık Online Eğitim Fırsatı 1.250 TL yerine %95 Fırsatla 59 TL! 

indirim
%95
Fiyat
1250,00 TL
Fırsat
59,00 TL
TELL ME MORE sistemiyle bilgisayar başında, evinizin rahatlığında İngilizce öğrenmenin keyfini yaşayacaksınız! 
Fırsat Bitişi
7 Ocak   23:59

VACUMMATIC Poşetli Vakumlama ile tüm gıdalarınızı hijyenik ve uzun ömürlü saklamak istemez misiniz? Fırsatalın'ın size özel fırsat kampanyasıyla 99,90 TL yerine sadece 44,90 TL!

indirim
%90
Fiyat
99,00 TL
Fırsat
44,90 TL
VacumMatic Poşetli Vakumlama ile tüm gıdalarınızı çok daha temiz, sağlıklı, hijyenik ve uzun ömürlü bir şekilde muhafaza edebilirsiniz.
Fırsat Bitişi
7 Ocak   23:59
   


© firsatalin.com bir ACD Bilişim Eğitim İthalat İhracat Pazarlama ve Turizm Ticaret Limited Şirketi iştirakidir.
Takip Edin   

 Üyelikten Ayrıl  -  İzinsiz Gönderim Bildir
Unsubscribe  -  Sending Unauthorized E-mail Report

Fırsatalın | 7 Jan 2012 08:27

DIALOGUE’ta İngilizce ya da Almanca eğitimi - Uludağ'da Kayak ve Doğa Yürüyüşü 34,90 TL.

firsatalin.com

 

Boğaz’a Nazır Muhteşem Bir Kahvaltı Keyfi ! Rumeli Kavağı Mehmetin Yeri’nde Serpme Köy Kahvaltısı Fırsatalın avantajıyla 30 TL Yerine %50 İndirimle 15 TL!

indirim
%50
Fiyat
30,00 TL
Fırsat
15,00 TL
Çeşit çeşit kahvaltılıkların, tadına doyamayacağınız lezzetlerin içerisinde güne keyifle başlamanız için sizi bu eşsiz kahvaltı sofrasına davet ediyoruz.
Fırsat Bitişi
9 Ocak 23:59

Dünyanın Sekizinci Harikası Kapadokya Sizi Bekliyor! Beş Yıldızlı Suhan Hotel'de Yarım Pansiyon Konaklamalı Kapadokya Turu 258 TL yerine sadece 129 TL!

indirim
%50
Fiyat
258,00 TL
Fırsat
129,00 TL
Bu muhteşem tarih ziyafeti Fırsatalın farkıyla hizmetinizde. Acele edin sınırlı sayıdaki fırsatı kaçırmayın.
Fırsat Bitişi
9 Ocak 23:59

Avrupa Dilleri'nden TELL ME MORE Programıyla İngilizce, Almanca, İspanyolca, Fransızca, İtalyanca ve Flemenkçe Dillerinden Dilediğiniz Birinde Bir Yıllık Online Eğitim Fırsatı 1.250 TL yerine %95 Fırsatla 59 TL! 

indirim
%95
Fiyat
1250,00 TL
Fırsat
59,00 TL
TELL ME MORE sistemiyle bilgisayar başında, evinizin rahatlığında İngilizce öğrenmenin keyfini yaşayacaksınız! 
Fırsat Bitişi
9 Ocak   23:59

VACUMMATIC Poşetli Vakumlama ile tüm gıdalarınızı hijyenik ve uzun ömürlü saklamak istemez misiniz? Fırsatalın'ın size özel fırsat kampanyasıyla 99,90 TL yerine sadece 44,90 TL!

indirim
%90
Fiyat
99,00 TL
Fırsat
44,90 TL
VacumMatic Poşetli Vakumlama ile tüm gıdalarınızı çok daha temiz, sağlıklı, hijyenik ve uzun ömürlü bir şekilde muhafaza edebilirsiniz.
Fırsat Bitişi
9 Ocak   23:59
   


© firsatalin.com bir ACD Bilişim Eğitim İthalat İhracat Pazarlama ve Turizm Ticaret Limited Şirketi iştirakidir.
Takip Edin   

 Üyelikten Ayrıl  -  İzinsiz Gönderim Bildir
Unsubscribe  -  Sending Unauthorized E-mail Report

Jens Bauer | 9 Jan 2012 16:39
Picon

Firsatalin

Hi all,

This guy seems to be located in Turkey, which is in EU.
And sending spam is not legal in EU.
Is he going to pay me $250 for each mail he's sending ? :)

It might be a good idea to save the mails from him...

Love,
Jens

Datesfat Chicks | 9 Jan 2012 16:46
Picon

Re: Firsatalin

Did Turkey eventually make it into the EU?  I seem to remember it didn't.

On Jan 9, 2012, at 10:39 AM, Jens Bauer <jens <at> bruger.mine.nu> wrote:

> Hi all,
> 
> This guy seems to be located in Turkey, which is in EU.
> And sending spam is not legal in EU.
> Is he going to pay me $250 for each mail he's sending ? :)
> 
> It might be a good idea to save the mails from him...
> 
> 
> Love,
> Jens

Jens Bauer | 9 Jan 2012 17:25
Picon

Re: Firsatalin

Hi,

Hmm, you seem to be right. :&
-Blast. I got confused about it when I searched. It seems that they're still "in the process".
Source: <http://ec.europa.eu/enlargement/pdf/key_documents/2011/package/tr_rapport_2011_en.pdf>

...It would probably have been easier to get my $750 if they were members.

Love,
Jens

On Mon, 9 Jan 2012 10:46:44 -0500, Datesfat Chicks wrote:
> Did Turkey eventually make it into the EU?  I seem to remember it didn't.
> 
> On Jan 9, 2012, at 10:39 AM, Jens Bauer <jens <at> bruger.mine.nu> wrote:
> 
>> Hi all,
>> 
>> This guy seems to be located in Turkey, which is in EU.
>> And sending spam is not legal in EU.
>> Is he going to pay me $250 for each mail he's sending ? :)
>> 
>> It might be a good idea to save the mails from him...
>> 
>> 
>> Love,
>> Jens

FLoh Leeber | 9 Jan 2012 21:20
Picon
Gravatar

Re: Firsatalin

...and to be very off-topic but precise, the negotiations are frozen at the 
moment, see also: 
http://en.wikipedia.org/wiki/Accession_of_Turkey_to_the_European_Union. Main 
blocker is the division of Cyprus. Personally I do not see any chance to 
find an easy solution to this, and currently it seems that Turkey is more 
interested to cooperate with the other Arabic countries in the near east.

So, Turkey will probably remain a spam source for some time. Then, on the 
other hand, I also receive lots of EU spam, in my opinion our executive 
organs are simüply still not able to track down and fine such spammers.

regards FL

----- Original Message ----- 
From: "Jens Bauer" <jens <at> bruger.mine.nu>
To: "Datesfat Chicks" <datesfat.chicks <at> gmail.com>
Cc: <qmail <at> list.cr.yp.to>
Sent: Monday, January 09, 2012 5:25 PM
Subject: Re: Firsatalin

> Hi,
>
> Hmm, you seem to be right. :&
> -Blast. I got confused about it when I searched. It seems that they're 
> still "in the process".
> Source: 
> <http://ec.europa.eu/enlargement/pdf/key_documents/2011/package/tr_rapport_2011_en.pdf>
>
> ...It would probably have been easier to get my $750 if they were members.
>
>
> Love,
> Jens
>
> On Mon, 9 Jan 2012 10:46:44 -0500, Datesfat Chicks wrote:
>> Did Turkey eventually make it into the EU?  I seem to remember it didn't.
>>
>> On Jan 9, 2012, at 10:39 AM, Jens Bauer <jens <at> bruger.mine.nu> wrote:
>>
>>> Hi all,
>>>
>>> This guy seems to be located in Turkey, which is in EU.
>>> And sending spam is not legal in EU.
>>> Is he going to pay me $250 for each mail he's sending ? :)
>>>
>>> It might be a good idea to save the mails from him...
>>>
>>>
>>> Love,
>>> Jens
> 


Gmane