![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Qmail - possible? | saveka | SUN Solaris | 2 | 08-17-2007 11:14 AM |
| Qmail on Solaris 9 | tinhlx | SUN Solaris | 1 | 06-01-2006 09:59 AM |
| Qmail Configuration | raj_shivage | UNIX for Dummies Questions & Answers | 1 | 01-25-2006 09:50 AM |
| QMail Help | perryl7 | UNIX for Dummies Questions & Answers | 0 | 02-21-2005 02:01 PM |
| QMail | vieiramail | UNIX for Dummies Questions & Answers | 1 | 04-17-2001 02:17 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Qmail and duplicate
hello,
I have a qmail server on Freebsd that is sending periodic duplicate emails. I dug around and found out that when connecting to the server through a telnet session everything goes good until i send the DATA command, type a message and enter the "." it takes like 5 minutes to get the 250 ok message, Im thinking this is the reason for duplicates, anyone got any ideas as to why its taking so long to process and accept the message? A snippet of my qmail-smtpd/run file below if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" -o -z "$LOCAL" ]; then echo QMAILDUID, NOFILESGID, MAXSMTPD, or LOCAL is unset in echo /usr/qmail/supervise/qmail-smtpd/run exit 1 fi exec /usr/local/bin/softlimit -m 20000000 \ /usr/local/bin/tcpserver -h -v -R -t 20 -l "$LOCAL" -x /usr/home/vpopmail/etc/MX-tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ /usr/local/bin/rblsmtpd -r whois.rfc-ignorant.org \ /usr/qmail/bin/qmail-smtpd-chkusr 2>&1 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|