|
Sending mail from a pipe avoiding loop
|
| |
Hi, I'm using a pipe to rewrite some recipient address, this is the code: ...@MAILOPTS = ("-oi", "-t"); while ( <> ) { $cuerpo .= $_; ...$cuerpo =~ s/domain.com/domain.com.ve/gi; open(MAIL, "|-") || exec("/usr/sbin/sendmail", @MAILOPTS); print MAIL $cuerpo; close(MAIL); The problem is that sending again the mail creates a loop, how can I... more »
|
|
Two servers-same domain
|
| |
Hi there, We have a mail relay in the DMZ (SRV1) which receives all mail sent to example dot com, but we also have an additional server on the internal network (SRV2) wich receives some mails from the same domain. To do this in SRV1, the transport has: us...@example.com smtp:ip_SRV2 us...@example.com smtp:ip_SRV2... more »
|
|
Postfix and sbcglobal.net 503 errors
|
| |
Hi, I'm attempting to configure Postfix on my Centos 5 work station. My provider is ATT\Yahoo (sbcglobal.net). I've set up main.cf with the following: relayhost = smtp.sbcglobal.yahoo.com:587 smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous... more »
|
|
Postfix + Postfixadmin... smtp errors...
|
| |
Hi, I just installed Postfix with postfixadmin to manage virtual domains, but it seems I have some problem with mail relaying to a group of domains managed by the same provider. This is an output example: <j....@firstdomain.it>: lost connection with mail.provider.com[xxx.xxx.xxx. xxx] while performing the HELO... more »
|
|
Problems in Postfix, I believe since the instalation
|
| |
Hi friends =), I've tried to install Postfix for the first time searching for a good sendmail substitute. I've been having problems with Postfix, I installed it creating makefiles to use Cyrus_SASL and Berkeley_DB I used the following parameters to create the makefiles: make makefiles 'CCARGS=-DHAS_DB -I/usr/local/BerkeleyDB.4.2/in clude \... more »
|
|
Postfix woes with Optus ISP
|
| |
We have a problem whereby our ISP has started allocating IP addresses where reverse and forward DNS lookups don't match. The users don't give a stuff that its optus' fault, and optus are unlikely to fix it soon. Since we cannot fix our ISP's DNS entries, are their any other solutions? Thanks, Jacob Jun 18 08:28:58 uptecs postfix/smtpd[10010]: connect from unknown... more »
|
|
Forwarding root & postfix messages
|
| |
Hi folks I'm not a sysadmin and I'm struggling with the Postfix docs - they assume a lot of knowledge! I know this is a simple request, but I'd very much appreciate a reply as I'm running out of ideas. Postfix is installed on a web-host. Its only job is to send outgoing mail from the server via SMTP,... more »
|
|
from qmail to postfix
|
| |
I am intending to replace qmail with a freshnew postfix installation. Besides I googled for it, not found a single doc with similar subject. Questions: is there a tutorial/link inorder to make it painless? the backend for qmail virtual domains, "maildir" and users is MySQL; is it compatible with postfix similar install (postfix, MySQL,... more »
|
|
rwx permission to mailbox files
|
| |
Hi I am totally new to postfix I am using postfix / mysql / courier and would like my application (ruby on rails) to be able to read / write or execute the incoming local mailbox files. Each time a new email addressed to users.n...@domain.com arrives, it is stored in a folder /home/vmail/domain.com/user.na me/new... more »
|
|
|