search for: send_set

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

Did you mean: send_ret
2023 Mar 18
1
Can't seem to setup remote access to doveadmI'm using
...date 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 != '' : #Send Email Setup to this address servername = 'mail.%s' %domain send_from = 'info at scom.ca' send_files = [] send_to = ['%s' %send_settings,] send_subject = 'Email Setup Instructions for : %s %s' %(emaila...
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