Displaying 19 results from an estimated 19 matches for "access_db".
2011 Jun 25
3
sendmail - smtp security/authentication & port 587 issues
Greetings,
I'm refining a CentOs configuration installation, now just over one month
old running on a colocated production server. Previously, we ran a version
of Fedora for over seven years.
Specifically, I'm reviewing our sendmail configuration, both with respect
to authentication and port usage.
Previously, we had the following line in the sendmail.mc line:
2020 Jun 01
5
user names
I am looking for a way for sendmail to ALLOW auth by IP and not user name
(its a closed network) or even SKIP invalid auth ?
Is that even possible ?
Jerry
2020 Jun 01
0
user names
...sendmail to ALLOW auth by IP and not user name
> (its a closed network) or even SKIP invalid auth ?
> Is that even possible ?
It is possible to configure Sendmail to relay based on client
connection. The doc will tell you how.
https://www.sendmail.org/~ca/email/doc8.12/cf/m4/anti_spam.html#access_db
If your Sendmail setup demands AUTH, then it will not skip in case of
false credentials.
Whatever backend you configure cyrus-sasl to use for validating the SMTP
AUTH credentials, it is possible to use other values than a user name.
> Jerry
Alexander
2010 May 27
2
sendmail and relaying
I think my sendmail is not correctly set. It says the default is to
disallow relaying.
I am running centos 4.8 and I think sendmail is relaying for anything.
Based on this:
http://www.sendmail.org/~ca/email/chk-89f.html#RELAYING
I added|:
FEATURE(relay_hosts_only)
to my sendmail.mc file and restarted sendmail. I am still seeing
connects that get relayed and are
not in my /etc/mail/access
2010 Oct 25
1
Sendmail - block mail based on recipient address?
Maybe someone can help me sort this out. I want to block outbound
mail from my network based upon the recipient address. Internal
servers should still be allowed to send emails, but not to a few
specific addresses. I've tried creating some rules in
/etc/mail/access but to no avail. Is it possible to do this?
2009 Jun 10
1
Sendmail + Deliver as an LDA
...ail')dnl
define(`confDONT_PROBE_INTERFACES',true)dnl
define(`ALIAS_FILE', `/etc/mail/aliases')dnl
dnl FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
dnl FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`local_procmail')dnl
FEATURE(`redirect')dnl
FEATURE(`access_db')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
dnl FEATURE(`mailertable')dnl
FEATURE(`always_add_domain')dnl
FEATURE(`use_ct_file')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`blacklist_recipients')dnl
dnl FEATURE(`relay_entire_domain')dnl
d...
2010 Jun 04
5
help with sendmail closing relay
...imit would be useful but is not available as an option at this
writing.)
dnl #
dnl define(`confCONNECTION_RATE_THROTTLE', 3)dnl
dnl #
dnl # The -t option will retry delivery if e.g. the user runs over his
quota.
dnl #
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
dnl #
dnl # dnsbl - DNS based Blackhole List/Black List/Rejection list
dnl # See http://www.sendmail.org/m4/features.html#dnsbl
dnl #
FEATURE(`dnsbl', `bl.spamcop.net', `"Spam blocked s...
2010 May 15
3
sendmail many emails
I was getting MANY emails from XXX.hinet.net - kind of filled my mqueue
directory.
I stopped sendmail. removed all the files in mqueue, added to sendmail
access a REJECT for hinet.net
This certainly seems to help - but is that the correct way to take care
of this sort of thing?
Thanks,
Jerry
2006 Dec 20
1
Selective Sendmail Relaying.
Hi all,
I've been trying to hit on the right configuration combo to allow
relaying from specific users and/or domains to an internal box running
Sendmail.
Reading the docs at http://www.sendmail.org/m4/anti_spam.html#relay
and http://www.sendmail.org/m4/anti_spam.html#access_db_fine
I would appear that I should be able to all per-address relaying in
/etc/mail/access by enabling
FEATURE(`relay_mail_from')dnl
in sendmail.mc and restarting Sendmail. Then adding
test at testdomain.com to /etc/access as:
From:test at testdomain.com RELAY
Should allow relaying F...
2009 Oct 16
0
Sendmail and Dovecot Delivery to Virtual Users
...mail/mailertable.db')dnl
FEATURE(`virtusertable', `hash -o /etc/mail/virtusertable.db')dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
FEATURE(`local_procmail', `/usr/libexec/dovecot/deliver', `deliver -f $g -d
$u', `SPhnu9')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
FEATURE(`accept_unresolvable_domains')dnl
LOCAL_DOMAIN(`mydomain.com')dnl
MODIFY_MAILER_FLAGS(`LOCAL', `-f')
MAI...
2008 Nov 04
2
Sendmail using SMTP authorization
Hi -
OK not really an Asterisk question but it is affecting one of my
favorite features - emailing voice mail! I've posted on some Linux
forums and sendmail.org but no response so I'm hoping someone will
take pity on me ;-)
My ISP requires SMTP authorization and I'm having a heck of a time
getting it to work. I've included the following below:
Asterisk 1.4.21
CentOS 5
Sendmail
2014 Jul 24
4
Sieve plugin (fc17 + sendmail + roundcube)
...TURE(`genericstable',`hash -o /etc/mail/genericstable.db')dnlGENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnlFEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)
FEATURE(use_ct_file)dnl
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnlEXPOSED_USER(`root')dnl
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnlFEATURE(`accept_unresolvable_domains')dnl
FEATURE(`relay_hosts_only')dnl
FEATURE(`dnsbl', `ipwhois.rfc-ignorant.org...
2014 Jul 24
1
Sieve plugin (fc17 + sendmail + roundcube)
...`hash -o /etc/mail/genericstable.db')dnlGENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')dnlFEATURE(redirect)dnl
> FEATURE(always_add_domain)dnl
> FEATURE(use_cw_file)
> FEATURE(use_ct_file)dnl
> FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
> FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
> FEATURE(`blacklist_recipients')dnlEXPOSED_USER(`root')dnl
> DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnlFEATURE(`accept_unresolvable_domains')dnl
> FEATURE(`relay_hosts_only')dnl
> FEATURE(`dnsbl', `ipwhois...
2007 Aug 02
1
Resend: How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...n to
particular user or domain
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
dnl genericstable: rewrite sender address for outgoing mail
FEATURE(genericstable)dnl
FEATURE(always_add_domain)dnl
FEATURE(redirect)dnl
FEATURE(use_cw_file)dnl
FEATURE(local_procmail)dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(`relay_based_on_MX')dnl
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `Rejected - see
http://www.mail-abuse.org/rbl/')dnl
dnl FEATURE(dnsbl, `dialups.mail-abuse.org', `Dialup - see http://
www.mail-abuse.org/dul/')dnl...
2008 Jun 09
8
sendmail not sending after reboot
...ld be useful but is not available as an option at this
writing.)
dnl #
dnl define(`confCONNECTION_RATE_THROTTLE', `3')dnl
dnl #
dnl # The -t option will retry delivery if e.g. the user runs over his
quota.
dnl #
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
dnl #
dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery
uncomment
dnl # the following 2 definitions and activate below in the MAILER
section the
dnl #...
2007 Aug 01
1
How do I configure sendmail to accept emails for dovecot when dovecot has sql auth/user db.
...n to
particular user or domain
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
dnl genericstable: rewrite sender address for outgoing mail
FEATURE(genericstable)dnl
FEATURE(always_add_domain)dnl
FEATURE(redirect)dnl
FEATURE(use_cw_file)dnl
FEATURE(local_procmail)dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(`relay_based_on_MX')dnl
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `Rejected - see
http://www.mail-abuse.org/rbl/')dnl
dnl FEATURE(dnsbl, `dialups.mail-abuse.org', `Dialup - see http://
www.mail-abuse.org/dul/')dnl...
2005 Nov 04
4
Sendmail
I know this is a "generic" question, but fully CentOS related. I
attempted to set up i386 v.4.1 on my primary computer at the co-located
site, and thought I had everything squared away till I discovered the
machine was refusing mail connections. AFIK, I had no firewall or other
objects blocking port 25. It has been my experience that with most
arch's and versions where sendmail is
2020 Apr 19
5
Sendmail not working
...ld be useful but is not available as an option at this
writing.)
dnl #
dnl define(`confCONNECTION_RATE_THROTTLE', `3')dnl
dnl #
dnl # The -t option will retry delivery if e.g. the user runs over his
quota.
dnl #
FEATURE(local_procmail, `', `procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
dnl #
dnl # For using Cyrus-IMAPd as POP3/IMAP server through LMTP delivery
uncomment
dnl # the following 2 definitions and activate below in the MAILER
section the
dnl #...
2005 Nov 09
2
sendmail & mail() in php
...limit would be useful but is not available as an option at this
writing.)
dnl #
dnl define(`confCONNECTION_RATE_THROTTLE', 3)dnl
dnl #
dnl # The -t option will retry delivery if e.g. the user runs over his quota.
dnl #
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
dnl #
dnl # The following causes sendmail to only listen on the IPv4 loopback
address
dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
dnl # address...