image
image

Go Back   macosx.com > Mac Help Forums > Unix & X11

Reply
 
Thread Tools
  #9  
Old May 15th, 2003, 01:09 PM
Registered User
 
Join Date: Apr 2003
Location: PA
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Gimpy00Wang is on a distinguished road
Here's the pop3.sh:

Code:
#!/bin/sh
# This starts qmail-pop3d using tcpserver

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R 0 pop3 \
/var/qmail/bin/qmail-popup _SHOST_.domain.com \
/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
smtp.sh:

Code:
#!/bin/sh

echo Starting qmail-smtpd...
/usr/local/bin/tcpserver -x /var/vpopmail/etc/tcp.smtp.cdb -u 82 -g 81 0 \
smtp /var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd &
...and my rc...

Code:
#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to Maildir format by default

case "$1" in
start)
        exec env - PATH="/var/qmail/bin:$PATH" \
                qmail-start ./Maildir/ splogger qmail&
                /var/qmail/bin/pop3.sh
                /var/qmail/bin/smtp.sh
        exit 0
        ;;
stop)
        exec killall qmail-send
        ;;
*)
        echo "Usage: `basename $0` {start|stop}" >&2
        exit 64
        ;;
esac
- G!mpy
__________________
----- ----- ----- -----
PowerBook G4 12" w/640M RAM, AirPort Extreme running OS X 10.3.x
----- ----- ----- -----
Reply With Quote
  #10  
Old May 15th, 2003, 01:10 PM
Registered User
 
Join Date: Apr 2003
Location: PA
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Gimpy00Wang is on a distinguished road
.

Last edited by Gimpy00Wang; May 15th, 2003 at 01:25 PM.
Reply With Quote
  #11  
Old August 17th, 2006, 08:43 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
moh83 is on a distinguished road
qmail-smtp relay using username and password??

Quote:
Originally Posted by Gimpy00Wang View Post
I have implemented smtp auth with QMail, but not with Sendmail. We moved away from Sendmail a little over a year ago after getting tired of its limitations and vulnerabilities. If you can, I would strongly suggest checking out QMail. If you're used to Sendmail, QMail will seem a little odd, but it's super-stable and well worth the migration.

- G!mpy
hi, in my organization we need to realy mail from our mail server to isp mail server (smtp.xyz.com) using a username and password, can u tell me how to do this with Qmail, or plz direct me to some useful links.
i have been trying this for a long time, but ,,,,,,.........couldn't find ny god solution.
thanks
Mohit
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
deleting old SMTP addresses in Mail? OrganLeroy Mac OS X System & Mac Software 1 October 2nd, 2003 11:36 PM
How to select alternate SMTP in Mail? OrganLeroy Mac OS X System & Mac Software 2 July 8th, 2003 11:26 PM
* SASL smtp auth Gabriel Camiro Unix & X11 0 May 8th, 2003 10:39 PM
CGI Script and SMTP Joel Epstein Mac OS X System & Mac Software 1 March 28th, 2002 05:30 PM
Help with Mail - SMTP problems N/A Apple News, Rumors & Discussion 3 October 31st, 2000 07:24 AM


All times are GMT -5. The time now is 09:10 AM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.