Paul J Stevens wrote:
Leland F. Jackson wrote:
Hi Paul,

I got up this morning and for some reason dbmail had stopped working.  I
was receiving messages from thunderbird that it could not connect to the
server.  I messed around in the configure files and never could get
things going.  I had learned that FC6, which I am running on my desktop,
has a rpm package for dbmail.  I originally had installed dbmail with a
../configure --with-pgsql; gmake; and gmake install.

Just for the record: what version is in FC6?

I now have everything working locally, again, but still no luck with
email coming in from the WAN/Internet over port 25.  I have a router on
my network that forwards ports 143 and port beginning with 24 and ending
with 25 to my desktop computer where dbmail is listing.

So check the postfix logs (/var/log/mail.log or something like that).
Perhaps your network setup is broken.

Below is the entry in my /var/log/maillog file when I send an email locally using my desktop dbmail system:

#-----------------------------------
Sep 18 15:52:38 leland dbmail/imap4d[7785]: Message:[serverchild] serverchild.c,PerformChildTask(+341): incoming connection from [192.168.1.78] by pid [7785] Sep 18 15:52:38 leland dbmail/imap4d[7785]: Message:[imapsession] dbmail-imapsession.c,dbmail_imap_session_handle_auth(+1550): user (id:6, name leland) tries login Sep 18 15:52:38 leland dbmail/imap4d[7785]: Message:[imapsession] dbmail-imapsession.c,dbmail_imap_session_handle_auth(+1571): user (id 6, name leland) login accepted Sep 18 15:52:38 leland dbmail/imap4d[7785]: Message:[db] db.c,db_imap_append_msg(+2504): message id=123 is inserted Sep 18 15:54:05 leland dbmail/lmtpd[6403]: Message:[serverchild] serverchild.c,PerformChildTask(+341): incoming connection from [192.168.1.78] by pid [6403] Sep 18 15:54:06 leland dbmail/lmtpd[6403]: Message:[sort] sort.c,sort_deliver_to_mailbox(+195): message id=125, size=382 is inserted
#------------------------------------

Below is the entry in my /var/log/maillog file when I send an email form my normal mail server using cyrus and smtp:

Whoops, nothing appear in the log file, as if postfix never received anything. Going back to my "mailbox_transport =" entry, should it be something like:

mailbox_transport = dbmail-lmtp:192.168.1.78:24

or should I be using port 25 here, instead of port 24?

Regards,

LelandJ



~


You don't want to forward tcp/24 from the internet to your lmtp server.
Test to make sure something is talking on tcp/25 by connecting to your
*external* ip address using a tool like telnet or netcat.

You should see a postfix reply.

[EMAIL PROTECTED]:~$ nc mx.nfg.nl smtp
220 sr2.nfgs.net ESMTP Postfix



_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to