|
relay and virtual domains conflict I've reviewed the documentation and a posting in this group 'Some notes on relay, local and virtual domains' but clearly haven't understood correctly. I would be grateful for any assistance with the following: Mail received for one particular valid address (joe(a)bristol- baptist.ac.uk) in my relay_recipients_map ... 30 Jul 2007 09:37
script to delete mail to specific domain from mailq Hello everyone, I wrote a little script to delete all email to a domain. seems to work, although it is not perfect. I was looking for this script online and I was unable to find it so here it is mailq |grep -i -B 1 mydomain.com|sed 's/--//g'|cut -f 1 -d ' '|sed 's/ *//g'|sed 's/ //g'|sed '/^$/d'|while read line... 27 Jul 2007 12:58
How to force SMTP authentication in postfix Dear All, I am using Dovecot + Postfix + webmin for my mail server. I have implemented SMTP auth mail:~ # telnet mail.ofinetblr.com 25 Trying 10.0.0.93... Connected to mail.ofinetblr.com. Escape character is '^]'. 220 mail.ofinetblr.com ESMTP Postfix EHLO mail.ofinetblr.com 250-mail.ofinetblr.com 250-PIPE... 23 Jul 2007 23:51
Database setup - where are the actual emails stored Am I mad or am I missing something? I am looking at using a DB behind Postfix - and there are some really nice instructions in 'The Book of Postfix'. But in the virtual_users table there is still a reference to a virtual_mailbox. So do I take it that the actual emails are still stored in the file system? T... 20 Jul 2007 07:03
Web based administration tool recommendation Hi, Would like to know any views RE web based admin tools for Postfix. I am looking at running many virtual domains and would probably prefer to have all data in either MySQL or Postgresql. Would also like users to be able to manage their own email accounts for a domain and manage the aliases as well. The... 20 Jul 2007 06:32
How to configure postfix to send email to any one? Please help! I want to send emails to any email address, but I always get relay access denied error. Because my server is in internal network, no one can connect to my smtp server at port 25, but my server can connect to other smtp servers through NAT. What is the easy way to configure postfix to do that? Thanks... 3 Aug 2007 01:48
Block mails sending outside per user Hi! Is there a possibility to block e-mails sending outside per user in Postfix? By default all users are able to send e-mails for any addresses but I want to restrict particular users and allow them to send messages only to our local accounts ie. xxxxx(a)domain.com. I'm not sure yet whether these rectricted us... 16 Jul 2007 13:04
(IV�N): ARREPENTIMIENTO S�bado, 06 de Julio, a�o 2007 de Nuestro Salvador Jesucristo, Guayaquil, Ecuador - Iberoam�rica (Este Libro fue Escrito por Iv�n Valarezo) ARREPENTIMIENTO El arrepentimiento del pecador es muy importante en su vida y muy sana, por cierto, para tener "una relaci�n perfecta" con su Dios y Creador, ... 9 Jul 2007 10:48
amavis Hi Guys, This is doing my head in. Trying to setup SA with postfix and keep getting a transport error: warning: connect to transport amavis: No such file or directory As far as I can tell my main.cf and master.cf are setup correctly. Any help would be much appreciated. Regards Col ... 6 Jul 2007 10:53
Postfix stoped sending after 10.4.10 update OSX server Show "postconf -n" output and you master.cf www:~ root# postconf -n command_directory = /usr/sbin config_directory = /etc/postfix content_filter = smtp-amavis:[127.0.0.1]:10024 daemon_directory = /usr/libexec/postfix debug_peer_level = 2 enable_server_options = yes html_directory = no inet_interfaces = a... 10 Jul 2007 08:43 |