Re: [Dbmail] Postmaster

2002-09-23 Thread Jeff Brenton
t domain into postfix's transport table (activating the domain as far as my system is concerned, because the transport table is also the list of destinations for postfix), then inserting a 'postmaster@' for the domain into dbmail.aliases so that the domain is "legal". -- Jeff Bren

Re[2]: [Dbmail] Postmaster

2002-09-23 Thread Jeff Brenton
mail, since I'm already running nearly 30 accounts and over 50 aliases... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahd

Re[4]: [Dbmail] Postmaster

2002-09-23 Thread Jeff Brenton
Hello Abdulla, AD> anyway this is what i see in the database after all that AD> 21 postmaster [EMAIL PROTECTED] 21 0 AD> 2061 [EMAIL PROTECTED] 21 0 AD> 2062 [EMAIL PROTECTED] 21 0 Yes, that looks just fine. -- Jeff Brenton President, Engineered Software Products, Inc htt

Re[6]: [Dbmail] Postmaster

2002-09-25 Thread Jeff Brenton
;dbmail:" as the transport. Postfix will do two lookups on that table for inbound mail, first to determine if it should handle it, and second to determine where to send it. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit

Re[8]: [Dbmail] Postmaster

2002-09-25 Thread Jeff Brenton
e/000707.html This link is how I got POP-before-SMTP working with Postfix, dbmail, and MySQL: https://mailman.fastxs.nl/pipermail/dbmail/2002-June/000739.html Around each of these messages in the archives are details on changes necessary if you're using postgres instead of mysql as your d

Re[2]: [Dbmail] Still getting failed suicides...

2002-09-25 Thread Jeff Brenton
ail prior to rc3 for our installations, because there were some changes made that caused problems with our installation. Those changes addressed problems we did not have, so there was no reason for us to update. Later changes indicate that we SHOULD update, but it's been a very low priority.

Re: [Dbmail] old cvs and such

2002-09-25 Thread Jeff Brenton
new fields; RR> so it shouldn't be too much of a problem converting older table RR> structures into newer ones. Maybe some 'interactive' (scary word RR> ;-) tool could help by this - anyone interested in building RR> something? This tool could add missing indexes as we

Re[10]: [Dbmail] Postmaster

2002-09-26 Thread Jeff Brenton
ause any one of them has the potential to be the SENDER of mail, so they might receive a BOUNCE message from the outside. If any are missing, you can sometimes get into a loop with another server, especially when a spammer uses a fake address to send mail... -- Jeff Brenton President, Engin

Re[2]: [Dbmail] GOOD NEWS!!! I"M from dbmail , dbmail sucks no support for it

2002-10-03 Thread Jeff Brenton
3d and dbmail-imapd to start at boot. They are set to be one of the last things started, so the network is operational when they start (important because the MySQL server is not running on localhost), but they always fail. If I log in and execute the scripts, they start just fine. This is with Mandra

Re[2]: [Dbmail] GOOD NEWS!!! I"M from dbmail , dbmail sucks no supportfor it

2002-10-03 Thread Jeff Brenton
ion on the mailbox size): dbmail-adduser -a [EMAIL PROTECTED] password 0 0 \ [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] The first occurance of '[EMAIL PROTECTED]' creates the mailbox; everything after the mailbox size and client_id fields are aliases that dbmail will accep

Re: [Dbmail] DATABASE USER PROBLEM

2002-10-11 Thread Jeff Brenton
for 'add', as in: dbmail-adduser a user pass 0 0 [EMAIL PROTECTED] -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdah

Re: [Dbmail] POP-auth before SMTP adjustment.

2002-10-24 Thread Jeff Brenton
he "protected" net... The most likely place you're going to have trouble with P-b-S authentication is AOL or other proxy users. I know this doesn't "fix" anything, but it does narrow the potential abusers. -- Jeff Brenton President, Engineered Software Products, Inc http

Re[2]: [Dbmail] POP-auth before SMTP adjustment.

2002-10-24 Thread Jeff Brenton
s distributed, have support for Postgres tables. However, patches exist for this, and I understand that the DBMail docs will eventually point to them, to allow pbsp to be used in a postgres installation. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Question

[Dbmail] Can Postfix use the dbmail aliases table?

2002-11-14 Thread Jeff Brenton
My eyes are getting too tired to look any further for this, so I'll ask here. I'd like Postfix to be able to make use of the dbmail aliases table to decide whether to accept or reject mail, so that it will know that, for example, '[EMAIL PROTECTED]' (an address now showing up in a LOT of FORMMAIL

[Dbmail] dbmail-pop3d and dbmail-imapd and start-up

2002-11-14 Thread Jeff Brenton
I've been using the dbmail-pop3d and dbmail-imapd start-up scripts posted here earlier this year for some time, running on my Mandrake 8.1 system. However, even though they are listed by the system as being included in the run level 3 (our normal run level) tasks, and having high numbers assigned

Re: [Dbmail] Fw: Compiling dbmail with MySQL 4.0+, will not build. Fix or non-compat?

2002-12-04 Thread Jeff Brenton
ething else altogether. ES> Compiler is gcc-3.2 The errors look like what I get when I forget to add '-lz' to my compile options with postfix... Most binary distributions of MySQL are compiled with zlib, and you have to link apps using the MySQL development libraries against zlib as well. T

Re[2]: [Dbmail] redundant smtp/pop3 with: dbmail + db [postgres] + postfix

2002-12-05 Thread Jeff Brenton
e to read it. --- It would seem that the biggest problem would be in auto-increment items, such as message numbers, if there were any disruption of the connection between servers. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahd

Re[2]: [Dbmail] DB replication patch

2002-12-06 Thread Jeff Brenton
hat it could move up to the next modification query. I have a CRON job that emails me the status of replication on all servers every hour... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you

Re: [Dbmail] Suggestion: SQLite backend

2002-12-07 Thread Jeff Brenton
Hello Steve, SH> I would like to suggest a SQLite (http://www.hwaci.com/sw/sqlite/) SH> backend. SQLite is a *fast* (they claim to be 4x faster then SH> PostgreSQL) and small (lib is around 200Kb) embedded SQL engine. SH> It's provided with full C/C++ code, and you can choose between SH> dynamic o

Re[2]: [Dbmail] How scalable is it?

2002-12-18 Thread Jeff Brenton
ostGRES is not quit as easy as doing it with MySQL, because PG support isn't in the main postfix CVS tree or distribution, but it DOES exist. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you

Re: [Dbmail] Changes to sql database

2002-12-23 Thread Jeff Brenton
rop> I'd need to add 2 or 3 columns to mailboxes table. rop> But I wander if adding those columns can mess up with the whole rop> app. So long as you do not change the names of existing columns, it should not be a problem. dbmail is "properly" designed, in that it retrieves its needed columns by n

Re: [Dbmail] HOW-TO?

2003-01-20 Thread Jeff Brenton
tes that have information on getting qmail to talk to both Postgres and MySQL tables for a variety of features; whether or not determining authorized relay networks is one of those, I can't say. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: h

[Dbmail] Postfix and pop-before-smtp

2003-01-28 Thread Jeff Brenton
this, with the following two settings in dbmail.conf: DBMAIL_POP_BEFORE_SMTP = yes DBMAIL_IMAP_BEFORE_SMTP = yes --- Hope this helps... I've been using it for over a year now, and the only problem has been that not all my users have configured their mail clients to check their mail before sendin

Re[2]: [Dbmail] Postfix and pop-before-smtp

2003-01-28 Thread Jeff Brenton
.x, so I should have something next month. Then, we just need to get it added to the documentation! B-) -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Pl

Re: [Dbmail] re: re: getting dbmail to work

2003-01-31 Thread Jeff Brenton
t doing that in PHP, prior to moving ALL the non-REGEXP postfix tables to MySQL... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.did

Re: [Dbmail] re: getting dbmail to work....thats not really the problem here

2003-01-31 Thread Jeff Brenton
, such as: user = postfix password = password dbname = dbmail table = aliases hosts = 192.168.2.2 select_field = alias where_field = alias -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the f

Re[2]: [Dbmail] re: getting dbmail to work....thats not really the problem here

2003-01-31 Thread Jeff Brenton
it again to the list. I'll also see if I have a copy of the information on getting Postgres support into Postfix - I didn't write it, and I didn't need it, and I don't always keep copies of such things... B-) Perhaps a Postfix HOW-TO could be added to the dbmail 1.01 distributio

[Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
nce messages for before our real customers get hit. By the time they make it through to the customer emails, I've already blocked their IPs and email addresses... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Li

Re[2]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
ticate the client who needs to relay. In my case, anything sent over a VPN connection will appear as a private network address (192.168.x.x), so those ranges are explicitely named in $mynetworks, with the pbsp authentication listed LAST. -- Jeff Brenton President, Engineered Software Products

Re[4]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
, they should either make sure their client is using stunnel for both send and receive, OR switch to non-stunnel connections for POP3/IMAP4 (probably not a desirable thing!). -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.co

Re[6]: [Dbmail] Reprise: POP-Before-SMTP and Postfix

2003-02-18 Thread Jeff Brenton
pbsp authentication. If that works, it will solve the problem of roaming customers, so long as they're willing to put up with plain-text authentication. After that, you can reenable stunnel, and try adding a rule that maps to 127.0.0.1:25, which should allow stunnel to work for sendi

Re: [Dbmail] Newbie Q. on Mr. Lai's m4

2003-02-21 Thread Jeff Brenton
ur sendmail can use SQL, you could have it look up aliases with the dbmail.aliases table directly. If not, it might be better to write a small Perl or other script to periodically query the SQL database, build a new aliases file, and run newaliases on it. -- Jeff Brenton President, Engineered Softwa

Re: [Dbmail] Auto-response

2003-02-21 Thread Jeff Brenton
ce", which would only notify you if a bounce message bounced itself. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re[3]: [Dbmail] Auto-response

2003-02-21 Thread Jeff Brenton
sers, so you'll not get those dbmail-generated bounce messages. The Postfix-generated messages are controled by: # what to tell postmaster about notify_classes= resource software policy protocol 2bounce bounce --

[Dbmail] APOP vs. PBSP

2003-02-25 Thread Jeff Brenton
g a major upgrade here (I'd hoped to postpone it until I build a new mail server "real soon now"), does APOP now update pspb properly? -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism gran

Re: [Dbmail] Urgent - Relay e Unknow User

2003-02-26 Thread Jeff Brenton
include the transport table in the dbmail database... I may eventually move mine. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re: [Dbmail] Urgent - Relay e Unknow User

2003-02-26 Thread Jeff Brenton
it is accepted, you don't get this hole. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re[2]: [Dbmail] Urgent - Relay e Unknow User

2003-02-26 Thread Jeff Brenton
n = hash:/etc/postfix/transport transport_maps = hash:/etc/postfix/transport -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.didida

Re: [Dbmail] URGENT

2003-03-02 Thread Jeff Brenton
MFK> I PRESUME THIS MAIL WILL NOT BE A SURPRISE TO YOU. MFK> I AM AN ACCOUNTANT WITH THE MINISTRY OF MINERAL MFK> RESOURCES AND ENERGY IN SOUTH AFRICA AND ALSO A MEMBER MFK> OF CONTRACTS AWARDING COMMITTEE OF THIS MINISTRY UNDER MFK> SOUTH AFRICA GOVERNMENT. Hmmm... I thought someone said e

Re[2]: [Dbmail] Maximun size of a DB

2003-03-03 Thread Jeff Brenton
NK> Can you tell me how I install or even just verify if InnoDB is NK> instaled in my machine? Where can I found documentation and some NK> other information about this? If you're running MySQL as supplied with any major Linux distribution, innodb isn't installed. Virtually guaranteed. Only the Wi

Re: [Dbmail] Multiple copies of every email

2003-03-06 Thread Jeff Brenton
ll remove messages with status 003 from the table, or change 002 status messages to 003. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://

Re[2]: [Dbmail] Multiple copies of every email

2003-03-06 Thread Jeff Brenton
th Evolution all works fine. Does Entourage give any detail of the error in its logs? Perhaps it is tripping over something in the POP3 transaction on the last message, causing it to disconnect early (hence the log entry from dbmail-pop3d), also resulting in a local error, so nothing gets mar

Re[4]: [Dbmail] Multiple copies of every email

2003-03-06 Thread Jeff Brenton
POP3 and SMTP transactions, which (after finding where it hid the damn log!) showed an overflow error retrieving a particular message. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom t

[Dbmail] List maintenance

2003-03-09 Thread Jeff Brenton
Hello dbmail, If the list isn't going to go back to "subscriber postings only", please at least implement the spam filters on Postfix. At least two of the last three spams sent through the reflector would have been blocked by filtering against bl.spamcop.net, and the other would have tripped on re

Re: [Dbmail] READ

2003-03-11 Thread Jeff Brenton
DNU> I await your earliest response. Hmmm... at least this one is a bit different - claiming to just be stealing from the estate of a foreigner, rather than their own government! -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: h

Re: [Dbmail] SQL QUERY TO LIST USERS IN A SCRIPT

2003-03-14 Thread Jeff Brenton
mysql command, taking into account user ID and passwords to access your databases (we do not allow ANY unidentified access to our databases). If the user executing the script requires no password for mysql, you could run: echo 'select alias from dbmail.aliases;' | mysql -- Jeff B

Re: [Dbmail] dbmail-pop3d and inetd

2003-03-20 Thread Jeff Brenton
is over 95% of the total runtime of the program! Running as a daemon, dbmail-pop3d and -imapd eliminate that headache. Running under xinetd means they would have significant start-up delays on each connection. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionab

Re: [Dbmail] Database + Webmail

2003-03-20 Thread Jeff Brenton
d> the database or what do I do? SENDING mail is not changed by dbmail - that's a function of your Mail Transport Agent, such as Postfix, Sendmail, or whatever. dbmail is the delivery mechanism for local users. -- Jeff Brenton President, Engineered Software Products, Inc http://espi

Re[2]: [Dbmail] Database + Webmail

2003-03-20 Thread Jeff Brenton
to use either Postgres or MS-SQL, so you can host the whole thing on a Linux box! -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re: [Dbmail] Stupid postfix configuration problem...

2003-03-23 Thread Jeff Brenton
Hello Simon, SH> I'm afraid I'm not entirely sure how to proceed from here. I know SH> this isn't really a dbmail issue, but that error seems to be SH> fairly generic so USENET search returns all sorts of different SH> problems that have the same symptoms and I'm sure that somebody SH> here will b

Re[2]: [Dbmail] Stupid postfix configuration problem...

2003-03-24 Thread Jeff Brenton
Hello Simon, >> Did you set mydestination to include the domains in question? SH> Yep, comma separated list $mydestination = in main.cf... Um, when setting a variable in main.cf, you don't use the $ in front of it. When Postfix sees the $mydestination, it substitutes the current value of $mydesti

Re[2]: [Dbmail] exchange and dbmail

2003-03-24 Thread Jeff Brenton
o stop Exchange from being an open relay! B-) -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re[2]: [Dbmail] (no subject)

2003-03-31 Thread Jeff Brenton
eally, is having to restart named to get the master to read a zone file change... Fortunately, that's only a couple of times per month. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the

Re: [Dbmail] Message to multiple users

2003-03-31 Thread Jeff Brenton
store ends up having multiple copies anyway... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re[2]: [Dbmail] (no subject)

2003-03-31 Thread Jeff Brenton
x27;d say it should be the STANDARD caching nameserver for Linux distributions, if that restriction went away! -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any

Re[2]: [Dbmail] Message to multiple users

2003-03-31 Thread Jeff Brenton
orm. Some organizations LIVE by their public folders, which prevents them from even considering non-Microsoft solutions. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate

Re[2]: [Dbmail] Postfix aliases with dbmail

2003-04-30 Thread Jeff Brenton
liverable addresses against the dbmail alias table. This, of course, means having SQL support compiled into postfix... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freed

Re: [Dbmail] email not being deleted

2003-05-07 Thread Jeff Brenton
pening connection to the database... Ok. Connected Setting DELETE status for deleted messages... Ok. [709] messages set for deletion. Maintenance done. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism gran

Re: [dbmail] looping

2003-05-08 Thread Jeff Brenton
Hello Liz, Wednesday, May 7, 2003, 7:34:59 PM, you wrote: LQ> Hi there, I have set everything up as the FAQ says however I appear to LQ> be having a looping problem. LQ> It causes high load on the server and very large logs. LQ> This is whats in my logs. Have you established aliases for "dbmail@

Re[2]: [dbmail] looping

2003-05-08 Thread Jeff Brenton
Hello Liz, LQ> Yes I have already established all that. LQ> All aliases in place. LQ> Are there any rules for username? ie are they username or LQ> [EMAIL PROTECTED] or anything like that? Most of our users have user IDs in the form of [EMAIL PROTECTED], but that does not work with all email clie

Re[2]: [Dbmail] Piping problem

2003-05-14 Thread Jeff Brenton
ls, you'll get a more informative error message... -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re: [Dbmail] Administration script

2003-05-29 Thread Jeff Brenton
lize the transport table, don't limit the transport column to 8 characters; Some transport methods can be quite involved! For example, you might want Postfix to forward "internal.domain.com" mail to a server inside your firewall, possibly after running it through some filtering. That

Re[2]: [Dbmail] mysql4-replication-problems

2003-06-06 Thread Jeff Brenton
imply refuses to replicate - its inserts/updates don't even make it to the binlog, even though there is nothing I can find in the configuration that would exclude it. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahda

Re: [Dbmail] HELP : DBMAIL error on Outlook Express for Mac OS/X

2003-07-01 Thread Jeff Brenton
turning on logging in Outlook Express, and see what error(s) it is encountering. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a current list of exceptions

Re: [Dbmail] Whitelists

2003-07-04 Thread Jeff Brenton
Hello Peter, PV> I'm setting up DBmail with postfix at my company. With the PV> database functionality (postgres at this site) it seemed a natural PV> fit for multiple users. Since we have multiple users we would like PV> to the functionality for each user to set up their own whitelist, PV> the be

Re: [Dbmail] [dbmail-pop3d] Two of every message

2003-07-11 Thread Jeff Brenton
Hello Ryan, RP> For some reason all e-mails are being delivered to the client RP> twice. I have literally no idea where to go with this. I've RP> searched google and the dbmail archives and have come up empty RP> handed, though perhaps I've been searching the wrong terminology. RP> userid: [EMAIL

Re: [Dbmail] aliases

2003-08-20 Thread Jeff Brenton
needed... for when they need an address to put on a registration that they don't want to hear from after the confirmation comes in...] -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the free

Re: [Dbmail] mail forwarding...

2003-08-21 Thread Jeff Brenton
think this message is incorrect please contact DS> [EMAIL PROTECTED] DS> Header of your message follows... DS> _______ DS> Dbmail mailing list DS> Dbmail@dbmail.org DS> https://mailman.fastxs.nl/mailman/listinfo/dbmail -- Jeff Brenton Presid

Re: [Dbmail] repeating email messages

2003-09-09 Thread Jeff Brenton
//www.grisoft.com). JK> Version: 6.0.512 / Virus Database: 309 - Release Date: 19/08/2003 JK> ___ JK> Dbmail mailing list JK> Dbmail@dbmail.org JK> https://mailman.fastxs.nl/mailman/listinfo/dbmail -- Jeff Brenton President, Engineered Software Products, Inc http

Re: [Dbmail] dbmail bounces?

2003-09-11 Thread Jeff Brenton
ydomain.tld select_field = alias where_field = alias Now, postfix will no longer accept undeliverable mail for your domains... so dbmail won't have to bounce it. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com L

Re: [Dbmail] dbmail-pop3d

2003-09-16 Thread Jeff Brenton
ssible to look at the description of the fields T> of the dbmail configuration file? T> Best regards, T> Eugeny A.Upatov T> e-mail: [EMAIL PROTECTED] T> ___ T> Dbmail mailing list T> Dbmail@dbmail.org T> https://mailman.fas

Re: [Dbmail] Storing domain Lists in SQL

2003-10-06 Thread Jeff Brenton
Hello dbmail, dmc> My question is, is there any MTAs that will simply pass the mail dmc> onto dbmail-smtp without checking to see if the domain is valid? dmc> Or is there a way I can define sendmail to accept all mail that dmc> it is sent? Would there be a downside to doing this? My dmc> understan

Re[2]: [Dbmail] Storing domain Lists in SQL

2003-10-06 Thread Jeff Brenton
Hello dbmail, dmc> It seems redundent to have both dbmail and the MTA check for the dmc> validity of the domain name and users. dbmail isn't checking the validity - Postfix is, in this case. dbmail just delivers it to the mailboxes. It also provides the tools (the alias table) for Postfix to dete

Re[2]: [Dbmail] Usage question...

2003-10-13 Thread Jeff Brenton
tatus to 003, then let the normal maintenance program take over at that point for the final deletion. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Pleas

Re[4]: [Dbmail] Usage question...

2003-10-14 Thread Jeff Brenton
Hello Mark, MMO> We do something similar - 24 hour grace period. I'd like to make MMO> it 7 days for any message from deletion, not just say every 7 MMO> days. With the size of our database, I need to run the purge MMO> every day unfortunately - so the deleted timestamp would be more MMO> helpful.

Re: [Dbmail] APOP

2003-10-14 Thread Jeff Brenton
Hello Butch, BE> I have a customer running MacIntosh. They check their mail, and it BE> defaults to using APOP. I need either to turn off APOP in dbmail, BE> make the PBSP work, or both. I am using version 1.1. BE> I just looked and saw that 1.2 was available. I installed that BE> tonight. I don'

Re: [Dbmail] The system mails

2003-10-16 Thread Jeff Brenton
omain goes to dbmail, it injects it into dbmail for delivery. Mail that DOESN'T have the domain on it is likely to be found in /var/spool/mail, or in the original Maildir. Remember to run newaliases on the alias file, then have postfix reload it. -- Jeff Brenton President, Engineered S

Re: [Dbmail] New user questions

2003-10-24 Thread Jeff Brenton
mailboxes within the dbmail system, and 30+ aliases for those boxes. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdi

Re[2]: [Dbmail] New user questions

2003-10-24 Thread Jeff Brenton
I fire up PHPMyAdmin and add an alias for that specific web site or vendor, which is where most of my other aliases originate. dbmail handles dropping them in the real mailbox. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdi

Re[4]: [Dbmail] New user questions

2003-10-25 Thread Jeff Brenton
Hello Sean, SH> The reason I was using fetchmail is that i dont have control of SH> all the domains. Mail will come to different accounts on several SH> different servers and i just want to pull my mail into this not SH> everyone that has accounts on that domain. It sounds like what you're lookin

Re[2]: [Dbmail] IMAP + dbmail

2003-11-10 Thread Jeff Brenton
e sure you've disabled or removed other IMAPD software; check /etc/xinetd.d for its imapd server, and make sure it is set to 'disable = yes'. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism gran

Re[3]: [Dbmail] IMAP + dbmail

2003-11-10 Thread Jeff Brenton
or, and aborts, even though xinetd started it. Try disabling xinetd's control of port 143, then start dbmail-imapd as a daemon (there is a script somewhere around here to do that on start-up). -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Question

Re: [Dbmail] Repeat emails being sent to client from dbmail

2003-11-24 Thread Jeff Brenton
e one that causing the "burp". Do you have a web interface to your mail server? It might help to have them use that, OR switch to IMAP to clear the account. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.c

Re[2]: [Dbmail] forwarded bounces revisited and Postfix issues.

2004-01-08 Thread Jeff Brenton
them BB> properly? Do I need to use a different switch for dbmail in the master.cf BB> line? BB> I'd be really stoked if this worked as it would solve the bad from address BB> in forwards problem. BB> Thanks BB> Brian BB> ________

Re[4]: [Dbmail] forwarded bounces revisited and Postfix issues.

2004-01-08 Thread Jeff Brenton
was using IMail on Windows NT, which "properly" handled the forward, as you're looking to do. I have NOT had the problem when dbmail changes the envelope sender to itself. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://didid

Re[2]: [Dbmail] Postfix with IMAP

2004-02-19 Thread Jeff Brenton
f course, this means you must have compiled Postfix with SQL support. That's easily enough done for MySQL, but you need to hunt down the latest patches to use PostGres. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.co

Re[3]: [Dbmail] Postfix with IMAP

2004-02-20 Thread Jeff Brenton
Hello David, D> Jeff, referencing a table in the database sounds like D> a great idea. I will give that a try. I am using D> Postgres so I will probably need to do a bit of D> recompiling. I had a link to the Postgres patch for Postfix, but it was for a non-current version. Everywhere I found t

Re: [Dbmail] Using transport map for $mydestination

2004-02-20 Thread Jeff Brenton
word] dbname = forwarder table = mytransport hosts = 192.168.2.142 select_field = transport where_field = domain --- The same configuration file works for both, because Postfix doesn't care what is returned the first time, just that a row was found. -- Jeff Brenton President, Engineered Softw

Re[2]: [Dbmail] Postfix with IMAP

2004-03-07 Thread Jeff Brenton
Hello Sandino, SAS> user = dbmail SAS> password = SAS> dbname = dbmail SAS> table = aliases SAS> select_field = alias? SAS> where_field = ? What should I expect Postfix to send to the SQL query? The control file for my MySQL version is as follows: user = postfix password = *** dbnam

Re: [Dbmail] :)

2004-03-26 Thread Jeff Brenton
igured to dump its useless messages into the bit bucket) -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.dididahdahdidit.com/except.php for a

Re: [Dbmail] mail forwarding

2004-04-28 Thread Jeff Brenton
can have multiple aliases for a given address in the aliases table, and dbmail will attempt to deliver to all of them. -- Jeff Brenton President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate an

Re: [Dbmail] Fresh install not answering SMTP

2004-06-15 Thread Jeff Brenton
ing as a daemon; try 'postfix start' to see if it reports an error. Then check the /var/log/mail/ for messages in the files errors and warnings. -- Jeff Brenton Vice President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Libera

Re[2]: [Dbmail] Fresh install not answering SMTP

2004-06-15 Thread Jeff Brenton
n running on a computer, the logs should show NO DHCP activity, with a fixed IP. -- Jeff Brenton Vice President, Engineered Software Products, Inc http://espi.com Questionable web page: http://dididahdahdidit.com Liberalism grants you the freedom to advocate any idea*. * Please see http://www.did

Re[2]: [Dbmail] Fresh install not answering SMTP

2004-06-15 Thread Jeff Brenton
as proxies between Outlook/Outlook Express and POP/IMAP servers, redirecting the connections to 127.0.0.1, and then making the "real" connection to the server themselves... And they're sometimes REALLY DUMB about how to log in properly. Outlook will think it has a valid connection, b

Re[2]: [Dbmail] RE:Fresh Installation!!!!

2004-08-22 Thread Jeff Brenton
Hello Jason, JB> Postfix does _not_ need to be compiled for MySQL in order to use dbMail. JB> A straight install of postfix should work fine. Technically true, but you lose some serious advantages by NOT compiling MySQL (and/or PostgreSQL) support into Postfix - primarily the ability for Postfix

Re[4]: [Dbmail] RE:Fresh Installation!!!!

2004-08-25 Thread Jeff Brenton
Hello Kirti, If you have the MySQL development libraries installed on your computer (not put there by default in most distributions), AND they're located in the paths listed (they weren't on my Mandrake system), it would work. You also need the db2 and zlib development packages to complete the com

Re[2]: [Dbmail] New user, questions, scalability, etc.

2004-08-31 Thread Jeff Brenton
Hello Forrest, FA> Frankly, I'm also concerned about MySQL's performance under such FA> potentially harsh conditions. That remains to be seen. MySQL isn't really the limitation - ask the people at YAHOO, who happily put more load on MySQL than dbmail for a hundred thousand workers. The new O'Reil

[Dbmail] Virus message blocking [off-topic]

2004-09-10 Thread Jeff Brenton
the non-UPX-compressed files I tested, I only tested a dozen, so your results might vary. It's already bounced two messages from this list in the 24 hours I've had it online. -- Jeff Brenton Vice President, Engineered Software Products, Inc http://espi.com Questionable web page: http:

Re[2]: [Dbmail] Virus message blocking [off-topic]

2004-09-10 Thread Jeff Brenton
sender will not get a report about the error. Also, tripping one of our spam filters kicks our MTA into "tarpit mode", adding 20 seconds delay to each ACK sent out, slowing the infected computer down... Sure, it doesn't fix the problem, but I feel better about it! B-) -- Jeff Bre

Re[2]: [Dbmail] Virus message blocking [off-topic]

2004-09-10 Thread Jeff Brenton
I could reject earlier in the process... B-) False virus positives are less prevalant today than they were 5 or more years ago. I remember having to disable Norton AntiVirus for a few weeks in the early 1990's because it insisted that one of the most popular access programs for CompuS

  1   2   >