[exim] switching from sendmail toexim... Got a few q's

Top Page
Delete this message
Reply to this message
Author: anthony ry
Date:  
To: exim-users
Subject: [exim] switching from sendmail toexim... Got a few q's
Hey.
Im switching from sendmail to exim on one of my servers and needed to get
some help.
I used a bunch of settings in my sendmail m4 file and wanted to see if any
of the variables exist in exim.

Are there settings to add into exim.conf for the following: ?
define(`confTO_ICONNECT', `10s')dnl
define(`confCOPY_ERRORS_TO', `Postmaster')dnl
define(`confTO_QUEUEWARN', `8h')dnl
define(`confMAX_HEADERS_LENGTH',16384)dnl
define(`confCONNECTION_RATE_THROTTLE',3)dnl
define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
define(`confMAX_MESSAGE_SIZE', `25000000')dnl
define(`confQUEUE_LA', `4')dnl
define(`confREFUSE_LA', `6')dnl
define(`confMAX_DAEMON_CHILDREN', `10')dnl
define(`confMAX_RCPTS_PER_MESSAGE', `20')dnl
define(`confREJECT_MSG', `550 Go play with your self')dnl
define(`confSMTP_LOGIN_MSG', `$j $b')dnl
define(`confRECEIVED_HEADER', `$?sfrom $s $.by $j (Mail Master) id $i;
$b')dnl


In my exim.conf I added a director for auto reply:
userautoreply:
driver = autoreply
bcc = ${lookup{${local_part}} lsearch
{/etc/virtual/${domain}/autoresponder.conf}{$value}}
file = /etc/virtual/${domain}/reply/${local_part}.msg
from = "${local_part}@${domain}"
log = /etc/virtual/${domain}/reply/${local_part}.log
no_return_message
subject = "${if def:h_Subject: {Autoreply: $h_Subject:} {Autoreply
Message}}"
to = "${sender_address}"
user = mail
#once = /etc/virtual/${domain}/reply/${local_part}.once

Say I want to add a line in the autoreply director section to not auto-reply
when mail comes from a
sender of one of the following usernames, would this line work?:
senders = ! ^.*-request@.*:! ^bounce-.*@.*:! ^.*-bounce@.*:!
^owner-.*@.*:! ^postmaster@.*:!
^webmaster@.*:! ^listmaster@.*:! ^mailer-daemon@.*:

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/