Question get mail-service-ip with command line site

christian

Basic Pleskian
with the command
plesk bin site -u <domain> -mail-service-ip IPtosendfrom
we can specifie wich ip will be used to send emails from domain.

but, how to retrieve the send from domain ip setted for a domain, or list..??
 
Last edited:
Hi,

I just had the same question. I didn't find the information in the psa database.

It looks like it's in here: /var/spool/postfix/plesk/sdd_transport_maps.db
Bash:
db_dump -p /var/spool/postfix/plesk/sdd_transport_maps.db
 
Back
Top