search for: send_from

Displaying 2 results from an estimated 2 matches for "send_from".

Did you mean: env_from
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
...39;Email Account Created : %s' %(str(self.username) ) except : send_subject = 'Error Account : %s' %(str(self.username) ) pass else : send_subject = 'Email Account Updated : %s' %(self.username) #Send update email send_from = 'monitor at scom.ca' send_files = [] send_to = ['monitor at scom.ca'] send_text = '\n\n'+ send_subject + '\n' sendmail(send_from,send_to,send_subject,send_text,send_files) #Send the warning email if send_settings != ''...
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
I?m running version 2.1.7 under Raspbian Wheezy (and have been for a number of years). I want to allow one of my other computers to remotely issue doveadm commands to my server but can?t seem to find the right way to add an inet listener to permit this. Using ?doveconf -a? I?ve found the default service definition for doveadm-server. So I copied that and added it to the dovecot configuration with