[vchkpw] qmail + vpopmail woes
qmail + vpopmail woes Hi! I've got qmail installed and working great! qsend, qsmtp and qpop3d is working. Backend is MySQL 3.23.55 + AutoResponder + ezmlm + IDX I've installed vpopmail and created a virtual domain. I've also added user via the /vpopmail/bin/vadduser i did a vuserinfo on the account and the following # ./vuserinfo testemail%virtual.net name: testemail passwd: $1$wasdSRsJ$jAONIancd7JBdX.4fNl.D0 clear passwd: ** uid: 0 gid: 0 gecos: all services available dir: /var/vpopmail/domains/virtual.net/testemail quota: 20971520S usage: 0% account created: Wed May 28 04:45:02 2003 last auth: Never logged in I tried sending out email and it's can receive the email sent to the user on the virtual domain. Listing of my testemail directory: # pwd /var/vpopmail/domains/virtual.net/testemail/Maildir # ls -al total 12 drwx-- 5 vpopmail vchkpw 512 May 28 04:57 . drwx-- 3 vpopmail vchkpw 512 May 28 04:45 .. drwx-- 2 vpopmail vchkpw 512 May 28 04:45 cur -rw--- 1 vpopmail vchkpw 21 May 28 04:45 maildirsize drwx-- 2 vpopmail vchkpw 512 May 28 04:45 new drwx-- 2 vpopmail vchkpw 512 May 28 04:45 tmp # listing of the new dir under Maildir # pwd /var/vpopmail/domains/virtual.net/testemail/Maildir/new # ls -al total 10 drwx-- 2 vpopmail vchkpw 512 May 28 04:45 . drwx-- 5 vpopmail vchkpw 512 May 28 04:57 .. -rw--- 1 vpopmail vchkpw 2208 May 28 04:45 1054068329.28307.virtual.net,S=2145 # I was able to receive emails sent from other networks. But the funny part is I couldn't get my Outlook Express to login to the mailserver to retrieve the email. I used testemail%virtual.net and password but apparently cannot login. I've checked the services, root 18643 0.0 0.5 32 308 ?? I 2:31AM 0:00.02 supervise qmail-pop3d qmaill 9789 0.0 0.5 44 300 ?? I 2:31AM 0:00.03 /usr/local/bin/multilog t s100 n10 /var/log/qmail/pop3d root 15009 0.0 0.5 140 344 p1 S+ 5:28AM 0:00.01 grep pop And the services are running fine. What have I left out? Thanks! Eugene [EMAIL PROTECTED]
[vchkpw] vchkpw + Courier-IMAP
Hi all! I've been trying to configure Courier-IMAP to work with authvchkpw of vpopmail on OpenBSD platform but to no success. I've installed Courier-IMAP into /usr/local/courier-imap (using gmake on *BSD systems) My imapd config file: ADDRESS=127.0.0.1 PORT=143 AUTHMODULES="authvchkpw" IMAPDSTART=YES When i use the startup script, /usr/local/courier-imap/libexec/imapd.rc start I get this return, # /usr/local/courier-imap/libexec/imapd.rc start bind: Can't assign requested address ll_daemon_start: Resource temporarily unavailable Have I done something wrong with the config? http://www.freebsdforums.org/forums/showthread.php?s=&threadid=11074 Thanks! Best Regards, Eugene
[vchkpw] courier-IMAP
Hello All! I'm using OpenBSD. I've turned off the inetd functions in rc.conf I've compiled Courier-IMAP successfully and gmake it to /usr/local/courier-imap When I try to execute the imapd, I get the following results: # /usr/local/courier-imap/libexec/imapd.rc start bind: Can't assign requested address ll_daemon_start: Resource temporarily unavailable # netstat -an tcp0 0 *.3306 *.*LISTEN tcp0 0 *.110 *.*LISTEN tcp0 0 *.25 *.*LISTEN tcp0 0 *.22 *.*LISTEN tcp0 0 *.80 *.*LISTEN I only need the imap functions. Does anyone know how to resolve this and daemonised the imapd? I've also added the below startup script to rc.local # Starting Courier-IMAP at boot time /usr/local/courier-imap/libexec/imapd.rc start Thanks!
Re[2]: [vchkpw] vpopmail 5.3.20
Hello Tom, Friday, June 27, 2003, 12:56:41 PM, you wrote: TC> On Thursday, June 26, 2003, at 09:30 PM, Michael Bowe wrote: >> I would recommend that you install qmailadmin >> http://www.inter7.com/qmailadmin.html >> >> qmailadmin makes these sorts of tasks very simple TC> The latest development release of qmailadmin is on SourceForge. TC> http://sourceforge.net/projects/qmailadmin/ TC> -- TC> Tom Collins TC> [EMAIL PROTECTED] Thanks for pointing out. Sorry..I din't mention that I've got qmailadmin 1.0.21 installed with vpopmail 5.3.20. When I try to create a forwarding email address, say for example: [EMAIL PROTECTED] -->[EMAIL PROTECTED] For the first email I was able to create the forwarding rule but when I try to create another forwarding address for [EMAIL PROTECTED] to forward emails to -->[EMAIL PROTECTED], i receive the message "Name already used info". I know that the latest build for qmailadmin is 1.0.23, do I have to upgrade it? Is the installation/upgrade simple? Am I on the right trail? I'm confused between .alias and .forward. Thanks! -- Best Regards, Eugene Chua (Mr) Sales Consultant ACCO-BizWare, ACCO Technology Pte Ltd http://www.acco.com.sg Tel : +65 6874 7689 Fax : +65 6874 7687 E-mail : mailto:[EMAIL PROTECTED] * This e-mail is confidential and may also be privileged. If you are not the intended recipient, please delete it and notify us immediately;you should not copy or use it for any purpose, nor disclose its contents to any other person.Views expressed in this message are those of the individual sender, and are not necessarily the views of the company, ACCO Technology Pte Ltd. Thank you! *
[vchkpw] vpopmail 5.3.20
I've managed to install vpopmail 5.3.20 and use it to create email address for all users. Mail incoming/outgoing is working fine. I've got a question, how do I create mail forwarding rules for say example email [EMAIL PROTECTED] [EMAIL PROTECTED] is being forwarded to: --> [EMAIL PROTECTED] --> [EMAIL PROTECTED] I have read the accompany doc but does not seem to find how to config forwarding rules. My SMTP/Pop is qmail. Thanks!