[Dbmail] Dbmail-users -: Failed. Could not connect to database (check log)

2005-11-02 Thread Nataraj S Narayan
Hi I am a new user. Getting the following. Is it a problem with mySql? I use Mysql Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i386) [EMAIL PROTECTED]:~/dbmail-2.0.7$ ./dbmail-users -a nataraj -w neetha Opening connection to database... Failed. Could not connect to database (check log) Comma

[Dbmail] Re: Failed. Could not connect to database (check log)

2005-11-04 Thread Nataraj S Narayan
ataraj Richard Barrington wrote: Hi Nataraj, It could be a few things, MySQL not running, bad password, etc, etc, so please set the dbmail trace level to 5 and post the relevant log entries. Thanks, Richard. On Wed, 2005-11-02 at 17:09 +0000, Nataraj S Narayan wrote: Hi I am a new use

Re: [Dbmail] Re: Failed. Could not connect to database (check log)

2005-11-05 Thread Nataraj S Narayan
lly (using the mysql client) from the dbmail machine? Nataraj S Narayan wrote: Hi Richard This is what i found :- wiredgsis:~# tail /var/log/mail.log Nov 4 17:32:18 localhost dbmail/adduser[4590]: GetConfigValue(): found value [dbmail] Nov 4 17:32:18 localhost dbmail/adduser[4590]: GetConfi

Re: [Dbmail] Re: Failed. Could not connect to database (check log)

2005-11-08 Thread Nataraj S Narayan
7; work when I have given GRANT ALL ON nataraj.* TO [EMAIL PROTECTED] identified by 'mypasswd' ; in Mysql client ? regards Nataraj Paul J Stevens wrote: Your dbmail.conf states: /var/run/mysql.sock whereas your my.cnf states: /var/run/mysql/mysqld.sock ergo. Nataraj S N

[Dbmail] postfix smtp and dbmail-lmtp

2005-11-26 Thread Nataraj S Narayan
Hi friends I am still a novice. I am shifting from postfix to postfix/dbmail. I hv installed dbmail-2.0.7 and postfix 2.2.5 (compiled with sasl2). Why should I have both posftfix waiting on port 25 and dbmail-lmtp waiting on port 24? Should'nt dbmail-lmtp take over fully? Also postfix res

Re: [Dbmail] postfix smtp and dbmail-lmtp and Outside mail relay

2005-11-29 Thread Nataraj S Narayan
Postfix is the mail transport agent. it is what does the sending and recieving of mail messages via SMTP protocol. dbmail-lmtp (or dbmail-smtp) is how you get from postfix to dbmail to use an imap or pop3 client. Hope that helps. On Sat, 2005-11-26 at 09:08 +, Nataraj S Narayan wrote:

[Dbmail] postfix/qmgr[5533]: warning: connect to transport dbmail:, Connection refused

2005-11-30 Thread Nataraj S Narayan
Hi Still having problems with Mysql sockets. dbmail-lmtp and dbmail-pop3 worked right just once. From then on the mails to a users are not seen on pop3. As suggested by Steven and Mueller I am using port 25 in the thunderbird client. Plz help. regards Nataraj

Re: [Dbmail] postfix/qmgr[5533]: warning: connect to transport dbmail:, Connection refused

2005-11-30 Thread Nataraj S Narayan
setup. What's in your master.cf, esp the dbmail transport? Nataraj S Narayan wrote: Hi Still having problems with Mysql sockets. no you don't. That's a warning you can safely ignore. dbmail-lmtp and dbmail-pop3 worked right just once. From then on the mails to a users

[Dbmail] postfix/qmgr[5533]: warning: connect to, transport dbmail:, Connection refused

2005-12-01 Thread Nataraj S Narayan
Hi friends The problem is fixed! My /etc/postfix/transport was having a problem. There was already a man page by name transport. So I had created transport.cf instead of transport. postmap /etc/postfix/transport.cf gave transport.cf.db and not transport.db. i removed man transport man page

[Dbmail] fetchmail and dbmail

2005-12-01 Thread Nataraj S Narayan
Hi I sent a mail from my [EMAIL PROTECTED] to my [EMAIL PROTECTED] This is the mail i get at gmail. -- This is the Postfix program at host ghost.mycompany.com I'm sorry to have to inform

[Dbmail] Multiple relayhosts

2005-12-02 Thread Nataraj S Narayan
Hi friends I need to setup two relay-hosts hosts for the two domains that we are using. The first one 'our_domain.tld' - this is working fine on dbmail + postfix. I have an old domain 'our_old_domain.tld' which will be terminated shortly. But for the time being I need to route all the mails fo

Re: [Dbmail] fetchmail and dbmail

2005-12-06 Thread Nataraj S Narayan
password = dbmail dbname = dbmail hosts = 127.0.0.1 192.168.1.1 query = SELECT alias FROM dbmail_aliases WHERE alias = '%s' Hope this helps. best... Mike - Original Message - From: "Nataraj S Narayan" <[EMAIL PROTECTED]> To: Sent: Thursday, December 01, 2005

Re: [Dbmail] fetchmail and dbmail

2005-12-06 Thread Nataraj S Narayan
= dbmail dbname = dbmail hosts = 127.0.0.1 192.168.1.1 query = SELECT alias FROM dbmail_aliases WHERE alias = '%s' Hope this helps. best... Mike - Original Message - From: "Nataraj S Narayan" <[EMAIL PROTECTED]> To: Sent: Thursday, December 01, 2005 10:

Re: [Dbmail] fetchmail and dbmail

2005-12-06 Thread Nataraj S Narayan
all dbmail-user ids a fallback address with '@bar.com'. Removed all the users and recreated. Now, fetmail delivers the mail for ids and aliases to the correct mailbox. regards Nataraj Nataraj S Narayan wrote: Hi Mike I have'nt tried out your advice yet. Bu

[Dbmail] Sender Address rewrite

2005-12-06 Thread Nataraj S Narayan
Hi friends Most of my problems are over, I am starting use dbmail for my institution. Thanks to all for the great product! I am still a newbie but. Soon hope to dig into the code do things myself. I need to rewrite the Sender Address of outbound e-mails. ie; i need to 'map' a set of local u

[Dbmail] always_bcc to the wrong ID!

2005-12-07 Thread Nataraj S Narayan
Hi friends Is anything wrong with the below command? ./dbmail-users -a nataraj -w mypasswd -g 0 -m 25M -s [EMAIL PROTECTED] [EMAIL PROTECTED] @foo.bar I read that last part - @foo.bar is for fallback . But my mails are not delivered if i dont give this. The said ID was working fine , u

[Dbmail] Re: always_bcc to the wrong ID!

2005-12-09 Thread Nataraj S Narayan
Hi This was a problem in fetchmail ; when i included foo1.bar in .fetchmailrc poll relay.foo.bar localdomains foo.bar foo1.bar localhost protocol pop3: username nataraj password secret to * here Things work now. Stupid! (Me) regards Nataraj Nataraj S Narayan wrote: Hi friends Is

[Dbmail] Mailing lists mails vanishing

2005-12-15 Thread Nataraj S Narayan
Hi I am using the following fetchmail command to download mails to dbmail+ postfix fetchmail -v -f .fetchmailmyrc --smtphost localhost/24 --lmtp I need to give '--lmtp' because, I am using 2 domains. The second domain IDs are aliases of my first domain IDs. So, all the mails from the intran

[Dbmail] dbmail-lmtpd and DDD/gdb debugger

2005-12-15 Thread Nataraj S Narayan
Hi I want to use the graphical debugger 'ddd' and trace through 'dbmail-lmtpd' code ,while it executes. As it is a daemon, it doesnt work the usual way in ddd. Plz suggest how to trace thru the code for a daemon program. regards Nataraj

[Dbmail] User - Alias Map and restrictions

2005-12-16 Thread Nataraj S Narayan
Hi Is there a way to map the users against the aliases? That is, I want to select and restrict the users who can send mails to aliases. If I have an alias '[EMAIL PROTECTED]', I want only '[EMAIL PROTECTED]' to be able to send to 'all' alias. Plz help. regards Nataraj

[Dbmail] Answered_flag

2006-01-16 Thread Nataraj S Narayan
Hi I am using dmail 2.0.7 + postfix + mysql. I am into making a system, where one the user downloads the mails from the Net and forwards to all local users in the mail server. Particular mail may be forwarded to any number of users. The user who should reply to the forwarded mail, should be '

[Dbmail] Forwarded Mail Identification

2006-01-16 Thread Nataraj S Narayan
Hi Is there a way to identify a Forwarded message from any E-mail client, in the DBmail database? Is there any flag field associated with mail forwarding ? I need to rewrite the 'Sender' to the orginal Sender, for those mails forwarded in the local domain. Nataraj

[Dbmail] DBMA connect problem

2006-03-04 Thread Nataraj S Narayan
Hi I am getting a the following at  http://192.168.1.77/dbmailadministrator/DBMA.cgi in Firefox browser. DBMA v2.3.9 on 192.168.1.77 [Help] DBMA (mysql) Menu ErrorID: DBMA v2.3.9.err0.01 Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) Error status: Db connect FAIL But i

Re: [Dbmail] DBMA connect problem

2006-03-05 Thread Nataraj S Narayan
sion (2.4.0) http://dbma.mobrien.com/ although that doesn't make any difference to your password issue. best... Mike - Original Message - From: "Nataraj S Narayan" <[EMAIL PROTECTED]> To

[Dbmail] Simple user Interface

2006-03-05 Thread Nataraj S Narayan
Hi all I user DBmail 2.0.8. Working fine for past one month. I need to make a small front-end to Dbmail with just the following :- 1. Add users and give them password 2. Add a Group 3. Assign a user to a group I have to use Mysql ODBC and Delphi to work out this. Kindly help on the tables th

[Dbmail] Co

2006-03-06 Thread Nataraj S Narayan
Hi select * from dbmail_users; +---++--+-+--+--+-- 16 | accounts | gsisac | 0 | 10485760 | 554 | | 2006-03-04 12:27:51 | 17 | ttt

[Dbmail] Updating tables directly

2006-03-08 Thread Nataraj S Narayan
Hi friends I need to develop a simple Windows program for Adding and deleting users and aliases. I have developed a small program for this using Delphi and Odbc. I am directly updating the tables via odbc and sql: 1.dbmail_users 2.dbmail_aliases 3.dbmail_mailboxes So far , i havent got any

[Dbmail] Sent mails retrieval

2006-03-28 Thread Nataraj S Narayan
Hi How do I retrieve all the messages 'Sent' by a particular user? How is it stored in the dbmail_messageblks, dbmail_physmessage and dbmail_messages? I am using a cron job 'dbmail-util -cturpd -l 24h -qq'. Will this remove all the Sent mails ? I am using postfix MTA. regards Nataraj

Re: [Dbmail] Sent mails retrieval

2006-03-29 Thread Nataraj S Narayan
Hi So, its high time i changed from 2.0.9 to 2.1.x? regards Nataraj Paul J Stevens wrote: Aleksander wrote: Nataraj S Narayan wrote: Hi How do I retrieve all the messages 'Sent' by a particular user? Sending mail has nothing to do with dbmail. After a u

[Dbmail] Dbmail-pop3d defunct

2006-05-04 Thread Nataraj S Narayan
Hi I am using 2.0.9. What does mean? regards Nataraj 13876 ?S 0:09 dbmail-pop3d 13882 ?Z 0:00 [dbmail-pop3d] 13886 ?Z 0:00 [dbmail-pop3d] 13892 ?Z 0:00 [dbmail-pop3d] 13901 ?S 0:09 dbmail-pop3d 13915 ?Z 0:00 [dbm

[Dbmail] Dbmail client forwarding

2006-06-06 Thread Nataraj S Narayan
Hi Blake Pardon me for this personal mail. I use Dbmail 2.0.8. I dont know the innards of Dbmail. In my institution, its a peculiar way, the mails are handled. We have a single external e-mail id. All mails to this e-mail id is downloaded by a single persion. He then forwards the mail to the

[Dbmail] fetchmail delivering on Port 24

2006-09-20 Thread Nataraj S Narayan
Hi I am using the following fetchmail command to download mails for past many months as a cron job. /usr/bin/fetchmail -v --smtphost localhost/24 --lmtp I dont exactly remember why I am using port 24 to deliver rather than default 25. I am having 2 domains to download mails and deliver.

Re: [Dbmail] Evaluating DBmail

2006-10-06 Thread Nataraj S Narayan
Hi 1.Database backend and independence from filesystem. 2. Used to do in sendmail and postfix. 3. None 4. Not so deep to comment on prioritizing 5. Have installed for a local branch of a nation wide Government owned Telecom company, for their internal mailing, using 2.0.9. About 150 users

[Dbmail] Command Line Sendmail client for DbMail + Postfix

2006-11-02 Thread Nataraj S Narayan
Hi I am having a Dbmail 2.0.9 + postfix setup. Want to write a cron script that tars a Mysql database and sends the tar as mail attachment to one particular user's mailbox. I have both Dbmail and the mysql database in the same machine. Plz help me with mail client program available for this i

[Dbmail] [Dbmail-user] Command Line Sendmail client for DbMail + Postfix

2006-11-02 Thread Nataraj S Narayan
Hi I am having a Dbmail 2.0.9 + postfix setup. Want to write a cron script that tars a Mysql database and sends the tar as mail attachment to one particular user's mailbox. I have both Dbmail and the mysql database in the same machine. Plz help me with mail client program available for this in P

[Dbmail] Chat script from Dbmail

2007-03-30 Thread Nataraj S Narayan
Hi I need to write a chat script that dials a modem attached to my mail server as and when I receive a mail, to a particular account/ID. I use MySQL 5.xx with Dbmail. Is it ok to write an 'Insert' trigger for the table 'dbmail_tofield' , which will call the external 'chat' program? regards N

[Dbmail] Chat script from Dbmail

2007-03-30 Thread Nataraj S Narayan
Hi I need to write a chat script that dials a modem attached to my mail server as and when I receive a mail, to a particular account/ID. I use MySQL 5.xx with Dbmail. Is it ok to write an 'Insert' trigger for the table 'dbmail_tofield' , which will call the external 'chat' program? regards N

[Dbmail] [Dbmail-Users] Dbmail and DNS

2007-04-30 Thread Nataraj S Narayan
Hi I am using dbmail 2.2.4 and postfix. Once I needed to relay all outgoing mails direct via postfix, fow hich I enabled DNS in main.cf. After that all my internal mails started bouncing. Dbmail dint even recongnise 'localhost'. But i was able to ping to localhost from the dbmail + postfix

[Dbmail] dbmail-httpd output

2012-08-30 Thread Nataraj S Narayan
Hi On login on to http://localhost:41380/users/ I get this on firefox:- {"users": { "2":{"name":"anyone"}, "5":{"name":"kingu"}, "4":{"name":"nataraj"}, "6":{"name":"neetha"}, "1":{"name":"__@!internal_delivery_user!@__"}, "3":{"name":"__public__"} }} Is that all? Was exp

[Dbmail] Sieve redirect error

2012-10-23 Thread Nataraj S Narayan
Hi First time sieve user on 3.0.2. $ dbmail-sievecmd -u nataraj -i sieve.script sieve.script -y Script [sieve.script] has errors: Parse error on line [1684369954]: unsupported feature: redirect. My sieve.script is :- require "redirect"; if header :contains ["To","From","Cc"] "nee...@muraj.bsnl

Re: [Dbmail] Sieve redirect error

2012-10-24 Thread Nataraj S Narayan
Hi Paul Yeah, removed 'require' and redirect works. May I know if filtering the body also possible? regards Nataraj On Wed, Oct 24, 2012 at 1:22 PM, Paul J Stevens wrote: > On 10/23/2012 03:28 PM, Nataraj S Narayan wrote: >> Hi >> >> First time sieve user on

[Dbmail] Acl in DBMA

2012-10-28 Thread Nataraj S Narayan
Hi On 3.0.2. Trying to add an ACL from DBMailadministator/DBMA.cgi. Getting this:- DBMA v2.5.4 (mysql localhost) from localhost [Help] Menu Column count doesn't match value count at row 1 ADD ACL Failed DBI::st=HASH(0x99310f8) How to get this working? regards Nataraj

Re: [Dbmail] Sieve redirect error

2012-10-29 Thread Nataraj S Narayan
quot;]; if body :text :contains "dbmail" { redirect "ki...@muraj.bsnl.in"; } Am I on the wrong version of libsieve? regards Nataraj On Mon, Oct 29, 2012 at 2:15 PM, titouan wrote: > Le 25/10/2012 08:28, Nataraj S Narayan a écrit : > >> Hi Paul >>

Re: [Dbmail] Acl in DBMA

2012-10-29 Thread Nataraj S Narayan
Hi So code in Php and use dbmail-httpd backend? regards Nataraj On Mon, Oct 29, 2012 at 3:06 PM, Reindl Harald wrote: > > > Am 29.10.2012 07:48, schrieb Nataraj S Narayan: >> On 3.0.2. >> >> Trying to add an ACL from DBMailadministator/DBMA.cgi. Getting this

Re: [Dbmail] Acl in DBMA

2012-10-29 Thread Nataraj S Narayan
l > and the capability to write automated things > > as long as you do not touch physical messages > the db-schema of dbamil is quite easy > > i am sorry that i can not publish the backend > as opensource because it makes heavy use of > internal codebase which can not be published

Re: [Dbmail] Acl in DBMA

2012-10-30 Thread Nataraj S Narayan
long as you do not touch physical messages >> the db-schema of dbamil is quite easy >> >> i am sorry that i can not publish the backend >> as opensource because it makes heavy use of >> internal codebase which can not be published >> >> Am 29.10.2012 11:32,

Re: [Dbmail] Sieve redirect error

2012-10-30 Thread Nataraj S Narayan
Titouan Are you sure that 'require body' and related filter would work? Am I missing on somethin? regards Nataraj On Mon, Oct 29, 2012 at 2:15 PM, titouan wrote: > Le 25/10/2012 08:28, Nataraj S Narayan a écrit : > >> Hi Paul >> >> Yeah, removed 're

Re: [Dbmail] Acl in DBMA

2012-10-31 Thread Nataraj S Narayan
uraj.bsnl.in wouldn > reach my server...) > If you want to test it, you have to download the php-script and test it > with your dbmail installation. > > regards > Claas > > Am 30.10.2012 12:45, schrieb Nataraj S Narayan: > > Claas > > > > Added a user

Re: [Dbmail] SqlException

2013-08-02 Thread Nataraj S Narayan
regards Nataraj On Mon, Jul 29, 2013 at 9:56 PM, Paul J Stevens wrote: > On 07/29/2013 05:38 PM, Nataraj S Narayan wrote: > > Hi > > > > On dbmail 3.1.1-1. > > > > dburi= sqlite:///home/nataraj/dbmail.db > > > > Jul 29 20:23:01 localh

[Dbmail] I just signed “Speaker of the Lok Sabha Shrimati Meira Kumar: Send the RTI (Amendment) Bill, 2013 to a Standing Committee/Select Committee ”

2013-08-30 Thread Nataraj S Narayan
ation Thanks! Nataraj You're receiving this message because Nataraj S Narayan sent you an email through Change.org's petition sharing tool. Change.org has not stored your email address. If you believe you have received this message in error, respond directly to Nataraj

[Dbmail] Sieve and pipe

2013-11-02 Thread Nataraj S Narayan
Hi Does dbmail sieve script have a facility pipe to another program, other than redirect and fileinto? regards Nataraj ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

[Dbmail] dbmail and procmail

2013-11-04 Thread Nataraj S Narayan
Hi http://www.dbmail.org/dokuwiki/doku.php/postfix:procmail I am on archlinux.and dbmail 3.1.7-4 What do i use instead of "dbmail-smtp" and dbmail-smap? regards Nataraj ___ DBmail mailing list DBmail@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailm

Re: [Dbmail] dbmail and procmail

2013-11-04 Thread Nataraj S Narayan
I beleive sieve wont let me call/pipe another program. A chat script that talks to /dev/rfcomm0 to send sms, as when a mail arrives. regards Nataraj On Mon, Nov 4, 2013 at 6:52 PM, Reindl Harald wrote: > > > Am 04.11.2013 13:48, schrieb Nataraj S Narayan: > > http://www.dbma

Re: [Dbmail] IRC #dbmail @ Freenode.net VISIT US!

2013-11-05 Thread Nataraj S Narayan
Yep, usually it is a vacant space in irc. regards Nataraj On Tue, Nov 5, 2013 at 6:12 PM, Thomas Raschbacher wrote: > On 2013-11-05 12:48, Matt . wrote: > >> Hi All, >> >> I want to invite you all to the available IRC channel #DBMAIL >> available on FREENODE.NET >> >> >> The channel can help u