| bio | website | schrab.com/aaron |
|---|---|---|
| location | Durham, NC | |
| age | 39 | |
| visits | member for | 6 months |
| seen | May 6 at 15:04 | |
| stats | profile views | 2 |
|
Mar 7 |
comment |
Postfix Handle mail as inmail instead of outmail if header is set No, I don't do PHP. |
|
Mar 6 |
comment |
Postfix Handle mail as inmail instead of outmail if header is set Yes. That is correct. No standards-compliant SMTP server will examine the headers to determine message recipients. |
|
Mar 6 |
answered | Postfix Handle mail as inmail instead of outmail if header is set |
|
Dec 14 |
answered | Possible to configure postfix as inbound server relay for externally hosted server? |
|
Dec 13 |
comment |
Allow sending mail without authentication The SMTP protocol doesn't offer a way for the server to ask for authentication, it can only state if authentication is supported. The client is free to attempt any command supported by the server without authenticating first. |
|
Dec 13 |
answered | Allow sending mail without authentication |
|
Dec 12 |
awarded | Organizer |
|
Dec 12 |
revised |
ERROR: Connection dropped by IMAP server correct title and tags |
|
Dec 12 |
suggested | suggested edit on ERROR: Connection dropped by IMAP server |
|
Dec 11 |
comment |
ERROR: Connection dropped by IMAP server postfix is an SMTP server, not an IMAP server. What IMAP server are you using? |
|
Dec 10 |
comment |
How to install packages on debian lenny 5.0 You should really update to a distribution that is supported. Lenny hasn't been supported for awhile now, and so it hasn't been receiving security updates. |
|
Dec 1 |
comment |
Can a NAT close out VPN connections? Yes, this is likely the cause. See if you can get the VPN software to periodically send keep-alive messages in order to prevent the NAT from timing out the session. |
|
Nov 30 |
answered | How to configure postfix to permit relaying from some ip address but only using one domain as sender |
|
Nov 29 |
awarded | Editor |
|
Nov 29 |
revised |
what is the difference between “”psql“” and “”postgres“” commands? correct quotes |
|
Nov 29 |
suggested | suggested edit on what is the difference between “”psql“” and “”postgres“” commands? |
|
Nov 29 |
answered | how to block email address from the same mail domain in postfix? |
|
Nov 28 |
answered | What prevents an attack on Postfix through its named pipes? |
|
Nov 22 |
comment |
Someone used my postfix smtp (port 25) to send spam mails to me I don't see anything in your question that indicates an actual configuration problem. The closest I can come up with is use of a catch-all email address, that will often result in getting a lot of spam. But, someone being able to send mail to your domain through port 25 does not indicate that there is a configuration problem, that's how mail is normally delivered. |
|
Nov 14 |
comment |
apt-get install phpmyadmin on debian doesn't install /etc/phpmyadmin/apache.confapt-get purge phpmyadmin; apt-get install phpmyadmin |