R: [Dbmail] info on auto_reply

2003-10-05 Thread Nunno Luca
I’ve tried with [SMTP] SENDMAIL=/usr/sbin/sendmail -t # your sendmail executable, this is needed f And [SMTP] SENDMAIL=/usr/sbin/sendmail # your sendmail executable, this is needed f .. but nothinghow can i do ? Thank’s ---

Re: [Dbmail] Storing domain Lists in SQL

2003-10-05 Thread Daniel Brown
Wrote [EMAIL PROTECTED]: > I'm a newbie to DBMail and had a question about setting up an MTA with > multiple domain names. > > I'd like to be able to define the domain names that my mail server accepts > mail from by a mysql database. I know some people have made perl scripts to > download the

[Dbmail] Storing domain Lists in SQL

2003-10-05 Thread dbmail
I'm a newbie to DBMail and had a question about setting up an MTA with multiple domain names. I'd like to be able to define the domain names that my mail server accepts mail from by a mysql database. I know some people have made perl scripts to download the domains from the database and output

RE: [Dbmail] info on auto_reply

2003-10-05 Thread Fouche', Roger
Check in your DBMAIL.CONF file and see if you have the "-t" switch on the sendmail line. -Original Message- From: Nunno Luca [mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2003 1:19 PM To: dbmail@dbmail.org Subject: R: [Dbmail] info on auto_reply Right ! Oct 5 20:17:56 mail dbma

R: [Dbmail] info on auto_reply

2003-10-05 Thread Nunno Luca
Right ! Oct 5 20:17:56 mail dbmail/smtp[30681]: insert_messages(): message id=155447, size=1202 is inserted Oct 5 20:17:56 mail dbmail/smtp[30681]: GetConfigValue(): searching value for config item [AUTO_NOTIFY] Oct 5 20:17:56 mail dbmail/smtp[30681]: GetConfigValue(): found value [yes] Oct 5

Re: [Dbmail] info on auto_reply

2003-10-05 Thread Paul J Stevens
general advise: Set debuglevel to 5 under the SMTP stanza. And send us some logs if that doesn't tell you more. Nunno Luca wrote: Excuse me for previous mail. I found auto_reply in sql directory on CVS. With my users ID and a body message in auto_reply tables, i’ve this error row in m

Re: [Dbmail] help on autoreply and aoutonotify ?

2003-10-05 Thread Paul J Stevens
Some time ago Roel explained: the auto-reply option requires an extra table (auto_replies); setting the option to YES causes the dbmail-smtp program to send an automatic (predefined in the auto_replies table) reply-message to be send. In the same stroke there is a AUTO_NOTIFY option causing a me

[Dbmail] info on auto_reply

2003-10-05 Thread Nunno Luca
Excuse me for previous mail. I found auto_reply in sql directory on CVS. With my users ID and a body message in auto_reply tables, i've this error row in maillog files. Oct 5 18:40:58 mail dbmail/smtp[27687]: send_reply(): reply could not be sent: sendmail error Anyone have an idea

[Dbmail] help on autoreply and aoutonotify ?

2003-10-05 Thread Nunno Luca
AUTO_NOTIFY=no If i set on 'yes', what happens ? AUTO_REPLY=yes In log file dbmail search fora n auto_reply tables ? What is the structure and how can i use it ? Thank's