<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.mail.popa3d.user">
    <title>gmane.mail.popa3d.user</title>
    <link>http://blog.gmane.org/gmane.mail.popa3d.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/412"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/411"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/410"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/409"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.popa3d.user/408"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/427">
    <title>Re: popa3d and virtual domains</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/427</link>
    <description>Hi Ed,

On Thu, May 15, 2008 at 05:47:48PM +0800, CC wrote:

Yes.  In fact, you don't even need a patch for IP-based virtual domains.
The patch is for name-based ones.


No.  I suggest that you search for "POP3 proxy" on Freshmeat and Google.
Since many POP3 proxies are meant for end-users, and this is not what
you need, you may want to add extra keywords, such as "server-side".

If you put popa3d behind a proxy like that, you may need to increase
popa3d's MAX_SESSIONS_PER_SOURCE setting, because all of your
connections will be coming from a single IP address (that of the proxy).
Hopefully, the proxy implements its own anti-DoS measures (OK, most
don't...)

If you like, we may help you set this up - including consideration of
your specific needs, choice of existing POP3 proxy software or/and
custom programming (maybe a rework of popa3d), testing, deployment, and
maybe maintenance - as a paid service.  Please let me know off-list if
you're interested.

Thanks,

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2008-05-15T10:56:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/426">
    <title>popa3d and virtual domains</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/426</link>
    <description>Hi,

As far as I can determine, popa3d (patched with the vname patch) will
support local virtual domains (i.e.  domain:&lt;path&gt;).  Is there a patch
out there that can support external paths?
(i.e. domain:&lt;server&gt;:&lt;port&gt;)?   So instead of popa3d retrieving
mail from a local virtual server,  it goes for another pop server
(by relaying commands coming from and contents going to the
client).

Any clarifications appreciated.

Ed

</description>
    <dc:creator>CC</dc:creator>
    <dc:date>2008-05-15T09:47:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/425">
    <title>Re: patch: discarding domain if no virtual domains</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/425</link>
    <description>
Thank you for contributing the patch.  I've placed it in here (with a
link to this message added as a comment before the actual patch):

ftp://ftp.openwall.com/pub/projects/popa3d/contrib/patches/

I think that this is a bit too much of a special case to link to the
patch from the popa3d homepage, and the patch is trivial.


This is fine, but I'd use memcpy() here.  strncpy() is almost never the
right choice because of its weird semantics - NUL padding (which is
slow), but no guaranteed NUL termination.  Most of the time, when I
write portable code, I use strncat() instead (not forgetting to set the
first character of the target buffer to NUL and to subtract 1 from the
buffer size).

Thanks again,

Alexander

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2008-04-21T00:13:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/424">
    <title>patch: discarding domain if no virtual domains</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/424</link>
    <description>Hi,

I'm moving from shared web-hosting to VPS where I'm setting up popa3d.
I want to make the move as seamless for mail users as possible.
The shared hosting uses cPanel software with builtin POP3 server,
there full email address serves as POP3 login, there is also a note:

| If your e-mail client has trouble using a &lt; at &gt; sign in the login,
| you can use +, :, or % sign instead.

The users have different localparts of POPable mailboxes, so I needn't
virtual domains in popa3d. It's more convenient without virtual domains
because of the KISS principle and because users can change their passwords
if I specify /usr/bin/passwd as login shell. I want users to be able
to continie to use full email addresses as POP3 logins,
popa3d to just ignore domains in logins and to use localpart as the username.
I wrote and tested a patch http://lena.kiev.ua/popa3d-1.0.2-nonvirtual.diff
It seems to work OK. I also include the same patch below.

Lena

-----

*** pop_auth.c.oldMon Sep  9 14:07:48 2002
--- pop_auth.cThu Apr 10 00:16:05 2008
***************
*** 6,11 ****
--- 6,12 ----
  #include &lt;unistd.h&gt;
  #include &lt;string.h&gt;
  #include &lt;syslog.h&gt;
+ #include &lt;stdlib.h&gt;
  
  #include "misc.h"
  #include "params.h"
***************
*** 26,35 ****
--- 27,46 ----
  static int pop_auth_user(char *params)
  {
  char *user;
+ #if !POP_VIRTUAL
+ size_t at_offset;
+ #endif
  
  user = pop_get_param(&amp;params);
  if (!user || pop_user || params) return POP_ERROR;
+ #if POP_VIRTUAL
  if (!(pop_user = strdup(user))) return POP_CRASH_SERVER;
+ #else
+ at_offset = strcspn(user, "&lt; at &gt;+:%");
+ if (!(pop_user = malloc(at_offset+1))) return POP_CRASH_SERVER;
+ strncpy(pop_user, user, at_offset);
+ pop_user[at_offset] = '\0';
+ #endif
  return POP_OK;
  }
  

</description>
    <dc:creator>Lena-JHcQJ909mp8mvfZ+YE2eYA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2008-04-10T14:34:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/423">
    <title>Re: Failed or refused to load /var/spool/mail/xxxx</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/423</link>
    <description>Alexander,

On 8/7/07, Solar Designer &lt;solar-cxoSlKxDwOJWk0Htik3J/w&lt; at &gt;public.gmane.org&gt; wrote:


Thanks for your suggestion.

Some days ago, I really was double checked this problem, permissions
of all path (/var/spool/mail/user), and I can't find the solution.

So, I've compiled from source, using standalone and without any path.
And works very well :-)

So, I've opened a bug in Mandriva Bugzilla, please, look at this link
maybe you can say some thing about... some patch that don't work with
Mailbox (only Maildir)...

http://qa.mandriva.com/show_bug.cgi?id=32270

Thanks!

</description>
    <dc:creator>Tiago Cruz</dc:creator>
    <dc:date>2007-08-08T17:22:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/422">
    <title>Re: Failed or refused to load /var/spool/mail/xxxx</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/422</link>
    <description>
Unfortunately, popa3d does not include any code to provide more verbose
error messages.  Whenever this error message is seen, the problem is
almost always obvious; but it might not have been obvious for you.

I suggest that you either check and double-check the things already
suggested to you (for example, did you check all parent directory
permissions? including the root directory?) or start popa3d under
"strace -fF".  With strace, you would get more than enough information.

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2007-08-08T02:30:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/421">
    <title>Re: Failed or refused to load /var/spool/mail/xxxx</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/421</link>
    <description>Hello,

On 7/29/07, Solar Designer &lt;solar-cxoSlKxDwOJWk0Htik3J/w&lt; at &gt;public.gmane.org&gt; wrote:


I think not, it's a new mailbox... and I have 2 mailbox to do this
test (tiagocruz and tiago)



No, is too small... only test messages from a new postfix.



tiagocruz owner and mail is grup, not permission to others. But I've
tried with "chmo 777" too and not works... :-(


Yep! Using "mails" all works very well :-(



It's one VM that i've created to do this test....

Do you have any other idea? (how increase log messsage debug, for example?)

Thanks!!

</description>
    <dc:creator>Tiago Cruz</dc:creator>
    <dc:date>2007-07-30T15:42:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/420">
    <title>Re: Failed or refused to load /var/spool/mail/xxxx</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/420</link>
    <description>...

This can be caused by several things, listed here in arbitrary order:

1. The mbox file is corrupt (e.g., doesn't start with "From ").

2. The mbox file is too large (exceeds popa3d's compile-time safety
limits; I don't know what they are for the Mandriva package).

Try emptying the file with "&gt; /var/spool/mail/tiagocruz" in the shell.

3. File permissions are wrong on the mbox file itself or/and on one or
more of the parent directories.

Are you able to access the file when logged in as user tiagocruz?

4. Something is broken in the system software or hardware.  There are
too many possibilities here, but they are relatively unlikely.

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2007-07-29T11:24:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/419">
    <title>Re: Failed or refused to load /var/spool/mail/xxxx</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/419</link>
    <description>
Am 28.07.2007 um 00:42 schrieb Tiago Cruz:

Ola Tiago,

are the permissions of /var/spool/mail/tiagocruz
respective /var/spool/mail correct?


  Stanislav


</description>
    <dc:creator>Stanislav</dc:creator>
    <dc:date>2007-07-28T09:56:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/418">
    <title>Failed or refused to load /var/spool/mail/xxxx</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/418</link>
    <description>Hello guys,

I'm trying to use the popa3d after some years without work with
mailservers (I was working just with webservers on ISP provider).

I'm using the popa3d-1.0.2-1mdv2007.0 package, the server is UP and
listen on 110/tcp port, the postfix it's working and delivering
messages on /var/spool/mail/user as well.

This is the problem:

$ telnet localhost 110
Trying 127.0.0.1...
Connected to orochimaru (127.0.0.1).
Escape character is '^]'.
+OK
user tiagocruz
+OK
pass 123456
-ERR
Connection closed by foreign host.

And this is the error on log:

Jul 18 00:17:36 orochimaru popa3d[12995]: Authentication passed for
tiagocruz -- [127.0.0.1]
Jul 18 00:17:36 orochimaru popa3d[12995]: Failed or refused to load
/var/spool/mail/tiagocruz

I don't have Idea of how can I solve this problem... someone can help me?

Thanks a lot!

</description>
    <dc:creator>Tiago Cruz</dc:creator>
    <dc:date>2007-07-27T22:42:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/417">
    <title>setup on Linux behind DNAT (was: cannot get this to work)</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/417</link>
    <description>Matt,

I'm afraid that you've posted this to the wrong list.  Your question has
almost nothing to do with popa3d; it is about general network services
and routing setup on Linux.  Since you appear to be setting this up on
Openwall GNU/*/Linux (Owl), you should have posted the question to
owl-users.  I am responding on popa3d-users for now since the question
was raised in here anyway, but you may want to move further discussion
to owl-users (please include an adequate amount of context if you do).

I've changed the Subject to be more descriptive.

On Thu, May 03, 2007 at 12:49:37AM -0600, matt mix wrote:

If you can connect "locally" (is that "telnet localhost 110"?) and "do a
STAT" (is that USER ..., PASS ..., then STAT?), then you have no problem
with the popa3d setup.

Yes, your problem could be with routing or the like.  No, it can't be
with Postfix, which provides the SMTP service, not POP3.

On Owl, the Postfix + popa3d setup should work almost out of the box -
all you need to do is enable and start the services:

control postfix server
chkconfig popa3d on
service popa3d start

I'm not sure what you've edited in Postfix's main.cf.  About the only
thing you should have changed there is the "mydomain = ..." setting,
although in many cases even that is optional (if the domain name can be
correctly inferred from your hostname).


This might be OK, but it is impossible to tell for sure without having
full context.  The "prerouting_rule" and "forwarding_rule" chain names
are not standard.  You must have other rules that would "jump" to those
chain names in order for them to be used.  For example:

iptables -t nat -A PREROUTING -j prerouting_rule
iptables -A FORWARD -j forwarding_rule

or you may just use the standard PREROUTING and FORWARD names directly.


There was no need.  POP3 uses 110/tcp only.


This suggests that you have a problem with your DNAT setup for 110/tcp,
but not for 80/tcp.

Why don't you simply host these public services right on your router,
though (given that it's running Linux, too)?  You don't gain any
security by having traffic forwarded into your internal network like
that.  If you want greater security, then setup a DMZ separate from your
internal network (you'd need 3 NICs in your router) - or is that what
you're doing already, with the only reason for your use of DNAT being
the lack of another Internet-routable IP address?

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2007-05-05T17:31:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/416">
    <title>cannot get this to work</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/416</link>
    <description>Hello everyone I am going to just start off and say I am rather new to linux 
and this is truly my last resort. I have looked everywhere and tried quite a 
bit before asking for help and I appreciate any that you all can provide.

I have been trying for a couple days now to successfully setup this popa3d 
server to receive emails. I am using the basic out of the box openwall 
configurations and I have modified the postfix main.cf file the best I can 
and created a test user. I am able to locally connect and do a STAT w/ no 
problem. I dont know if this is a routing issue or a configuration within 
the postfix config files or not.

I have set my router to forward the traffic on port 110 that comes in on my 
dynamic dns that is managed by my router to the pop server. I have forwarded 
both udp and tcp traffic through iptables.

iptables -t nat -A prerouting_rule -i $WAN -p tcp --dport 110 -j DNAT --to 
192.168.1.153
iptables          -A forwarding_rule -i $WAN -p tcp --dport 110 -d 
192.168.1.153 -j ACCEPT

and I repeated the above for udp.

I checked my apache server and verified that it is working fine and 
forwarding to another machine successfully. By connecting with a non-local 
ip. However we cannot connect to the pop server via telnet or mail2web on 
that external ip. No traffic showed up heading to port 110 either when I 
looked for traffic on port 110 with wireshark locally.

Again thanks to anyone who can point me in the right direction. If there are 
any resources you all could recommend for me I would appreciate that as 
well.

_________________________________________________________________
Get a FREE Web site, company branded e-mail and more from Microsoft Office 
Live! http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/


</description>
    <dc:creator>matt mix</dc:creator>
    <dc:date>2007-05-03T06:49:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/415">
    <title>Re: offtopic: SMTP server to accept faxes</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/415</link>
    <description>What is this?
Andre Carstens.
----- Original Message ----- 
From: "Solar Designer" &lt;solar-cxoSlKxDwOJWk0Htik3J/w&lt; at &gt;public.gmane.org&gt;
To: &lt;popa3d-users-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8&lt; at &gt;public.gmane.org&gt;
Sent: Friday, March 23, 2007 1:31 AM
Subject: [popa3d-users] offtopic: SMTP server to accept faxes





</description>
    <dc:creator>Andrè Carstens</dc:creator>
    <dc:date>2007-03-23T15:23:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/414">
    <title>offtopic: SMTP server to accept faxes</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/414</link>
    <description>Stephen,

You've managed to post your message with a meaningless Subject.  I've
changed it on this response.  I will also unsubscribe you from this
mailing list because popa3d is obviously not what you need.

The only reason why I am responding on the list is that the question is
already in here.  No further discussion of it should occur on the list.

The response is below:

On Thu, Mar 22, 2007 at 05:58:54PM -0400, RC9647-YDxpq3io04c&lt; at &gt;public.gmane.org wrote:

You need your own SMTP server, not your own POP3 server (such as popa3d).
Yes, you may set that up on your home network - or we can do it for you
remotely if you have a spare computer for this that you'd boot off a CD,
provided that you compensate for our time.  Please e-mail me privately
if interested.

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2007-03-22T23:31:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/413">
    <title>Re: confirm subscribe to popa3d-users-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8&lt; at &gt;public.gmane.org</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/413</link>
    <description>I am looking to understand if this product can help me solve a  problem.  I 
just got a new Sharp Broadband  fax.  It can receive  faxes from the Public 
Telephone Network and send it as a TIFF or PDF attachment  to you in box.  
However it only supports mail accounts with no  authentication or using the POP 
before SMTP authentication Method.  Man  providers have abandoned this method in 
recent months.  I need to set up on  my home network a solution that can 
receive this email from the fax and using a  mail client or through some means 
forward it to my corporate or even my  broadband providers mail neither of which 
support this authentication  method.  Will this tool or do you know of anyway to 
solve this  delima?  Please advise and feel free to call and discuss if you 
have any  questions or comments.
 
Stephen
Cell 972-365-8752



************************************** AOL now offers free email to everyone. 
 Find out more about what's free from AOL at http://www.aol.com.
</description>
    <dc:creator>RC9647-YDxpq3io04c&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2007-03-22T21:58:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/412">
    <title>Re: undefined reference to `crypt'</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/412</link>
    <description>
You've managed to misread the documentation (INSTALL) and the comment in
the Makefile.  glibc is an essential system component, your system would
not even boot up without it - so it is not a question whether you have
glibc installed.

INSTALL says:

"Possibly edit the Makefile (uncomment "-lcrypt" for Linux with glibc, ..."

It means that you should do just that - uncomment a line in the Makefile.
This is referring to:

# Linux with glibc, FreeBSD, NetBSD
#LIBS += -lcrypt

So you need to edit it to be:

# Linux with glibc, FreeBSD, NetBSD
LIBS += -lcrypt

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2007-01-21T13:41:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/411">
    <title>undefined reference to `crypt'</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/411</link>
    <description>I am trying to install popa3d on a linux Fedora4 new installation and I am getting the following error:  undefined reference to `crypt'
I see in the Makefile file that it needs glibc installed, and I confirmed that it is.
Any suggestions?
</description>
    <dc:creator>Michael Patrick</dc:creator>
    <dc:date>2007-01-21T13:10:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/410">
    <title>Re: Suddenly, won't authenticate</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/410</link>
    <description>And presto, it works . . .  Thanks!

I reset the other mailboxes to zero and they are accessible now too.  
They have been collecting spam (they are only backups) so I  have been 
going in every week or so with gedit and "select all" and "delete" and 
then saving.  This will be easier and will obviously work better.

I'm not sure what happened just now with this, as I said its been in 
this mode for about 9 months and has worked fine as-is until yesterday.  
Oh well . . .

jim


Solar Designer wrote:

</description>
    <dc:creator>James R. Mirick</dc:creator>
    <dc:date>2006-07-13T17:24:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/409">
    <title>Re: Suddenly, won't authenticate</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/409</link>
    <description>
Thanks.  Please notice that the mailbox is not empty - its size is 1
byte, which is wrong.  Please empty it with the following command:

&gt; /var/spool/mail/jrm

(that is, redirect the "output" of "nothing" to it).  Then make sure
that its size is 0.


It sounds like you have local deliveries setup incorrectly, resulting in
mailbox corruption.  Maybe your local deliveries and popa3d are not
configured to follow the same locking convention.  It may be
time-consuming to debug this problem via this mailing list.  If you
like, I can debug and fix the problem operating on your server over SSH,
provided that you compensate for my time.  Please contact me via private
e-mail if you're interested.

If this server does nothing more than e-mail, you might consider
re-installing it with Openwall GNU/*/Linux (Owl) - which has correctly
configured Postfix and popa3d available for use out of the box.

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2006-07-13T16:28:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/408">
    <title>Re: Suddenly, won't authenticate</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/408</link>
    <description>[root&lt; at &gt;linux2600 ~]# ls -ld /var/spool/mail{,/jrm}
drwxrwxr-x  2 root mail 4096 Jul 13 09:41 /var/spool/mail
-rw-rw----  1 jrm  mail    1 Jul 13 09:41 /var/spool/mail/jrm

Regarding other mailboxes, yes there are others and -- interestingly -- 
ones that have never had mail will allow a login via telnet, ones that 
have had mail cause failures.

I created a new user -- testuser (not very original this morning) and 
presto there is the mailbox in /var/spool/mail.  I send mail to this box 
from outside, and it appears there, and I can telnet into the account 
and do a LIST.  I then created a T-bird account to get to it, and it can 
do so, download it, and it deletes the mail from the server and LIST 
shows nothing.

Therefore, I believe that the mailboxes that exist on the server are 
somehow damaged and I should just recreate them, or let Postfix do it 
when they get mail. This is a backup mail server for us, so nothing will 
be lost if I just delete the mail files.


Solar Designer wrote:

</description>
    <dc:creator>James R. Mirick</dc:creator>
    <dc:date>2006-07-13T16:17:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.popa3d.user/407">
    <title>Re: Suddenly, won't authenticate</title>
    <link>http://permalink.gmane.org/gmane.mail.popa3d.user/407</link>
    <description>
Yes, it is - thank you!


OK, let's proceed further.  Can you please post the output of -

ls -ld /var/spool/mail{,/jrm}

to this mailing list such that we can see whether the permissions on the
directory and the file are correct?

Do you have other mailboxes on this server?  If so, are you able to
access them via popa3d?

</description>
    <dc:creator>Solar Designer</dc:creator>
    <dc:date>2006-07-13T15:23:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.popa3d.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.popa3d.user</link>
  </textinput>
</rdf:RDF>
