On 2021-09-01 01:33, Jasen Betts wrote:
> On 2021-08-31, Effendy Abdullah via Exim-users <exim-users@???> wrote:
> > On 2021-08-31 19:52, Cyborg wrote:
> >> Am 27.08.21 um 15:35 schrieb Effendy Abdullah via Exim-users:
> >> > Hi,
> >> >
> >> > How do I route to one Smart Host for certain domain and all other domain 
> >> > route to another Smart Host. Using WHM/cPanel with Exim.
> >
> > I think I didn't make myself clear. 
> > I'm using MailGun as a smartest with one "default" credentials, with about 
> > 80 domains. Some of the domain will be using their own login credentials 
> > for MailGun.
> >
> > So my current Exim config in WHM is as follows:
> >
> > #Section: AUTH
> > mailgun_login:
> > driver = plaintext
> > public_name = LOGIN
> > hide client_send = : 
> > ${extract{user}{${lookup{$sender_address_domain}lsearch{/etc/exim_smarthosts}}}}:
> >  
> > ${extract{pass}{${lookup{$sender_address_domain}lsearch{/etc/exim_smarthosts}}}}
> 
>   A:
>    change lsearch to nwildlsearch
>    add a * entry at the end of the /etc/exim_smarthosts file. that entry has 
> the default credentials
> 
>  or
>  
> 
> 
> 
> 
> 
> 
> 
> -- 
>   Jasen.
> 
> 

Wow thank you so much! Everyone here is awesome...
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to