Mail Server Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationMail Server Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 12th, 2004, 05:23 PM
captain_caveman captain_caveman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 143 captain_caveman User rank is Private First Class (20 - 50 Reputation Level)captain_caveman User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 19 h 54 m 5 sec
Reputation Power: 5
qmail-pop3d on a static IP, no domain name

so how do I connect to a pop3d server when i have no domain name on that server?

here's how i start the server:

#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup localhost /bin/checklocalpwd /var/qmail/bin/qmail-pop3d Maildir 2>&1

I've tried that as well as :

#!/bin/sh
exec /usr/local/bin/softlimit -m 2000000 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup 67.15.47.3 /bin/checklocalpwd /var/qmail/bin/qmail-pop3d Maildir 2>&1


neither will connect. qmail-inject will send out email just fine, but i can't connect to the pop server. it's running on port 110 and appears in 'nmap -s T'

i'm not using DJB's checkpassword binary, i'm using jedi/sector one's. checklocalpwd itself seems to be working ok. I get no funky messages or errors when everything starts up. any ideas?
__________________
I before E, except in Budweiser.

Reply With Quote
  #2  
Old May 13th, 2004, 12:35 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
I was just strolling around looking at stuff when I noticed your qmail question. I setup/customized my own qmail configuration, so maybe I can help. Although, I see you used tcpserver, and I used xinetd instead (I didn't want to install every program djb ever decided to write just to run qmail like tcpserver, daemon-tools, supervise, checkpassword, etc...). I wrote/customized my own programs to handle pop3 account authentication and pop3-before-smtp authentication.

so anyway, let's gather some information. I want to see the results of this command:

netstat -an | grep '110'
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old May 18th, 2004, 09:33 AM
captain_caveman captain_caveman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 143 captain_caveman User rank is Private First Class (20 - 50 Reputation Level)captain_caveman User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 19 h 54 m 5 sec
Reputation Power: 5
howdy howdy
I got it working. now i'm wondering if there's ANY php-based web app i can control qmail with. i've got qmailadmin and vqadmin on here but they are C, and a tad aggravating to hack on. anyone know of anything? i've googled but not found what i'm after.

i guess i should include that i'm using mysql + virtual hosting on this thing. vqadmin and qmailadmin are precisely what i need, it would just be nicer if they were in a different language.

Reply With Quote
  #4  
Old May 24th, 2004, 01:18 PM
dba_frog's Avatar
dba_frog dba_frog is offline
cave painting, the 1st Opn Src
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 407 dba_frog User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 h 9 m 2 sec
Reputation Power: 6
php based answer

Why work that hard?

Try WEBMIN, they have a module for QMAIL.

Install Webmin, Install & Active Qmail module...GTG
No hackin' necessary


hth...Frog
__________________
Curious by Nature,
Linux by Choice

Reply With Quote
  #5  
Old May 24th, 2004, 04:08 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
In my experience webmin does not support the features I needed out of qmail. I had to customize the config myself. I'm also in the process of writing a mail manager in perl for it. But it will be specific to my needs as opposed to a general qmail manager.

Everybody should be a programmer.

Reply With Quote
  #6  
Old May 24th, 2004, 04:44 PM
captain_caveman captain_caveman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 143 captain_caveman User rank is Private First Class (20 - 50 Reputation Level)captain_caveman User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 19 h 54 m 5 sec
Reputation Power: 5
well, i'm writing all my own stuff in php as we speak. almost done. it's a really clean interface, as basic as can be. vpopmail is incredibly easy to make interfaces to, i like it ;]

Reply With Quote
  #7  
Old May 24th, 2004, 06:06 PM
captain_caveman captain_caveman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 143 captain_caveman User rank is Private First Class (20 - 50 Reputation Level)captain_caveman User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 19 h 54 m 5 sec
Reputation Power: 5
if you guys may be looking for an easy webmail to hack on, check out www.nuralstorm.net

nice php webmail interface, light and simple.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > qmail-pop3d on a static IP, no domain name


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT