search for: local_domain

Displaying 20 results from an estimated 33 matches for "local_domain".

Did you mean: local_domains
2016 Nov 16
2
Exim still accepting emails to nonexistent users
After adding the configuration bit: deny message = invalid recipient domains = +local_domains !verify = recipient/callout=no_cache from: http://wiki2.dovecot.org/LMTP/Exim <http://wiki2.dovecot.org/LMTP/Exim> running update-exim4.conf and service exim4 restart the server is still accepting emails to recipients that do not exist in dovecot. Any ideas?
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...eck address using virtual_aliases for $local_part@$domain" allow_fail allow_defer hide data = CHECK_VIRTUAL_ALIASES user = vmail group = mail local_user: debug_print = "R: local_user for $local_part@$domain" driver = accept domains = +local_domains #Dovecot auth check # check_local_user local_parts = ! root transport = dovecot_lmtp cannot_route_message = Unknown user And this is the transport: dovecot_lmtp: driver = lmtp socket = /var/run/dovecot/lmtp #return_path_add #maximum number of deliveries per batch, default 1...
2016 Nov 07
2
Redirect the emails from domain2 to domain1
...a VPS using these two applications. I am transitioning from a domain_old to a domain_new. I'd like to redirect all the emails from domain_old to the local mailboxes of users @ domain_new. In exim I've assumed that it is enough to add domain_old to the list of local domains: domainlist local_domains = @ : domain_new : domain_old ... begin routers ... local_users: debug_print = "R: local_user for $local_part@$domain" driver = accept domains = +local_domains transport = dovecot_lmtp cannot_route_message = Unknown user However in Dovecot I'm checking both the userna...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...tch should help: > > > diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c > index 8d93a6a..5cc0ef7 100644 > --- a/core/fs/pxe/dhcp_option.c > +++ b/core/fs/pxe/dhcp_option.c > @@ -143,7 +143,6 @@ static const struct dhcp_options dhcp_opts[] = { > {15, local_domain}, > {43, vendor_encaps}, > {52, option_overload}, > - {54, server}, > {61, client_identifier}, > {67, bootfile_name}, > {97, uuid_client_identifier}, Euh, could this be reviewed: diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option....
2010 Jul 12
3
deliver and root user
...dn't. Anyways, here are the important changes I made in my config files for using `deliver`: == sendmail.mc == ... dnl ## Should I modify this?? define(`PROCMAIL_MAILER_PATH', `/usr/bin/procmail')dnl ... dnl ## Should I have "localhost.localdomain" here? It currently is not. LOCAL_DOMAIN(`mydomain.com') ... FEATURE(`local_procmail', `/usr/libexec/dovecot/deliver',`/usr/libexec/dovecot/deliver -d $u') MODIFY_MAILER_FLAGS(`LOCAL', `-f') ... MAILER(smtp) MAILER(procmail) MAILER(local) == END == == dovecot.conf == ... protocol lda { ??postmaster_address = postm...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...so dovecot-lda should handle that parameter and leave the separator handling to the MTA. The MTA has to handle it anyway." it looks likes it's possible ... with appropriate changes in exim to my router: dovecot_localuser: driver = accept domains = +local_domains local_part_suffix = +* local_part_suffix_optional transport = dovecot_lda and transport: dovecot_lda: driver = pipe command = /.../deliver \ -c /.../dovecot-deliver.conf \ -d $local_part@$domain message_prefix...
2019 Aug 17
1
exim+dovecot+sieve issue
...erver. Openldap keeps mail accounts in db, exim uses lmtp transport to deliver messages to dovecot. Mailman is responsible for mailing lists, Roundcube webmail has managsieve module to create sieve filters. Exim router,transport for dovecot > localuser: > driver = accept > domains = +local_domains : +virt_domains > check_local_user > transport = dovecot_lmtp > cannot_route_message = Unknown account > no_more > dovecot_lmtp: > driver = lmtp > socket = /var/spool/dovecot/lmtp > batch_max = 500 > rcpt_include_affixes It worked perfectly, but after...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 7:08 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Sat, Sep 12, 2015 at 5:54 AM, Teun Docter > <teun.docter at brightcomputing.com> wrote: >> On 2015-09-12 04:58, Gene Cumm wrote: >>>> >>>> I've captured the following DHCP ACK: >>>> >>>> 10.141.20.1.bootps > 10.141.20.2.bootpc: [udp sum ok]
2015 Sep 12
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...> >> diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c >> index 8d93a6a..5cc0ef7 100644 >> --- a/core/fs/pxe/dhcp_option.c >> +++ b/core/fs/pxe/dhcp_option.c >> @@ -143,7 +143,6 @@ static const struct dhcp_options dhcp_opts[] = { >> {15, local_domain}, >> {43, vendor_encaps}, >> {52, option_overload}, >> - {54, server}, >> {61, client_identifier}, >> {67, bootfile_name}, >> {97, uuid_client_identifier}, > > Euh, could this be reviewed: > > diff --git a/core/fs/pxe...
2016 Nov 17
0
Exim still accepting emails to nonexistent users
Hi, Marti Markov <marti1234 at gmail.com> (Mi 16 Nov 2016 04:28:28 CET): > After adding the configuration bit: > > deny > message = invalid recipient > domains = +local_domains > !verify = recipient/callout=no_cache > > from: http://wiki2.dovecot.org/LMTP/Exim <http://wiki2.dovecot.org/LMTP/Exim> running update-exim4.conf and service exim4 restart > > the server is still accepting emails to recipients that do not exist in dovecot. How is t...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...marti1234 at gmail.com> (Mo 21 Nov 2016 03:52:54 CET): > > Here is the router: > > virtual_aliases: ? > hide data = CHECK_VIRTUAL_ALIASES > local_user: > debug_print = "R: local_user for $local_part@$domain" > driver = accept > domains = +local_domains > #Dovecot auth check > # check_local_user > local_parts = ! root > transport = dovecot_lmtp > > And this is the transport: > > dovecot_lmtp: > driver = lmtp > socket = /var/run/dovecot/lmtp > #return_path_add > #maximum number of deliveries p...
2016 Nov 23
0
Exim still accepting emails to nonexistent users
Hi Heiko, Sorry for using your private email address. :/ I managed to get this working using local_user changes by adding ldap user verification there: local_user: debug_print = "R: local_user LDAP lookup for $local_part@$domain" driver = accept domains = +local_domains condition = CHECK_VIRTUAL_USER transport = dovecot_lmtp cannot_route_message = Unknown user Where CHECK_VIRTUAL_USER is: # Query that tests the existence of the user CHECK_VIRTUAL_USER = \ ${lookup ldap{user="cn=exim4,ou=dsa,dc=mydomain,dc=com" pass=PASS \ ldap://...
1998 Oct 18
0
Browsing remote domains possible ?
...ote server also the remote domain-name disappears from my local browse-list (that is ok for me, although annoying) Here my config: (all remote servers have similar configs: different workgroup= and different ip-addresses, 192.168.123.x, 192.168.124.x, ...) [global] workgroup = LOCAL_DOMAIN domain master = no domain logons = yes encrypt passwords = yes time server = yes socket address = 192.168.122.1 remote announce = 192.168.122.255 local master = yes preferred master = yes guest account = ftp security = user bind interfaces only = true interfaces...
2013 Mar 11
1
exim localhost vs 127.0.0.1
Hi all, I had a big problem I did not figured out. It is solved, but I have questions about the matter. It's about Exim 4.72/CentOS 6. Connecting to Exim via "localhost" is denies relay Connecting to Exim via 127.0.0.1 accepts the relay "localhost" is in the local_domains domainlists "localhost" is resolving to 127.0.0.1 in /etc/hosts Why? [mihamina at recette53 ~]$ rpm -aq | grep exim exim-4.72-4.el6.x86_64 [mihamina at recette53 ~]$ telnet localhost 25 Trying ::1... Connected to localhost. Escape character is '^]'. 220 recette53.ideoneov.c...
2006 Oct 30
3
root email question
Hi all, Ive done this before but the solution alludes me now. Can someone please remind me how to change the default Redhat behavior of root email being sent from root at server.domain to root at domain. It's something in sendmail.mc from memory. Thanks
2005 Aug 17
2
Dovecot Deliver Problem
Trying to use the deliver utility and getting this error: error: net_connect(/var/run/dovecot/auth-master) failed: No such file or directory -- Marc Perkel - marc at perkel.com Spam Filter: http://www.junkemailfilter.com My Blog: http://marc.perkel.com
2007 Jul 02
2
dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?
...cting the messages (which makes sense). I need to figure out how to tell sendmail, when sending outbound messages, to use the domain name "example.com", instead of "subdomain.example.com". It would seem simple in /etc/mail/sendmail.mc: MASQUERADE_AS(`example.com')dnl LOCAL_DOMAIN(`example.com')dnl FEATURE(`masquerade_envelope')dnl FEATURE(masquerade_entire_domain)dnl MASQUERADE_DOMAIN(betsy.example.com)dnl (Followed by a make -C /etc/mail; service sendmail restart) This doesn't seem to work. The odd thing is that, when I send a message out to an external...
2015 Sep 12
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...s a minimal change to fix. This should help. -- -Gene diff --git a/core/fs/pxe/dhcp_option.c b/core/fs/pxe/dhcp_option.c index 8d93a6a..5cc0ef7 100644 --- a/core/fs/pxe/dhcp_option.c +++ b/core/fs/pxe/dhcp_option.c @@ -143,7 +143,6 @@ static const struct dhcp_options dhcp_opts[] = { {15, local_domain}, {43, vendor_encaps}, {52, option_overload}, - {54, server}, {61, client_identifier}, {67, bootfile_name}, {97, uuid_client_identifier},
2006 Dec 20
1
Selective Sendmail Relaying.
...$u')dnl FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl FEATURE(`relay_mail_from')dnl FEATURE(`blacklist_recipients')dnl EXPOSED_USER(`root')dnl DAEMON_OPTIONS(`Port=smtp,Addr=192.168.24.112,Name=MTA')dnl FEATURE(`accept_unresolvable_domains')dnl LOCAL_DOMAIN(`willspc')dnl MAILER(smtp)dnl MAILER(procmail)dnl In my maillog I just see... Dec 20 12:10:48 willspc sendmail[24558]: kBKCAlG2024558: ruleset=check_rcpt, arg1=<wmcdonald at gmail.com>, relay=nectarine [192.168.24.111], reject=550 5.7.1 <wmcdonald at gmail.com>... Relaying denied...
2009 Oct 16
0
Sendmail and Dovecot Delivery to Virtual Users
...vecot/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') MAILER(procmail)dnl # 1.2.4: /etc/dovecot.conf # OS: Linux 2.6.30.5-43.fc11.i586 i686 Fedora release 11 (Leonidas) ext4 log_path: /var/log/dovecot.log info_log_path: /var/log/dovecot-info.log protocols: imap imaps listen: localhost...