Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Qmail: users

qmail + Outlook2003 + timeout error + POP

 

 

Qmail users RSS feed   Index | Next | Previous | View Threaded


muratbirben at gmail

Jul 1, 2008, 1:28 AM

Post #1 of 14 (1009 views)
Permalink
qmail + Outlook2003 + timeout error + POP

Hi all,

I'm getting 0x8004210A error in MS Outlook 2003(The operation timed out
waiting for a response from the receiving (POP) server). It is not about an
anti-virus program, I'm sure about it. I also checked it with thunderbird
and i got the same error again.

By the way a small detail, the server i'm working on it is configured by
another person and today i've rebooted the server. This error happened after
rebooting. Also my clients can look their mail from the web interface.

Is there anyone that can help me?

Regards

--
Murat BIRBEN


ar-djblists at nwdb

Jul 1, 2008, 5:12 AM

Post #2 of 14 (973 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

On Tuesday 01 July 2008 09:28, Murat Birben wrote:
> Hi all,
>
> I'm getting 0x8004210A error in MS Outlook 2003(The operation timed
> out waiting for a response from the receiving (POP) server). It is
> not about an anti-virus program, I'm sure about it. I also checked
> it with thunderbird and i got the same error again.
>
> By the way a small detail, the server i'm working on it is
> configured by another person and today i've rebooted the server.
> This error happened after rebooting. Also my clients can look their
> mail from the web interface.
>
> Is there anyone that can help me?

Is POP3 running on the server?

I suggest you give us (the list) some detail of your server setup,
such as what the logs say.

cheers,

Andrew.
--
======================================================================
* Custom email solutions * Systems Administration * Networking

http://www.acrconsulting.co.uk/

====================================================================


muratbirben at gmail

Jul 1, 2008, 6:14 AM

Post #3 of 14 (973 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

I'm working on a CentOs server with Linux version 2.6.18-53.1.13.el5xen.

Here is an output for:
# qmailctl stat
/service/qmail-send: up (pid 26603) 2897 seconds
/service/qmail-send/log: up (pid 23742) 3922 seconds
/service/qmail-smtpd: up (pid 23735) 3922 seconds
/service/qmail-smtpd/log: up (pid 23743) 3922 seconds
/service/qmail-pop3sd: up (pid 24304) 3734 seconds
/service/qmail-pop3sd/log: up (pid 9204) 0 seconds

and then again:
# qmailctl stat
/service/qmail-send: up (pid 26603) 3078 seconds
/service/qmail-send/log: up (pid 23742) 4103 seconds
/service/qmail-smtpd: up (pid 23735) 4103 seconds
/service/qmail-smtpd/log: up (pid 23743) 4103 seconds
/service/qmail-pop3sd: up (pid 24304) 3915 seconds
/service/qmail-pop3sd/log: up (pid 10134) 1 seconds

The pop3sd/log service seems not starting. Its pid is changing permanently.
However the pop3 service seems to me as running.

We are using stunnel for ssl connections.

I hope this information would be enough. Is there any more specific
information that you like to have?

P.s: Sorry for my bad english...

Regards

On Tue, Jul 1, 2008 at 3:12 PM, Andrew Richards <ar-djblists[at]nwdb.co.uk>
wrote:

> On Tuesday 01 July 2008 09:28, Murat Birben wrote:
> > Hi all,
> >
> > I'm getting 0x8004210A error in MS Outlook 2003(The operation timed
> > out waiting for a response from the receiving (POP) server). It is
> > not about an anti-virus program, I'm sure about it. I also checked
> > it with thunderbird and i got the same error again.
> >
> > By the way a small detail, the server i'm working on it is
> > configured by another person and today i've rebooted the server.
> > This error happened after rebooting. Also my clients can look their
> > mail from the web interface.
> >
> > Is there anyone that can help me?
>
> Is POP3 running on the server?
>
> I suggest you give us (the list) some detail of your server setup,
> such as what the logs say.
>
> cheers,
>
> Andrew.
> --
> ======================================================================
> * Custom email solutions * Systems Administration * Networking
>
> http://www.acrconsulting.co.uk/
>
> ====================================================================
>



--
Murat BIRBEN


kyle-qmail at memoryhole

Jul 1, 2008, 6:25 AM

Post #4 of 14 (970 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday, July 1 at 04:14 PM, quoth Murat Birben:
>/service/qmail-pop3sd/log: up (pid 9204) 0 seconds

>The pop3sd/log service seems not starting. Its pid is changing
>permanently.
>However the pop3 service seems to me as running.

3 questions:

First, what's the content of the /service/qmail-pop3sd/log/run file?
Second, what's the output of the command `ps ax | grep readproctitle`?
Third, what happens when you attempt to run
/service/qmail-pop3sd/log/run yourself?

~Kyle
- --
Well, I've wrestled with reality for over thirty five years, doctor,
and I'm happy to state I finally won out over it.
-- Jimmy Stewart, in "Harvey"
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!

iD8DBQFIajBDBkIOoMqOI14RAv+zAJ0Sa890OK2cJHY1A5e+X7quQr2jfgCfe2uo
yMlSj/KuQMeoSRtc29EOaoU=
=Tu0z
-----END PGP SIGNATURE-----


kyle-qmail at memoryhole

Jul 1, 2008, 6:30 AM

Post #5 of 14 (974 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

On Tuesday, July 1 at 04:14 PM, quoth Murat Birben:
>The pop3sd/log service seems not starting. Its pid is changing
>permanently.
>However the pop3 service seems to me as running.

I should have also mentioned: this is your problem. The pop3 service
will eventually die if it cannot save out logs (the theory being: if
it's not being logged then it's doing things without your knowledge
and therefore it's not safe (e.g. a hacker would leave no evidence))

~Kyle
--
Just because you do not take an interest in politics doesn't mean
politics won't take an interest in you.
-- Pericles (430 BC)


muratbirben at gmail

Jul 1, 2008, 6:44 AM

Post #6 of 14 (969 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

3 answers:
1- #!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t \
/var/log/qmail/pop3sd

2- 3711 ? S 0:11 readproctitle service errors: ...l: unable to
lock directory /var/log/qmail/pop3sd: temporary failure?multilog: fatal:
unable to open directory /var/log/qmail/spop3d: access denied?multilog:
fatal: unable to lock directory /var/log/qmail/pop3sd: temporary
failure?multilog: fatal: unable to lock directory /var/log/qmail/pop3sd:
temporary failure?multilog: fatal: unable to lock directory
/var/log/qmail/pop3sd: temporary failure?
18976 pts/5 S+ 0:00 grep readproctitle

3- /service/qmail-pop3sd/log/run
multilog: fatal: unable to lock directory /var/log/qmail/pop3sd: temporary
failure

Regards,


On Tue, Jul 1, 2008 at 4:30 PM, Kyle Wheeler <kyle-qmail[at]memoryhole.net>
wrote:

> On Tuesday, July 1 at 04:14 PM, quoth Murat Birben:
>
>> The pop3sd/log service seems not starting. Its pid is changing
>> permanently.
>> However the pop3 service seems to me as running.
>>
>
> I should have also mentioned: this is your problem. The pop3 service will
> eventually die if it cannot save out logs (the theory being: if it's not
> being logged then it's doing things without your knowledge and therefore
> it's not safe (e.g. a hacker would leave no evidence))
>
> ~Kyle
> --
> Just because you do not take an interest in politics doesn't mean politics
> won't take an interest in you.
> -- Pericles (430 BC)
>



--
Murat BIRBEN


hutchlists at midwales

Jul 1, 2008, 10:22 AM

Post #7 of 14 (971 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

On Tuesday 01 July 2008 14:44, Murat Birben wrote:
> 3 answers:
> 1- #!/bin/sh
> exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t \
> /var/log/qmail/pop3sd
>
> 2- 3711 ? S 0:11 readproctitle service errors: ...l: unable to
> lock directory /var/log/qmail/pop3sd: temporary failure?multilog: fatal:
> unable to open directory /var/log/qmail/spop3d: access denied?multilog:
> fatal: unable to lock directory /var/log/qmail/pop3sd: temporary
> failure?multilog: fatal: unable to lock directory /var/log/qmail/pop3sd:
> temporary failure?multilog: fatal: unable to lock directory
> /var/log/qmail/pop3sd: temporary failure?
> 18976 pts/5 S+ 0:00 grep readproctitle
>
> 3- /service/qmail-pop3sd/log/run
> multilog: fatal: unable to lock directory /var/log/qmail/pop3sd: temporary
> failure

change the permissions on /var/log/qmail/pop3sd

chown qmaill /var/log/qmail/pop3sd
chmod 755 /var/log/qmail/pop3sd

restart pop3sd

>
> Regards,
>
>
> On Tue, Jul 1, 2008 at 4:30 PM, Kyle Wheeler <kyle-qmail[at]memoryhole.net>
>
> wrote:
> > On Tuesday, July 1 at 04:14 PM, quoth Murat Birben:
> >> The pop3sd/log service seems not starting. Its pid is changing
> >> permanently.
> >> However the pop3 service seems to me as running.
> >
> > I should have also mentioned: this is your problem. The pop3 service will
> > eventually die if it cannot save out logs (the theory being: if it's not
> > being logged then it's doing things without your knowledge and therefore
> > it's not safe (e.g. a hacker would leave no evidence))
> >
> > ~Kyle
> > --
> > Just because you do not take an interest in politics doesn't mean
> > politics won't take an interest in you.
> > -- Pericles (430 BC)

--
-----------------
Bob Hutchinson
Midwales dot com
-----------------


muratbirben at gmail

Jul 2, 2008, 1:26 AM

Post #8 of 14 (956 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

Here is the permissions of the /var/log/qmail/

-rwxr--r-- 1 qmaill nofiles 98053 Jul 2 10:19 @40000000486b2c1103cd4634.s
-rwxr--r-- 1 qmaill nofiles 98044 Jul 2 10:22 @40000000486b2cdd22831f04.s
-rwxr--r-- 1 qmaill nofiles 98028 Jul 2 10:27 @40000000486b2def2e25dd9c.s
-rwxr--r-- 1 qmaill nofiles 98049 Jul 2 10:37 @40000000486b304c2744641c.s
-rwxr--r-- 1 qmaill nofiles 98290 Jul 2 10:47 @40000000486b327f0868b3cc.s
-rwxr--r-- 1 qmaill nofiles 98090 Jul 2 10:55 @40000000486b349339aa1b9c.s
-rwxr--r-- 1 qmaill nofiles 98112 Jul 2 11:03 @40000000486b36401456fa54.s
-rwxr--r-- 1 qmaill nofiles 98170 Jul 2 11:11 @40000000486b383630f40544.s
-rwxr--r-- 1 qmaill nofiles 98175 Jul 2 11:20 @40000000486b3a612f9991dc.s
-rw-r--r-- 1 qmaill nofiles 20952 Jul 2 11:24 current
-rw------- 1 qmaill nofiles 0 Aug 27 2007 lock
drwxr-xr-x 2 qmaill nofiles 4096 Jun 22 09:20 pop3d
drwxr-xr-x 2 qmaill nofiles 4096 Jul 1 09:38 pop3sd
drwxr-xr-x 2 qmaill nofiles 4096 Jul 2 11:04 smtpd
drwxr-xr-x 2 qmaill nofiles 4096 Sep 21 2007 spop3d
-rw-r--r-- 1 qmaill nofiles 0 Jun 22 09:20 state

But the problem stays the same...

On Tue, Jul 1, 2008 at 8:22 PM, Bob Hutchinson <hutchlists[at]midwales.com>
wrote:

> On Tuesday 01 July 2008 14:44, Murat Birben wrote:
> > 3 answers:
> > 1- #!/bin/sh
> > exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t \
> > /var/log/qmail/pop3sd
> >
> > 2- 3711 ? S 0:11 readproctitle service errors: ...l: unable
> to
> > lock directory /var/log/qmail/pop3sd: temporary failure?multilog: fatal:
> > unable to open directory /var/log/qmail/spop3d: access denied?multilog:
> > fatal: unable to lock directory /var/log/qmail/pop3sd: temporary
> > failure?multilog: fatal: unable to lock directory /var/log/qmail/pop3sd:
> > temporary failure?multilog: fatal: unable to lock directory
> > /var/log/qmail/pop3sd: temporary failure?
> > 18976 pts/5 S+ 0:00 grep readproctitle
> >
> > 3- /service/qmail-pop3sd/log/run
> > multilog: fatal: unable to lock directory /var/log/qmail/pop3sd:
> temporary
> > failure
>
> change the permissions on /var/log/qmail/pop3sd
>
> chown qmaill /var/log/qmail/pop3sd
> chmod 755 /var/log/qmail/pop3sd
>
> restart pop3sd
>
> >
> > Regards,
> >
> >
> > On Tue, Jul 1, 2008 at 4:30 PM, Kyle Wheeler <kyle-qmail[at]memoryhole.net>
> >
> > wrote:
> > > On Tuesday, July 1 at 04:14 PM, quoth Murat Birben:
> > >> The pop3sd/log service seems not starting. Its pid is changing
> > >> permanently.
> > >> However the pop3 service seems to me as running.
> > >
> > > I should have also mentioned: this is your problem. The pop3 service
> will
> > > eventually die if it cannot save out logs (the theory being: if it's
> not
> > > being logged then it's doing things without your knowledge and
> therefore
> > > it's not safe (e.g. a hacker would leave no evidence))
> > >
> > > ~Kyle
> > > --
> > > Just because you do not take an interest in politics doesn't mean
> > > politics won't take an interest in you.
> > > -- Pericles (430 BC)
>
> --
> -----------------
> Bob Hutchinson
> Midwales dot com
> -----------------
>



--
Murat BIRBEN


kyle-qmail at memoryhole

Jul 2, 2008, 8:09 AM

Post #9 of 14 (943 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday, July 2 at 11:26 AM, quoth Murat Birben:
>Here is the permissions of the /var/log/qmail/
>
>-rwxr--r-- 1 qmaill nofiles 98053 Jul 2 10:19 @40000000486b2c1103cd4634.s
>-rwxr--r-- 1 qmaill nofiles 98044 Jul 2 10:22 @40000000486b2cdd22831f04.s
>-rwxr--r-- 1 qmaill nofiles 98028 Jul 2 10:27 @40000000486b2def2e25dd9c.s
>-rwxr--r-- 1 qmaill nofiles 98049 Jul 2 10:37 @40000000486b304c2744641c.s
>-rwxr--r-- 1 qmaill nofiles 98290 Jul 2 10:47 @40000000486b327f0868b3cc.s
>-rwxr--r-- 1 qmaill nofiles 98090 Jul 2 10:55 @40000000486b349339aa1b9c.s
>-rwxr--r-- 1 qmaill nofiles 98112 Jul 2 11:03 @40000000486b36401456fa54.s
>-rwxr--r-- 1 qmaill nofiles 98170 Jul 2 11:11 @40000000486b383630f40544.s
>-rwxr--r-- 1 qmaill nofiles 98175 Jul 2 11:20 @40000000486b3a612f9991dc.s
>-rw-r--r-- 1 qmaill nofiles 20952 Jul 2 11:24 current
>-rw------- 1 qmaill nofiles 0 Aug 27 2007 lock
>drwxr-xr-x 2 qmaill nofiles 4096 Jun 22 09:20 pop3d
>drwxr-xr-x 2 qmaill nofiles 4096 Jul 1 09:38 pop3sd
>drwxr-xr-x 2 qmaill nofiles 4096 Jul 2 11:04 smtpd
>drwxr-xr-x 2 qmaill nofiles 4096 Sep 21 2007 spop3d
>-rw-r--r-- 1 qmaill nofiles 0 Jun 22 09:20 state
>
>But the problem stays the same...

So, you corrected the permissions... did the answers to my three
questions stay the same?

~Kyle
- --
Having a family is like having a bowling alley installed in your
brain.
-- Martin Mull
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!

iEYEARECAAYFAkhrmjwACgkQBkIOoMqOI15+7gCfZUm8kiqKOxmkgqJkVyzsg/9u
0rQAoISCOQwInYNI8/Vgd4/a9dQ8EP5A
=daP1
-----END PGP SIGNATURE-----


muratbirben at gmail

Jul 2, 2008, 11:51 AM

Post #10 of 14 (946 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

The second and the third questions' answers are changed a little bit. I put
them below...

# ps ax | grep readproctitle
3722 ? S 0:04 readproctitle service errors: ...fatal: unable to
lock directory /var/log/qmail/pop3sd: temporary failure?multilog: fatal:
unable to lock directory /var/log/qmail/pop3sd: temporary failure?multilog:
fatal: unable to lock directory /var/log/qmail/spop3d: access
denied?multilog: fatal: unable to lock directory /var/log/qmail/pop3sd:
temporary failure?multilog: fatal: unable to lock directory
/var/log/qmail/spop3d: access denied?

# /service/qmail-pop3sd/log/run
multilog: fatal: unable to switch to current directory: access denied

Regards,

On Wed, Jul 2, 2008 at 6:09 PM, Kyle Wheeler <kyle-qmail[at]memoryhole.net>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wednesday, July 2 at 11:26 AM, quoth Murat Birben:
> >Here is the permissions of the /var/log/qmail/
> >
> >-rwxr--r-- 1 qmaill nofiles 98053 Jul 2 10:19 @40000000486b2c1103cd4634.s
> >-rwxr--r-- 1 qmaill nofiles 98044 Jul 2 10:22 @40000000486b2cdd22831f04.s
> >-rwxr--r-- 1 qmaill nofiles 98028 Jul 2 10:27 @40000000486b2def2e25dd9c.s
> >-rwxr--r-- 1 qmaill nofiles 98049 Jul 2 10:37 @40000000486b304c2744641c.s
> >-rwxr--r-- 1 qmaill nofiles 98290 Jul 2 10:47 @40000000486b327f0868b3cc.s
> >-rwxr--r-- 1 qmaill nofiles 98090 Jul 2 10:55 @40000000486b349339aa1b9c.s
> >-rwxr--r-- 1 qmaill nofiles 98112 Jul 2 11:03 @40000000486b36401456fa54.s
> >-rwxr--r-- 1 qmaill nofiles 98170 Jul 2 11:11 @40000000486b383630f40544.s
> >-rwxr--r-- 1 qmaill nofiles 98175 Jul 2 11:20 @40000000486b3a612f9991dc.s
> >-rw-r--r-- 1 qmaill nofiles 20952 Jul 2 11:24 current
> >-rw------- 1 qmaill nofiles 0 Aug 27 2007 lock
> >drwxr-xr-x 2 qmaill nofiles 4096 Jun 22 09:20 pop3d
> >drwxr-xr-x 2 qmaill nofiles 4096 Jul 1 09:38 pop3sd
> >drwxr-xr-x 2 qmaill nofiles 4096 Jul 2 11:04 smtpd
> >drwxr-xr-x 2 qmaill nofiles 4096 Sep 21 2007 spop3d
> >-rw-r--r-- 1 qmaill nofiles 0 Jun 22 09:20 state
> >
> >But the problem stays the same...
>
> So, you corrected the permissions... did the answers to my three
> questions stay the same?
>
> ~Kyle
> - --
> Having a family is like having a bowling alley installed in your
> brain.
> -- Martin Mull
> -----BEGIN PGP SIGNATURE-----
> Comment: Thank you for using encryption!
>
> iEYEARECAAYFAkhrmjwACgkQBkIOoMqOI15+7gCfZUm8kiqKOxmkgqJkVyzsg/9u
> 0rQAoISCOQwInYNI8/Vgd4/a9dQ8EP5A
> =daP1
> -----END PGP SIGNATURE-----
>



--
Murat BIRBEN


kyle-qmail at memoryhole

Jul 2, 2008, 12:52 PM

Post #11 of 14 (943 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday, July 2 at 09:51 PM, quoth Murat Birben:
># /service/qmail-pop3sd/log/run
>multilog: fatal: unable to switch to current directory: access denied

Alright, well, this is what we're trying to fix. Generally, in order
to log things, it needs to be able to read/write/lock the log
directory as the user specified in that file (in this case, qmaill).
Other basic permissions need to be set, of course, so that qmaill can
do all the basic operations specified in your run file. From the error
message, it looks like qmaill is unable to switch to
/service/qmail-pop3sd/log, and it needs to be able to do that. Fix
those permissions such that qmaill can do that, and try running that
log file again. If you get a new error message, fix it (or, if you
don't know what the error means, post it here and ask). If you get
completely lost, delete it, and start again, following the
instructions at http://www.lifewithqmail.com/lwq.html, and check your
work with the http://lifewithqmail.org/inst_check script.

Anyway, the long and short of your problem is that qmail-pop3d will
not function unless logging works, and it looks like that's your
problem. If you can get logging to work, qmail-pop3d should work.

~Kyle
- --
People demand freedom of speech to make up for the freedom of thought
which they avoid.
-- Soren Aabye Kierkegaard (1813-1855)
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!

iEYEARECAAYFAkhr3JQACgkQBkIOoMqOI17+8wCeM5v/TRZJwX1j/mFtP0xQWe6w
RrIAn1Uet1BkRnX2n7DmaL510PL6TCPV
=Pdma
-----END PGP SIGNATURE-----


muratbirben at gmail

Jul 3, 2008, 5:31 AM

Post #12 of 14 (934 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

Hi again,

My problem changed a little bit.
# qmailctl stat
/service/qmail-send: up (pid 31937) 2749 seconds
/service/qmail-send/log: up (pid 18642) 332 seconds
/service/qmail-smtpd: up (pid 18644) 332 seconds
/service/qmail-smtpd/log: up (pid 18651) 332 seconds
/service/qmail-pop3sd: up (pid 19490) 0 seconds
/service/qmail-pop3sd/log: up (pid 18650) 332 seconds

As you see the service that doesn't working now is qmail-pop3sd itself.It
started logging. But here is the last 20 lines of the
/var/log/qmail/pop3sd/current

2008-07-03 15:29:29.363379500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:30.383377500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:31.403748500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:32.422860500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:33.443599500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:34.491316500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:35.507890500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:36.527729500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:37.547765500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:38.567927500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:39.587968500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:40.608079500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:41.627514500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:42.647939500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:43.668332500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:44.688456500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:45.708266500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:46.728870500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:47.748496500 tcpserver: fatal: unable to bind: address
already used
2008-07-03 15:29:48.768379500 tcpserver: fatal: unable to bind: address
already used

and when i try to run the service by hand.
# /service/qmail-pop3sd/run
tcpserver: fatal: unable to bind: address already used

Is there any suggestions?

Regards,


On Wed, Jul 2, 2008 at 10:52 PM, Kyle Wheeler <kyle-qmail[at]memoryhole.net>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Wednesday, July 2 at 09:51 PM, quoth Murat Birben:
> ># /service/qmail-pop3sd/log/run
> >multilog: fatal: unable to switch to current directory: access denied
>
> Alright, well, this is what we're trying to fix. Generally, in order
> to log things, it needs to be able to read/write/lock the log
> directory as the user specified in that file (in this case, qmaill).
> Other basic permissions need to be set, of course, so that qmaill can
> do all the basic operations specified in your run file. From the error
> message, it looks like qmaill is unable to switch to
> /service/qmail-pop3sd/log, and it needs to be able to do that. Fix
> those permissions such that qmaill can do that, and try running that
> log file again. If you get a new error message, fix it (or, if you
> don't know what the error means, post it here and ask). If you get
> completely lost, delete it, and start again, following the
> instructions at http://www.lifewithqmail.com/lwq.html, and check your
> work with the http://lifewithqmail.org/inst_check script.
>
> Anyway, the long and short of your problem is that qmail-pop3d will
> not function unless logging works, and it looks like that's your
> problem. If you can get logging to work, qmail-pop3d should work.
>
> ~Kyle
> - --
> People demand freedom of speech to make up for the freedom of thought
> which they avoid.
> -- Soren Aabye Kierkegaard (1813-1855)
> -----BEGIN PGP SIGNATURE-----
> Comment: Thank you for using encryption!
>
> iEYEARECAAYFAkhr3JQACgkQBkIOoMqOI17+8wCeM5v/TRZJwX1j/mFtP0xQWe6w
> RrIAn1Uet1BkRnX2n7DmaL510PL6TCPV
> =Pdma
> -----END PGP SIGNATURE-----
>



--
Murat BIRBEN


ar-djblists at nwdb

Jul 3, 2008, 5:51 AM

Post #13 of 14 (931 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

On Thursday 03 July 2008 13:31, Murat Birben wrote:
> Hi again,
>
> ...
>
> 2008-07-03 15:29:29.363379500 tcpserver: fatal: unable to bind:
> address already used
> ...
You need to see what's already using that address/port. See what the
port is in the /service/qmail-pop3d/run script, then see if you're
using that port in any of your other /service/xxx/run files. If not,
see if you have inetd or xinetd running: They may be using the
address/port (/etc/inetd.conf, /etc/xinetd.d/xxx).

cheers,

Andrew.
--
======================================================================
* Custom email solutions * Systems Administration * Networking

http://www.acrconsulting.co.uk/

====================================================================


muratbirben at gmail

Jul 4, 2008, 4:31 AM

Post #14 of 14 (913 views)
Permalink
Re: qmail + Outlook2003 + timeout error + POP [In reply to]

Thank you everybody... I really appreciate your help... Problem solved :)

Regards,

On Thu, Jul 3, 2008 at 3:51 PM, Andrew Richards <ar-djblists[at]nwdb.co.uk>
wrote:

> On Thursday 03 July 2008 13:31, Murat Birben wrote:
> > Hi again,
> >
> > ...
> >
> > 2008-07-03 15:29:29.363379500 tcpserver: fatal: unable to bind:
> > address already used
> > ...
> You need to see what's already using that address/port. See what the
> port is in the /service/qmail-pop3d/run script, then see if you're
> using that port in any of your other /service/xxx/run files. If not,
> see if you have inetd or xinetd running: They may be using the
> address/port (/etc/inetd.conf, /etc/xinetd.d/xxx).
>
> cheers,
>
> Andrew.
> --
> ======================================================================
> * Custom email solutions * Systems Administration * Networking
>
> http://www.acrconsulting.co.uk/
>
> ====================================================================
>



--
Murat BIRBEN

Qmail users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.