Ive 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 ?
Thanks
---
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
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
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
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
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
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
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
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